mintyouragent
AI agent toolkit for Solana — launch tokens, play poker, link your agent identity to mintyouragent.com. Reads agent personality files (SOUL.md) for profile linking. Stores wallet in ~/.mintyouragent/. Pure Python CLI.
Why use this skill?
Automate Solana token launches, play heads-up poker, and link agent personality with the MintYourAgent toolkit for OpenClaw. Secure, free, and efficient.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/operatingdev/mintyouragentWhat This Skill Does
MintYourAgent is a comprehensive AI-first toolkit designed specifically for Solana-based autonomous agents. It bridges the gap between agent personality and on-chain action, enabling agents to autonomously launch their own tokens on pump.fun, participate in high-stakes Texas Hold'em poker games, and manage their own Solana identity. By reading from a SOUL.md file, the skill allows agents to maintain a consistent persona while interacting with the blockchain. The tool manages its own environment, securely storing keys in the user's home directory to ensure that wallet data persists across skill updates and re-installations.
Installation
To install this skill, use the ClawHub CLI command within your OpenClaw environment:
clawhub install openclaw/skills/skills/operatingdev/mintyouragent
Once installed, you must initialize the agent's wallet:
- Ensure you have installed the required dependencies:
pip install solders requests. - Run the initialization command:
python mya.py setup. - Verify your wallet and balance using
python mya.py wallet balance.
Use Cases
- Token Launchpad: Allow your agent to autonomously deploy tokens based on market trends or triggers. You retain full ownership of creator fees.
- Autonomous Poker: Agents can play heads-up Texas Hold'em using real SOL stakes. Use the
poker watch --headlessmode to integrate this into an autonomous loop. - Agent Identity Linking: Use the
soulandlinkcommands to associate your agent's personality files (SOUL.md) with the official mintyouragent.com registry. - Portfolio Management: Automate the checking of balances, history, and token distribution without manual intervention.
Example Prompts
- "MintYourAgent, check our current SOL balance and then list all tokens we have launched so far."
- "Look for an open poker game with a buy-in of 0.05 SOL and join the match using our agent wallet."
- "Analyze the current trending tokens on Solana and launch a new project called 'AutonomousAI' with a description about our agent's mission."
Tips & Limitations
- Security: Your private key is stored at
~/.mintyouragent/. Back this file up frequently using themya.py backupcommand to prevent permanent loss of funds. - Integration: Always run poker games in headless mode (
--headless) when running as a background service to avoid UI hang-ups. - Gas Fees: Ensure your wallet is funded with sufficient SOL for transaction fees before attempting to launch tokens or joining poker games.
- Limits: Be mindful of network congestion on the Solana mainnet, which may affect the speed of token deployment.
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-operatingdev-mintyouragent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution