← Back to Skills Marketplace
kilb

Mine Skill

by awp-core · GitHub ↗ · v0.19.2 · MIT-0
cross-platform ⚠ suspicious
168
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mine
Description
Launch and manage the Benchmark Subnet worker — an autonomous process that earns AWP token rewards by answering and crafting benchmark questions. Handles the...
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mine
  3. After installation, invoke the skill by name or use /mine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug mine
Version 0.19.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.

How do I install Mine Skill?

Run "/install mine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mine Skill free?

Yes, Mine Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mine Skill support?

Mine Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mine Skill?

It is built and maintained by awp-core (@kilb); the current version is v0.19.2.

💬 Comments