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

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sebayaki/mintclub
Or

What 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

  1. "Check the current supply and bonding curve price for the HUNT token on Base."
  2. "Buy 50 tokens of MYT using 0.1 ETH from my connected wallet."
  3. "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_KEY security. 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 -s flag with the mc swap command to adjust your tolerance.

Metadata

Author@sebayaki
Stars1054
Views0
Updated2026-02-16
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-sebayaki-mintclub": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#blockchain#base#trading#defi
Safety Score: 2/5

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