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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ice-coldbell/easyclawWhat 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
- "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."
- "Retrieve the last 20 positions for my account and summarize the performance of my latest BTCUSDT trades."
- "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
autotradefeature. - Environment Variables: Ensure your
ANCHOR_WALLETis 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
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-ice-coldbell-easyclaw": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
clawland
Play on-chain odd/even games on Solana devnet via Clawland. Mint GEM from SOL or USDC, bet odd or even, win 2x. Scripts handle wallet setup, minting, and autoplay.
clawland
Play on-chain odd/even games on Solana devnet via Clawland. Mint GEM from SOL or USDC, bet odd or even, win 2x. Scripts handle wallet setup, minting, and autoplay.