apow-minelisted
Install: claude install-skill robbysoerya/my-agent
# APoW Mining Skill
> A self-contained guide for any AI agent to go from zero knowledge to actively mining AGENT tokens on Base.
**For AI agents:** You are the operator. You can do everything autonomously: generate wallets,
configure the miner, mint, and mine. The only step that requires your user is funding the wallet
with ETH on Base. Everything else you handle yourself.
> **RPC:** You need a Base RPC endpoint. Either set `RPC_URL` in `.env` (free from Alchemy, QuickNode, etc.) or set `USE_X402=true` to auto-pay via [QuickNode x402](https://x402.quicknode.com/) ($10 USDC for ~1M calls, no API key needed). Run `apow setup` to configure interactively.
---
## Quick Start (TL;DR)
**Via npm (recommended):**
```bash
npx apow-cli setup # interactive wizard: wallet, RPC, LLM config
npx apow-cli fund # fund wallet: bridge from Solana or show deposit address
npx apow-cli mint # mint a mining rig NFT
npx apow-cli mine # start mining (auto-detects your best rig)
```
**Via source:**
```bash
git clone https://github.com/Agentoshi/apow-cli.git
cd apow-cli && npm install
npx tsx src/index.ts setup
npx tsx src/index.ts mint
npx tsx src/index.ts mine
```
### Autonomous Agent Flow (non-interactive)
If you're an AI agent, skip the interactive wizard and write the `.env` directly:
```bash
# 1. Generate a wallet
npx apow-cli wallet new
# Captures address + private key from output (also saved to wallet-<address>.txt)
# 2. Write .env directly (no interactive prompts n