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

easyclaw-skill

Run user-facing EasyClaw DEX actions from a self-contained skill folder. Use when an agent needs to submit user orders or check wallet/margin/order balances on EasyClaw without depending on external project directories.

Why use this skill?

Automate your EasyClaw DEX trading with the easyclaw-skill. Execute orders, manage positions, and monitor market signals securely within your OpenClaw agent environment.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ice-coldbell/easyclaw
Or

What This Skill Does

The easyclaw-skill is a robust, self-contained module designed to manage user-facing interactions with the EasyClaw decentralized exchange (DEX) infrastructure. It acts as a specialized bridge between the OpenClaw agent and the EasyClaw ecosystem, allowing the agent to perform essential trading tasks such as balance verification, order execution, position management, and real-time market data monitoring. By isolating these actions within a dedicated skill folder, the agent maintains a clean separation between its general operations and the high-stakes environment of DeFi trading, ensuring that wallet signing and API interactions are handled securely and predictably.

Installation

To integrate this skill, use the ClawHub command-line tool. Run the following command in your terminal to initialize the skill in your project environment:

clawhub install openclaw/skills/skills/ice-coldbell/easyclaw

Once installed, verify your environment by running the doctor command: ./scripts/dex-agent.sh doctor This diagnostic tool checks your SOLANA_RPC_URL, wallet configuration, and API connectivity to ensure the skill is ready for active trading.

Use Cases

This skill is perfect for agents managing automated portfolios or performing high-frequency data analysis on EasyClaw markets. It is ideal for:

  • Automated Trading: Placing market or limit orders based on pre-defined signals or heuristic strategies.
  • Risk Management: Monitoring account margin, open orders, and historical fills to trigger safety kill-switches if thresholds are exceeded.
  • Market Analysis: Querying orderbooks, historical trade data, and candle charts to feed into predictive models or internal agent logic.
  • Portfolio Tracking: Consolidating balance info and position history into a clean JSON format for secondary analysis.

Example Prompts

  1. "Check my current margin balance on EasyClaw and tell me if I have enough collateral to place a 2,000,000 USDC market buy order on market 1."
  2. "Retrieve the last 20 positions for my account and summarize the performance of my latest BTCUSDT trades."
  3. "Start an autotrade session for market 1 with a minimum confidence threshold of 0.85 and a margin of 500,000."

Tips & Limitations

  • Safety First: This skill can execute transactions; always define strict safety constraints when using the autotrade feature.
  • Environment Variables: Ensure your ANCHOR_WALLET is pointed to a secure, limited-balance wallet during initial testing.
  • Scope: This skill is strictly for user-facing DEX actions; it cannot be used for platform-level admin tasks or keeper maintenance. If the skill encounters a network error, check your RPC endpoint responsiveness before retrying.

Metadata

Stars2387
Views0
Updated2026-03-09
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-ice-coldbell-easyclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#dex#defi#trading#automation
Safety Score: 2/5

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