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

clanker

Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.

Why use this skill?

Easily deploy ERC20 tokens on Base with built-in Uniswap V4 liquidity. Manage your crypto assets, track deployments, and test on Sepolia using this OpenClaw agent skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/spirosrap/clanker
Or

What This Skill Does

The Clanker skill for OpenClaw empowers users to seamlessly deploy ERC20 tokens directly onto the Base network. By leveraging the Clanker protocol, this skill automates the complex process of deploying smart contracts and simultaneously establishes liquidity pools on Uniswap V4. It is designed to handle both Mainnet deployments for production assets and Sepolia testnet deployments for development and experimentation. The skill provides a unified interface for tracking deployment status, querying token metadata, and auditing deployment history across the Base ecosystem.

Installation

To integrate this skill into your OpenClaw environment, execute the following installation command in your terminal: clawhub install openclaw/skills/skills/spirosrap/clanker. Once installed, ensure you have initialized your configuration file located at ~/.clawdbot/skills/clanker/config.json. Populate this file with your RPC endpoints and private keys for both mainnet and testnet. For deployment operations, ensure the web3 Python dependency is installed via pip install web3. Always adhere to security best practices by avoiding the inclusion of raw private keys in version-controlled repositories.

Use Cases

This skill is ideal for developers, project leads, and meme-coin enthusiasts looking to quickly prototype or launch tokens on Base. Common use cases include launching experimental tokens for decentralized applications, conducting liquidity testing in a sandbox environment, auditing existing token deployments via specific deployer addresses, and fetching real-time market or technical metadata for any deployed contract on the Base network.

Example Prompts

  1. "Clanker, deploy a new token called 'OpenToken' with the symbol 'OPNT' and provide 0.05 ETH of initial liquidity on Base mainnet."
  2. "Check the status of my recent deployment transaction 0x1234abcd567890ef and let me know if it successfully created the Uniswap V4 pool."
  3. "Find all the tokens deployed by the address 0xdef0...9876 on the Sepolia testnet so I can audit my recent test runs."

Tips & Limitations

Always double-check your configuration file to ensure the correct network flag is used. When testing, prefer using the --network testnet flag to avoid real-world financial loss. Note that faucet access on Sepolia is limited; plan your testing cycles accordingly. Finally, remember that while Clanker automates the deployment, you remain fully responsible for the smart contract security and the management of your private keys. Never share your keys with unauthorized processes or untrusted environments.

Metadata

Author@spirosrap
Stars1015
Views0
Updated2026-02-15
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-spirosrap-clanker": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#defi#tokens#base#web3
Safety Score: 2/5

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