← 返回 Skills 市场
1344
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install skillbench
功能描述
Track skill versions, benchmark performance, compare improvements, and get self-improvement signals. Integrates with tasktime and ClawVault.
安全使用建议
This skill appears to be a legitimate benchmarking CLI, but there are several red flags you should address before installing: 1) npm packages run code on install and at runtime — review the package source (GitHub repo) and the published package content before running npm install globally; 2) SKILL.md references the tasktime 'tt' CLI and external services (ClawVault/ClawHub) but the manifest doesn't declare those dependencies or any auth variables — verify how the CLI obtains credentials and ensure it won't read unexpected config files or exfiltrate data; 3) Prefer to install and test this tool in an isolated environment (container or VM) first, inspect what network endpoints it contacts, and check what files/dirs it writes; 4) If you plan to give it access to service tokens, issue scoped tokens with minimal privileges and rotate them after testing; 5) If you need help auditing the npm package contents or confirming the CLI's network behavior, provide the package URL or the package tarball and I can help review it. Proceed with caution.
功能分析
Type: OpenClaw Skill
Name: skillbench
Version: 2.0.0
The skill is designed for benchmarking and monitoring AI agent performance, which involves syncing data to external services (ClawVault, ClawHub) and generating cron configurations for automated testing. While these actions are explicitly stated as part of the skill's purpose and do not show clear malicious intent, the capabilities to perform network communication to external endpoints (e.g., `skillbench sync --vault` to clawvault.dev) and to generate system-level automation (e.g., `skillbench schedule` for cron jobs) are considered high-risk behaviors. These capabilities, even if intended for benign use, could be exploited or lead to unintended consequences, warranting a 'suspicious' classification.
能力评估
Purpose & Capability
Name and description match the declared binary and CLI functionality (skillbench CLI). The install spec (npm @versatly/skillbench → skillbench binary) is consistent with the stated purpose of a benchmarking CLI. However the registry metadata provides no homepage or source repo to review.
Instruction Scope
SKILL.md instructs the agent to call the skillbench CLI and the tasktime ('tt') CLI and to sync with external services (ClawVault, ClawHub). The skill's requires.bins only lists 'skillbench' and does not declare 'tt' or any other external tool it references, and it does not declare where ClawVault/ClawHub credentials come from — so the runtime instructions rely on tools/credentials not described in the skill manifest.
Install Mechanism
Install uses npm (@versatly/skillbench) to create a global 'skillbench' binary — a common pattern for CLIs but one that executes third-party code during install/use. There is no homepage or source URL in the metadata to audit the package, increasing the risk because arbitrary npm package code would run on install and at runtime.
Credentials
The SKILL.md describes automatic syncing to ClawVault and ClawHub and interaction with external dashboards and CI. Yet the skill declares no required environment variables or auth tokens. This is a mismatch: the CLI likely needs credentials or config files to access those services, but the skill does not declare where those credentials come from or what variables/paths it will read.
Persistence & Privilege
The skill is not 'always' and does not request elevated platform privileges in the manifest. It installs a CLI binary (global npm install) but does not declare modifying other skills or agent-wide config; that is within normal bounds for a user-invokable CLI skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skillbench - 安装完成后,直接呼叫该 Skill 的名称或使用
/skillbench触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0.0: 18 commands, CI command with JSON output, GitHub Action workflow, improved README
v1.7.0
Added baseline command for regression detection (CI-friendly)
v1.6.0
Added improve, trend, leaderboard, schedule commands for comprehensive skill analysis
v1.4.0
Added health command for alerts, watch command for continuous monitoring
v1.2.0
Added: test command for auto-grading, dashboard for HTML reports, sync for ClawHub integration
v1.0.0
Initial release: record, score, compare, export with tasktime + ClawVault integration
元数据
常见问题
SkillBench 是什么?
Track skill versions, benchmark performance, compare improvements, and get self-improvement signals. Integrates with tasktime and ClawVault. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1344 次。
如何安装 SkillBench?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillbench」即可一键安装,无需额外配置。
SkillBench 是免费的吗?
是的,SkillBench 完全免费(开源免费),可自由下载、安装和使用。
SkillBench 支持哪些平台?
SkillBench 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SkillBench?
由 G9Pedro(@g9pedro)开发并维护,当前版本 v2.0.0。
推荐 Skills