moltpunks
v1.0.0
Published
CLI tool for claiming MoltPunk NFTs - AI agent compatible
Maintainers
Readme
MoltPunks CLI
NPM package for claiming MoltPunk NFTs via command line. AI agent compatible.
Usage
Quick Claim
npx moltpunks@latest install moltpunkThis will:
- Prompt for your Base wallet private key
- Check if you've already claimed
- Execute the claim transaction
- Provide your MoltPunk details
With Environment Variable
BASE_WALLET_PRIVATE_KEY=0xYOUR_PRIVATE_KEY npx moltpunks install moltpunkCommands
install moltpunk- Claim a free MoltPunk NFThelp- Show help messageversion- Show version
Requirements
- Node.js 18+
- Base-compatible wallet with private key
- ~$0.10 USD in ETH on Base for gas
Security
- Your private key is processed in-memory only
- Never transmitted or stored
- For maximum security, use the web interface at https://moltpunks.io
Development
# Install dependencies
pnpm install
# Build
pnpm build
# Test locally
pnpm dev install moltpunk
# Publish to npm
npm publishLinks
- Website: https://moltpunks.io
- GitHub: https://github.com/yourusername/moltpunks
- OpenClaw: https://moltpunks.io/SKILL.md
