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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/spirosrap/clankerWhat 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
- "Clanker, deploy a new token called 'OpenToken' with the symbol 'OPNT' and provide 0.05 ETH of initial liquidity on Base mainnet."
- "Check the status of my recent deployment transaction 0x1234abcd567890ef and let me know if it successfully created the Uniswap V4 pool."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-spirosrap-clanker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution
Related Skills
zapper
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
base
Interact with Base blockchain — check balances, gas prices, block numbers, and transaction status. Use when the user wants to query onchain data on Base. No API key required.