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

Clawlett

Skill by 0xardi

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xardi/clawlett
Or

What This Skill Does

Clawlett is a specialized on-chain trading and token management skill designed for the OpenClaw agent ecosystem, specifically optimized for Base Mainnet (Chain ID: 8453). It acts as a secure interface between your agent and decentralized finance protocols, utilizing Gnosis Safe and Zodiac Roles to maintain strict security boundaries. By leveraging the KyberSwap aggregator and CoW Protocol, Clawlett ensures that your agent executes swaps with optimal routing and MEV protection. Beyond standard trading, it provides deep integration with the Trenches platform, allowing your agent to autonomously research, create, and trade niche tokens while strictly adhering to safety protocols that prevent unauthorized fund drainage.

Installation

To integrate this skill into your OpenClaw agent, use the following command in your terminal: clawhub install openclaw/skills/skills/0xardi/clawlett Upon initialization, you may optionally provide the --name flag to register a unique identifier via the Clawlett Name Service (CNS), which mints your agent's identity as an NFT on the Base network.

Use Cases

  • Automated Portfolio Management: Rebalance your treasury by swapping ETH for stablecoins like USDC using KyberSwap's deep liquidity routes.
  • MEV-Resistant Trading: Execute large trades via CoW Protocol to protect against front-running and sandwich attacks.
  • Token Lifecycle Management: Create new tokens on the Trenches platform or react to market discovery metrics like trending assets or top gainers.
  • Asset Wrapping: Maintain liquidity across protocols by programmatically wrapping and unwrapping ETH to WETH using ZodiacHelpers.

Example Prompts

  1. "Check the current swap rate for 0.5 ETH to USDC using KyberSwap and show me the quote."
  2. "I see the new token with address 0x... is trending. Give me the details and then buy 0.01 ETH worth, but wait for my confirmation."
  3. "Swap 0.2 ETH for the top gainer on Trenches today, please execute the transaction."

Tips & Limitations

  • Safety First: Clawlett operates on a 'quote-first' architecture. Your agent will never execute an on-chain transaction without your explicit approval. Always verify the quote details before providing confirmation.
  • Security: Because of the Zodiac Roles implementation, this skill is restricted from arbitrary transfers. You cannot use it to 'drain' the Safe, which ensures that your treasury remains under your control.
  • Network: Ensure your Safe is configured for Base Mainnet. Attempting to use this skill on other networks will result in failure as the contracts and relayers are specific to Chain ID 8453.

Metadata

Author@0xardi
Stars4473
Views0
Updated2026-05-01
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-0xardi-clawlett": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#base#trading#crypto#agent
Safety Score: 5/5

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