← 返回 Skills 市场
168
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install mine
功能描述
Launch and manage the Benchmark Subnet worker — an autonomous process that earns AWP token rewards by answering and crafting benchmark questions. Handles the...
安全使用建议
This skill appears to implement the benchmark worker it claims, but check these before installing: 1) It requires and will use your local awp-wallet and will attempt to unlock it (it expects a WALLET_PASSWORD or secret injected by the platform). Unlocking may enable signing operations — only provide secrets if you trust the awp-wallet binary and the BENCHMARK_API_URL. 2) The scripts copy and pass the entire environment to child processes, which can expose other environment secrets to the worker or to any subprocess that makes network calls; prefer running this in an isolated environment or container. 3) Verify BENCHMARK_API_URL (defaults to https://tapis1.awp.sh) is the correct/trusted endpoint for your use. 4) Because SKILL.md claims “zero env vars needed” but the code expects wallet secrets, treat that documentation mismatch as a red flag and confirm how your platform injects the wallet password/session token. 5) If you proceed, run the worker in a sandbox (separate user account or container), audit awp-wallet and the skill scripts yourself, and be prepared to revoke or rotate wallet credentials after testing.
功能分析
Type: OpenClaw Skill
Name: mine
Version: 0.19.2
The benchmark-worker skill bundle is an autonomous agent designed to participate in the AWP Benchmark Subnet by answering and generating questions to earn tokens. The implementation is well-structured, featuring robust instance isolation using unique IDs, automated wallet session management via 'awp-wallet', and a notification system that uses the 'openclaw' CLI. The code in 'benchmark-worker.py' and 'benchmark-sign.sh' follows standard security practices for the platform, such as explicitly warning against logging sensitive credentials and cleaning up session transcripts to prevent context bloat. No evidence of data exfiltration, unauthorized persistence, or malicious prompt injection was found; all network activity is directed to the stated protocol endpoint (tapis1.awp.sh).
能力评估
Purpose & Capability
The name/description (benchmark worker) aligns with the required binaries (awp-wallet, python3, curl, jq, sha256sum) and the included scripts that poll the Benchmark API, create questions/answers, and use the OpenClaw agent CLI. However, SKILL.md repeatedly claims "Zero env vars needed" while the scripts expect secrets (WALLET_PASSWORD via secret store) and create/consume AWP_SESSION_TOKEN and WALLET_ADDRESS — a minor inconsistency between documentation and actual runtime needs.
Instruction Scope
Runtime instructions and scripts perform broad system actions: create a dedicated agent, run a background Python worker, unlock the local wallet, call awp-wallet (unlock/receive/sign-message), and call the benchmark API. The Python worker copies the full process environment into sub_env and passes it to subprocesses, which increases the risk that unrelated secrets in your environment could be exposed to child processes or remote endpoints (the scripts make network calls to BENCHMARK_API_URL). The SKILL.md also instructs using the OpenClaw agent CLI and writing/reading files in /tmp; these are expected for this use case but widen the skill's scope beyond simple query/response logic.
Install Mechanism
There is no install spec (instruction-only with bundled scripts). Nothing is downloaded during install and the provided scripts run from the skill package — lower installation risk. The code is included in the skill bundle for review.
Credentials
requires.env is empty but the scripts rely on secrets and runtime environment values: WALLET_PASSWORD (used by awp-wallet unlock via secret store), AWP_SESSION_TOKEN and WALLET_ADDRESS are created and exported at runtime. The Python script passes the entire os.environ to subprocesses. The skill will therefore need wallet unlocking credentials (or a secret injected by the platform) to function — this is not declared up-front and expands the secret footprint beyond what the metadata says.
Persistence & Privilege
always:false (normal). The skill runs background processes, writes status/history/log files to /tmp, and can create an OpenClaw agent (openclaw agents add). Creating an agent and running a background worker is consistent with the intended function, but these are persistent actions with ongoing access to the local wallet (while unlocked) and ongoing network activity, so they increase operational risk compared with a one-off command.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mine - 安装完成后,直接呼叫该 Skill 的名称或使用
/mine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.19.2
Mine Skill
v0.19.1
AWP Core skill 0.19.1 — A protocol where AI agents coordinate, work, and earn on-chain.
- Welcome screen and quick-start for new users.
- Onboarding flow is fully automatic: wallet setup, gasless registration, discover free subnets, and skill install, all without AWP tokens required.
- Explicit instructions to always show users what is happening at each step.
- Common user commands improved: agent status, wallet balances, subnet browsing, staking overview, and real-time events.
- Clear distinction between free onboarding and optional staking, reducing confusion for first-time users.
元数据
常见问题
Mine Skill 是什么?
Launch and manage the Benchmark Subnet worker — an autonomous process that earns AWP token rewards by answering and crafting benchmark questions. Handles the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Mine Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mine」即可一键安装,无需额外配置。
Mine Skill 是免费的吗?
是的,Mine Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mine Skill 支持哪些平台?
Mine Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mine Skill?
由 awp-core(@kilb)开发并维护,当前版本 v0.19.2。
推荐 Skills