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

eyebot-tokenforge

AI-powered token deployment specialist for ERC-20, BEP-20, and custom tokens

Why use this skill?

Deploy ERC-20 and BEP-20 tokens automatically with the TokenForge OpenClaw skill. Includes gas optimization, auto-verification, and secure tokenomics.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/eyebots/eyebot-tokenforge
Or

What This Skill Does

The eyebot-tokenforge skill acts as a comprehensive, AI-powered deployment pipeline for blockchain assets. It abstracts away the technical complexities associated with smart contract development, providing a streamlined interface for creating ERC-20, BEP-20, and custom tokens across various EVM-compatible chains. Beyond simple deployment, it handles gas optimization, automatic block explorer verification, and the integration of sophisticated tokenomics such as reflection, taxation, and deflationary mechanisms. This tool is designed to accelerate the go-to-market speed for project creators while ensuring that the underlying contracts follow established security best practices.

Installation

To integrate TokenForge into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/eyebots/eyebot-tokenforge

Ensure that you have your relevant network credentials or RPC endpoints configured within your OpenClaw wallet settings before attempting your first deployment, as the tool requires active network access to broadcast transactions.

Use Cases

  1. Rapid Prototyping: Quickly deploy test tokens to different testnets (Sepolia, BSC Testnet) to validate project mechanics without manual Solidity coding.
  2. Defi Project Launch: Effortlessly set up complex liquidity generation and tax-based tokens for decentralized finance projects.
  3. Community Tokenization: Create standardized utility or governance tokens for DAOs with built-in anti-sniper and anti-bot protections to safeguard early holders.
  4. Automated Verification: Eliminate the manual steps required to verify source code on Etherscan or BscScan, ensuring transparency for community audits.

Example Prompts

  1. "Deploy a new ERC-20 token on Base named 'OpenClaw Utility' with symbol 'OCU' and a total supply of 50 million. Include 2% buy and 2% sell taxes."
  2. "Create a deflationary token on Polygon with a 1% burn rate on every transfer and verify the contract automatically after deployment."
  3. "Help me configure a reflection-based token on Arbitrum that distributes 3% of every trade to holders."

Tips & Limitations

  • Safety First: Always audit the generated tokenomics configuration before deployment. Once a contract is deployed to the mainnet, it is immutable unless you explicitly include upgradeability features.
  • Gas Awareness: Deployment costs vary by chain. Ensure your wallet has sufficient native tokens (ETH, BNB, etc.) to cover transaction fees.
  • Verification: If automatic verification fails due to complex external dependencies, manual verification via the explorer UI remains a reliable secondary option.
  • Complexity: While TokenForge handles standard logic, highly custom dApps may require bespoke auditing and manual code oversight beyond what the agent provides.

Metadata

Author@eyebots
Stars1100
Views0
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-eyebots-eyebot-tokenforge": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#blockchain#defi#smart-contracts#web3#automation
Safety Score: 3/5

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