Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Clanker

  • 12 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Clanker is a skill that deploys ERC20 tokens with Uniswap V4 liquidity pools on Base, Ethereum and Arbitrum using the Clanker SDK.

About

Clanker is a skill for deploying ERC20 tokens with built-in Uniswap V4 liquidity pools using the Clanker SDK. A developer simulates a deployment, then deploys a token with configurable vesting, market cap and metadata, and later claims vault tokens and trading-fee rewards. It matters for launching a tradable token on Base, Ethereum or Arbitrum from an agent.

  • Deploy ERC20 tokens with built-in Uniswap V4 liquidity pools
  • Supports Base, Ethereum and Arbitrum via the Clanker SDK
  • Vault vesting, dev-buy, vanity addresses and simulate-before-deploy

Clanker by the numbers

  • 12 all-time installs (skills.sh)
  • Ranked #306 of 479 Web3 & Blockchain skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

clanker capabilities & compatibility

Requires gas on the target chain; Base recommended for lower fees

Capabilities
dex · bridge
Pricing
Bring your own API key
From the docs

What clanker says it does

Deploy production-ready ERC20 tokens with built-in Uniswap V4 liquidity pools using the Clanker SDK.
SKILL.md
Default sniper protection: 66% → 4% over 15 seconds
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill clanker

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Deploy and manage ERC20 tokens with Uniswap V4 pools on Base, Ethereum or Arbitrum from chat commands.

Who is it for?

Launching a tradable ERC20 token with a Uniswap V4 pool and vesting config

Skip if: Trading existing tokens rather than deploying new ones

When should I use this skill?

You want to deploy or manage a new ERC20 token onchain

By the numbers

  • 3 supported chains
  • fixed supply of 100 billion
  • max vault 90%, min 10% to LP

Files

SKILL.mdMarkdownGitHub ↗

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

ChainIDStatus
Base8453Full support
Ethereum1Full support
Arbitrum42161Full 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

Related skills

Web3 & Blockchainintegrationsbackend

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.