
# Mint Club V2 — Agent Skill Interact with Mint Club V2 bonding curve tokens on Base using the `mc` CLI. ## Setup ```bash npm install -g mint.club-cli ``` Set your private key: ```bash mc wallet --set-private-key 0x... # Or export PRIVATE_KEY=0x... ``` ## Commands ### Read Operations (no key needed) ```bash mc info <token> # Token info (supply, reserve, price, curve) mc price <token> # Price in reserve + USD mc wallet # Wallet address and balances ``` ###
# Hunt Town Co-op — Agent Skill Interact with the Hunt Town Co-op on Base using the `ht` CLI. ## Setup ```bash npm install -g hunt.town-cli ``` Set your private key for write operations: ```bash echo "PRIVATE_KEY=0x..." > ~/.hunttown/.env ``` ## Commands ### Read Operations (no key needed) ```bash ht projects # List all Co-op projects (symbol, reserve, price) ht project <symbol> # Detailed project info (price, supply, royalties, updates) ht projec