← 返回 Skills 市场
lec77

SkVM General Usage

作者 Le Chen · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skvm-general
功能描述
Drive the skvm CLI on behalf of a user to profile models, AOT-compile skills, run skill-assisted tasks, run benchmarks, and manage compiled proposals. Trigge...
安全使用建议
This skill appears to be a coherent CLI wrapper for skvm, but it references environment variables and local paths that are not declared in the registry metadata. Before using/installing: (1) verify the authenticity of the skvm binary if you must run the suggested install script (avoid running curl | sh from an unverified source), (2) expect to supply an OPENROUTER_API_KEY if you run commands that call an LLM — the metadata should have declared this but did not, (3) confirm you are OK with the skill reading/writing the .skvm directories (profiles, proposals, logs), (4) ask the publisher to clarify the jit-optimize triggering rule vs. the 'manage proposals' content and to update metadata to list required env vars (OPENROUTER_API_KEY, SKVM_PROFILES_DIR) if applicable. If you are uncomfortable providing an LLM API key or installing third-party binaries, avoid running LLM-invoking commands or the suggested install command.
功能分析
Type: OpenClaw Skill Name: skvm-general Version: 0.1.0 The skvm-general skill bundle provides a structured interface for an AI agent to interact with the 'skvm' CLI tool, used for profiling and optimizing LLM skills. The SKILL.md file contains well-defined instructions, including mandatory safety checks that prevent the agent from auto-installing software or performing high-cost operations without explicit user consent. While it suggests a 'curl | sh' installation method (skillvm.ai/install.sh) to the user, the agent itself is restricted from executing it, and no indicators of malicious intent, data exfiltration, or obfuscation were found.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name and description match the instructions: it drives the skvm CLI to profile models, AOT-compile skills, run tasks, benchmark, and manage proposals. The operations described (skvm profile, aot-compile, run, bench, proposals, logs) are coherent with the stated purpose.
Instruction Scope
The SKILL.md confines actions to running the skvm CLI and reading/writing skvm-related directories (profiles, proposals, logs). It explicitly requires user confirmation before expensive runs and stops if prerequisites are missing. There is a minor scope ambiguity around 'jit-optimize': the header says not to trigger for jit-optimize but the document includes steps for 'manage jit-optimize proposals' (likely local management only) — this should be clarified.
Install Mechanism
This is instruction-only (no install spec), so it does not install code itself. The document suggests an install command (curl -fsSL https://skillvm.ai/install.sh | sh) to give users guidance if skvm is missing; recommending a curl|sh installer is a usability convenience but carries the usual safety caveats and should be verified by the user.
Credentials
The SKILL.md conditionally requires OPENROUTER_API_KEY for LLM-calling commands and references SKVM_PROFILES_DIR and .skvm log/cache paths, but the skill metadata declared no required env vars or config paths. That mismatch (SKILL.md accessing undeclared env vars/paths) is inconsistent and could surprise users with prompts to provide credentials or grant access to local directories.
Persistence & Privilege
The skill is not marked always:true, has no install actions, and does not request system-wide persistence or modify other skills' configs in the provided instructions. Autonomous invocation is allowed by default but not a special privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skvm-general
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skvm-general 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
initial release
元数据
Slug skvm-general
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SkVM General Usage 是什么?

Drive the skvm CLI on behalf of a user to profile models, AOT-compile skills, run skill-assisted tasks, run benchmarks, and manage compiled proposals. Trigge... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 SkVM General Usage?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skvm-general」即可一键安装,无需额外配置。

SkVM General Usage 是免费的吗?

是的,SkVM General Usage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

SkVM General Usage 支持哪些平台?

SkVM General Usage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SkVM General Usage?

由 Le Chen(@lec77)开发并维护,当前版本 v0.1.0。

💬 留言讨论