Mintclub
Skill by sebayaki
Why use this skill?
Automate Base chain token creation and trading with the Mintclub skill for OpenClaw. Seamlessly interact with bonding curves, swap assets, and manage your portfolio.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sebayaki/mintclubWhat This Skill Does
The Mintclub skill for OpenClaw provides a powerful command-line interface for interacting with Mint Club V2, a decentralized platform for creating and trading bonding curve tokens on the Base chain. It acts as an abstraction layer over the official mint.club-cli, allowing OpenClaw agents to perform complex financial operations like automated token creation, liquidity swapping, and direct bonding curve management without manual web interface navigation.
Installation
To integrate this skill into your environment, use the OpenClaw package manager:
clawhub install openclaw/skills/skills/sebayaki/mintclub
Ensure you have Node.js installed, as the skill relies on the mint.club-cli package. After installing the core plugin, finalize the setup by setting your private key via mc wallet --set-private-key <YOUR_PRIVATE_KEY> or by defining the PRIVATE_KEY environment variable. This allows the agent to sign transactions securely on your behalf.
Use Cases
This skill is ideal for on-chain traders, community managers, and developers who need to interact with Base chain assets programmatically. Common use cases include:
- Automating the launch of social tokens with custom bonding curves (linear, exponential, etc.).
- Executing 'Zap' operations to instantly enter or exit positions by auto-routing through Uniswap.
- Monitoring token performance and supply metrics directly from the command line.
- Managing treasury assets through simple, automated transfer commands.
Example Prompts
- "Check the current supply and bonding curve price for the HUNT token on Base."
- "Buy 50 tokens of MYT using 0.1 ETH from my connected wallet."
- "Create a new token named 'AgentCoin' with the symbol 'AGC' using an exponential curve, starting at 0.001 ETH and ending at 1 ETH."
Tips & Limitations
- Safety First: Because this skill executes blockchain transactions, always verify your
PRIVATE_KEYsecurity. Never share your key or hardcode it in public repositories. - Base Network: Remember that all operations are hardcoded to the Base network (chain ID 8453). Ensure your wallet is funded with ETH on Base for gas fees.
- Token Tracking: The CLI automatically saves token addresses to
~/.mintclub/tokens.json, making subsequent lookups faster. - Slippage: Default slippage is set to 1%. For high-volatility assets, use the
-sflag with themc swapcommand to adjust your tolerance.
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-sebayaki-mintclub": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution