Skip to content
Automation
Skill

/clanker

Deploy ERC20 tokens with Uniswap V4 pools on Base, Ethereum, Arbitrum

From plugin
cloddsbot
651120 skills
Install
$ npx -y skills add alsk1992/CloddsBot --skill clanker --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition โ†’
  • You can call itInvoke it directly when you want it.
  • Slash command/clanker

Context preview

The summary Claude sees to decide when to auto-load this skill.

Deploy ERC20 tokens with Uniswap V4 pools on Base, Ethereum, Arbitrum

SKILL.md

clanker.SKILL.md
name: clanker
description: "Deploy ERC20 tokens with Uniswap V4 pools on Base, Ethereum, Arbitrum"
command: clanker
emoji: "๐Ÿช™"
gates:
  envs:
    - PRIVATE_KEY

Clanker - Token Deployment

Deploy production-ready ERC20 tokens with built-in Uniswap V4 liquidity pools using the Clanker SDK.

Setup

export PRIVATE_KEY=0x...your_private_key
export BASE_RPC_URL=https://mainnet.base.org  # Optional

Commands

Deployment

/clanker deploy <name> <symbol> [options]   Deploy new token
/clanker simulate <name> <symbol> [opts]    Simulate deployment (no tx)

Post-Deployment

/clanker claim-vault <token>                Claim vested tokens
/clanker claim-rewards <token>              Claim trading fee rewards
/clanker update-metadata <token> <json>     Update token metadata
/clanker update-image <token> <ipfs://...>  Update token image

Info

/clanker info <token>                       Get token info
/clanker rewards <token>                    Check available rewards
/clanker vault <token>                      Check vested tokens

Deploy Options

--image <ipfs://...>          Token image (IPFS)
--description "..."           Token description
--twitter <handle>            Twitter/X handle
--telegram <handle>           Telegram handle
--website <url>               Website URL
--vault <percent>             Vault percentage (vesting)
--vault-lockup <days>         Vault lockup period
--vault-vesting <days>        Vault vesting duration
--dev-buy <eth>               Initial purchase amount
--market-cap <eth>            Starting market cap
--vanity                      Generate vanity address
--chain <base|eth|arb>        Target chain (default: base)

Examples

Simple Token

/clanker deploy "My Token" TKN --image ipfs://Qm... --vanity

With Vesting

/clanker deploy "Creator Token" CTK \
  --vault 10 \
  --vault-lockup 30 \
  --vault-vesting 30

With Dev Buy

/clanker deploy "Launch Token" LTK \
  --dev-buy 0.1 \
  --market-cap 5

Full Config

/clanker deploy "Community Token" CMT \
  --image ipfs://Qm... \
  --description "Community-owned token" \
  --twitter mytoken \
  --website https://mytoken.xyz \
  --vault 10 \
  --vault-lockup 7 \
  --vault-vesting 30 \
  --vanity \
  --chain base

Supported Chains

| Chain | ID | Status | |-------|-----|--------| | Base | 8453 | Full support | | Ethereum | 1 | Full support | | Arbitrum | 42161 | Full support |

Token Configuration

  • **Supply**: 100 billion (fixed)
  • **Max vault**: 90% (min 10% to LP)
  • **Max extensions**: 10
  • **Max reward recipients**: 7

Fees & Protection

  • Default sniper protection: 66% โ†’ 4% over 15 seconds
  • Trading fees distributed to configured recipients
  • 80% creator / 20% interface split by default

Best Practices

1. **Test first** - Use `/clanker simulate` before real deployment 2. **Quality images** - Upload to IPFS before deploying 3. **Configure vesting** - Lock tokens to build trust 4. **Use vanity** - Memorable addresses help marketing 5. **Deploy on Base** - Lower gas fees than mainnet

Read more
Ships withcloddsbot

Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.

Get the whole plugin