Clawlett

Execute secure token swaps and Trenches trading on Base and BNB Chain.

8|9|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Creator-Bid/Clawlett --skill clawlett
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Clawlett
Source: https://github.com/Creator-Bid/Clawlett/tree/main/clawlett
Command: npx skills add https://github.com/Creator-Bid/Clawlett --skill clawlett

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ethers, and includes scripts (resource) components.

What problem does it solve?

Secure, permissioned on-chain token swaps and Trenches trading within a Gnosis Safe environment using Zodiac Roles to prevent unauthorized access and fund drains.

Core Features & Use Cases

  • Secure token swaps via KyberSwap (default) or CoW Protocol (Base-only MEV-protected)
  • Trenches token creation and trading via AgentKeyFactoryV3 (Base only)
  • Role-based approvals and safe-only token returns, with explicit user confirmation required for on-chain actions
  • Cross-chain support for Base and BNB Chain; CNS name service integration

Quick Start

Initialize Safe + Roles with initialize.js, fund the agent, then execute a swap or Trenches operation using the provided scripts.

Frequently Asked Questions about Clawlett

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute secure token swaps using Gnosis Safe and Zodiac Roles?

To execute secure token swaps, you initialize a Safe and configure Zodiac Roles to prevent unauthorized access, then run provided scripts to perform permissioned swaps via KyberSwap or CoW Protocol with explicit user confirmation.

What is the best way to prevent unauthorized fund drains during autonomous on-chain trading?

Preventing unauthorized fund drains during autonomous trading requires role-based approvals within a Gnosis Safe environment, ensuring that on-chain actions and token returns are restricted to safe-only addresses with explicit user confirmation.

How do I set up Trenches token creation and trading on Base?

To set up Trenches token creation and trading on Base, you initialize your Safe and Roles, fund the agent, then execute Trenches operations via AgentKeyFactoryV3 using the provided front-end-free commands.

Does CoW Protocol support MEV-protected token swaps on BNB Chain?

CoW Protocol does not support MEV-protected swaps on BNB Chain. CoW Protocol is available strictly as a Base-only alternative, while BNB Chain swaps default to using KyberSwap.

How do I initialize a Safe and configure Zodiac Roles for cross-chain DeFi operations?

You initialize a Safe and configure Zodiac Roles for cross-chain DeFi operations by running the initialize.js script, funding the agent, and then executing commands that support both Base and BNB Chain networks.

Can I use KyberSwap for token swaps without a front-end interface?

Yes, you can execute KyberSwap token swaps without a front-end interface by using provided command-line scripts that wrap user data and require explicit confirmation for on-chain actions.