ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/operatingdev/mintyouragent
Or

What 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:

  1. Ensure you have installed the required dependencies: pip install solders requests.
  2. Run the initialization command: python mya.py setup.
  3. 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 --headless mode to integrate this into an autonomous loop.
  • Agent Identity Linking: Use the soul and link commands 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

  1. "MintYourAgent, check our current SOL balance and then list all tokens we have launched so far."
  2. "Look for an open poker game with a buy-in of 0.05 SOL and join the match using our agent wallet."
  3. "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 the mya.py backup command 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

Stars1287
Views1
Updated2026-02-22
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-operatingdev-mintyouragent": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#web3#crypto#defi#automation
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution