Install
openclaw skills install @agentoshi/apow-miningThis skill teaches your agent how to mine $AGENT coin via the apow-cli.
openclaw skills install @agentoshi/apow-miningUse this skill only to set up a fresh APoW mining wallet and run the official APoW miner. It is deliberately limited to that workflow.
APoW mining uses real assets on Base. Use a fresh, low-balance hot wallet dedicated to APoW. The CLI stores generated wallets as password-protected JSON keystores and applies a local signing policy with spend caps.
Before running the miner, show the user this scope and wait for an explicit approval:
Approve APoW to create or use one fresh encrypted low-balance wallet; spend up to the local policy caps for one rig mint and x402 RPC, SMHL, and grinding services; submit Base mining transactions continuously until stopped; and sweep mined AGENT only if a payout address and automatic sweep were already configured?
Do not infer approval from funding, installation, prior mining, or a general request to inspect the project. Run the command only after the user approves the scope above.
Once approved, select the CLI's existing Easy Mode with the pinned package:
npx --yes apow-cli@0.12.0 start --easy
Funding is a mandatory external prerequisite: the CLI cannot mint or mine until the dedicated wallet has ETH and USDC on Base. The same command handles the two phases around that checkpoint:
The user's approval authorizes this Easy Mode invocation; Wallet Protocol v2 remains the sole runtime opsec and signing-policy layer. The user can stop mining with Ctrl+C.
If the CLI pauses because the wallet needs funds:
start --easy command.Funding is a handoff, not permission to operate another wallet or move assets.
start --easy command in this skill; every other CLI command is out of scope.enforce.If setup asks for a keystore password, the user must enter it directly into their local terminal or provide it through their own secret manager. Never ask them to paste it into chat.
The default enforce-mode policy limits:
0.01 ETH;1 USDC;20 USDC per UTC day;Treat the CLI’s displayed policy as authoritative. If it is less restrictive than these defaults, stop and ask the user to review it.
start to create one encrypted APoW wallet.latest.Do not expand scope to “helpful” wallet operations. This skill’s complete job is the existing Easy Mode flow: encrypted APoW setup, a Base funding handoff, and policy-capped mining.