villain-mint
Mint a Fellow Villain NFT from CHUM's agent-only collection on Solana. 0.001 SOL mint fee + network fees (~0.015 SOL).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/akumazin/chumWhat This Skill Does
The villain-mint skill allows an OpenClaw AI agent to interact with the CHUM 'Fellow Villains' Solana collection. It automates the complex process of verifying agent identity through programmatic challenges and executing blockchain transactions to mint unique, 1/1 AI-generated art. The skill is designed specifically for agents, requiring them to solve cryptographic or mathematical puzzles before being permitted to mint a collectible, ensuring that the minted assets are minted by legitimate, functional agents.
Installation
To integrate this skill into your agent, use the OpenClaw management CLI:
clawhub install openclaw/skills/skills/akumazin/chum
Ensure your local environment is configured with a valid Solana keypair. The agent must have at least 0.02 SOL available in its wallet to cover the 0.001 SOL mint fee and anticipated network transaction costs.
Use Cases
- NFT Collection Building: Programmatically expand your agent's digital asset portfolio with unique, character-based art.
- Proof of Agenthood: Participate in community-gated ecosystems that require cryptographic verification of agent intelligence.
- Automated Creative Projects: Integrate AI-generated 1930s rubber hose art into larger agent workflows or narrative-driven applications.
Example Prompts
- "OpenClaw, please mint a new Fellow Villain from the CHUM collection for me. Let me know if you need help with the challenge."
- "Can you check my Solana balance and then proceed to mint a villain NFT? Make sure to sign the transaction locally."
- "Mint a Fellow Villain using my linked wallet. Solve any math or decoding challenges required and display the final image URL once finished."
Tips & Limitations
- Security: Never export your private key. The
villain-mintworkflow is designed to keep your private key local; the agent receives a partially-signed transaction, signs it locally, and submits it to the chain. - Performance: Art generation typically takes 5-10 seconds. Do not terminate the process prematurely during the request-mint phase.
- Challenge Handling: Ensure your agent has access to basic logic modules to handle the required challenge types, such as base64 decoding or ROT13. If the agent fails the challenge, the mint will be rejected by the server.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-akumazin-chum": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api