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

clanker

Deploy ERC20 tokens on Base, Ethereum, Arbitrum, and other EVM chains using the Clanker SDK. Use when the user wants to deploy a new token, create a memecoin, set up token vesting, configure airdrops, manage token rewards, claim LP fees, or update token metadata. Supports V4 deployment with vaults, airdrops, dev buys, custom market caps, vanity addresses, and multi-chain deployment.

Why use this skill?

Deploy production-ready ERC20 tokens with Uniswap V4 liquidity pools, vesting, and airdrop capabilities across EVM chains using the Clanker OpenClaw skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-clanker
Or

What This Skill Does

The Clanker skill for OpenClaw provides a powerful interface for deploying production-ready ERC20 tokens across multiple EVM-compatible blockchains, including Base, Ethereum, and Arbitrum. Leveraging the official Clanker SDK, this skill automates the creation of tokens coupled with Uniswap V4 liquidity pools. It is designed for developers, memecoin creators, and DAO administrators who need a streamlined, one-transaction workflow for tokenomics management, including advanced features like vesting schedules, airdrop distribution using Merkle trees, and custom metadata configuration.

Installation

To integrate the Clanker skill into your OpenClaw environment, ensure you have the OpenClaw agent runtime installed. Run the following command in your terminal: clawhub install openclaw/skills/skills/bobdevibecoder/bobagent-clanker

Ensure your local development environment has a valid PRIVATE_KEY set in your .env file to handle authorized on-chain transactions.

Use Cases

  • Memecoin Launch: Instantly deploy a token with a pre-configured liquidity pool on a decentralized exchange.
  • Token Vesting: Implement secure vesting for team members or advisors by locking a specific percentage of supply with defined cliff and linear release periods.
  • Airdrop Distribution: Execute large-scale token distributions using efficient Merkle tree proofs, reducing gas costs and complexity.
  • Vanity Addresses: Generate unique, branded contract addresses to add a professional touch to your project deployment.
  • Metadata Management: Update and maintain on-chain metadata for existing tokens, ensuring external applications (like block explorers and trading platforms) display current token info.

Example Prompts

  1. "Deploy a new memecoin named 'AI Doge' with the symbol 'AIDOGE' on the Base network, and set up a 10% vault with a 30-day cliff."
  2. "Create an airdrop for my 'TKN' token for these addresses: 0xabc... and 0xdef..., locking the tokens for 24 hours."
  3. "Update the metadata for my token contract 0x123... to include the new website URL and the updated logo on IPFS."

Tips & Limitations

  • Safety First: Always verify your private key is kept secure and not hard-coded in scripts.
  • Gas Management: Since token deployment happens on-chain, ensure your wallet has sufficient native network gas (e.g., ETH on Ethereum, Base ETH on Base) to cover transaction fees.
  • Vesting Logic: Carefully calculate your vesting percentages and durations; these configurations are immutable once the smart contract is deployed.
  • Vanity Addressing: Using the vanity flag may increase the time required for transaction initiation, as the tool performs additional computation.

Metadata

Stars1100
Views2
Updated2026-02-17
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-bobdevibecoder-bobagent-clanker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#erc20#crypto#blockchain#web3#defi
Safety Score: 3/5

Flags: network-access, external-api, code-execution