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

weex-trading

WEEX Futures exchange integration. Trade USDT-M perpetual futures with up to 125x leverage on WEEX.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bowen31337/weex-trading-skills
Or

What This Skill Does

The weex-trading skill is a comprehensive toolkit for integrating USDT-Margined perpetual futures trading directly into your AI agent's workflow. It serves as a bridge between high-frequency market data and automated execution logic, allowing agents to interact with the WEEX exchange API. The skill provides full lifecycle coverage for trading, including public market data retrieval, private account management, position monitoring, and advanced order execution. It supports up to 125x leverage, making it suitable for both conservative hedging strategies and aggressive trading algorithms. By leveraging shell-based commands, this skill is architecture-agnostic and can be deployed in any environment that supports standard HTTP requests and openssl for HMAC-SHA256 request signing.

Installation

To install this skill, use the ClawHub command-line tool: clawhub install openclaw/skills/skills/bowen31337/weex-trading-skills

Ensure you have your WEEX API credentials ready. You will need to export them as environment variables: WEEX_API_KEY, WEEX_API_SECRET, and WEEX_PASSPHRASE. If you are using a non-standard endpoint, define WEEX_BASE_URL accordingly.

Use Cases

  • Automated Algorithmic Trading: Use an LLM to analyze technical indicators or sentiment and trigger entry/exit orders based on real-time market data.
  • Portfolio Monitoring: Create an agent that periodically checks your margin health and sends alerts or automatically reduces position sizes during high volatility.
  • Data-Driven Market Research: Query order books, funding rates, and trade history directly to feed into external analytical models.
  • Risk Management Bots: Implement programmatic stop-loss and take-profit logic that operates 24/7 independently of manual UI interactions.

Example Prompts

  1. "Check the current order book for cmt_btcusdt and tell me if there is a significant imbalance between the top 5 bids and asks."
  2. "What is my current margin balance on WEEX, and do I have any open positions on Ethereum futures?"
  3. "Analyze the last 50 trades for cmt_ethusdt; based on the price trend, if the sentiment looks bullish, execute a market buy order for 0.01 contracts."

Tips & Limitations

  • Security First: Never hardcode your API keys in your prompts or scripts. Use secure environment variables or secret management tools.
  • Rate Limiting: Be aware of the WEEX exchange rate limits. Spreading out your requests ensures your API key does not get banned.
  • Precision: When placing orders, always double-check the tick_size and size_increment retrieved from the contracts info endpoint to avoid rejected orders due to invalid pricing or quantity precision.
  • Testing: Always start testing with a sub-account or minimal capital to verify your logic before scaling your automated strategy.

Metadata

Stars4190
Views3
Updated2026-04-18
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-bowen31337-weex-trading-skills": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#crypto#futures#defi#weex
Safety Score: 2/5

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

Related Skills

Terse

Skill by bowen31337

bowen31337 4190

Identity Resolver

Skill by bowen31337

bowen31337 4190

agent-self-governance

Self-governance protocol for autonomous agents: WAL (Write-Ahead Log), VBR (Verify Before Reporting), ADL (Anti-Divergence Limit), VFM (Value-For-Money), and IKL (Infrastructure Knowledge Logging). Use when: (1) receiving a user correction — log it before responding, (2) making an important decision or analysis — log it before continuing, (3) pre-compaction memory flush — flush the working buffer to WAL, (4) session start — replay unapplied WAL entries to restore lost context, (5) any time you want to ensure something survives compaction, (6) before claiming a task is done — verify it, (7) periodic self-check — am I drifting from my persona? (8) cost tracking — was that expensive operation worth it? (9) discovering infrastructure — log hardware/service specs immediately.

bowen31337 4190

rsi-loop

Recursive Self-Improvement (RSI) loop for EvoClaw agents. Provides a structured observe→analyze→synthesize→deploy pipeline that enables agents to detect their own failure patterns and generate concrete improvement proposals (new skills, routing fixes, SOUL.md updates, memory improvements). Use when: (1) logging a task outcome (success/fail/quality), (2) running periodic self-improvement analysis, (3) reviewing or deploying improvement proposals, (4) integrating RSI into EvoClaw hub/edge agents via MQTT, (5) checking agent health score, (6) any mention of "self-improvement", "recursive improvement", "fix my own mistakes", "improvement loop", or "agent evolution". Core EvoClaw primitive.

bowen31337 4190

clawchain

ClawChain RPC client for EvoClaw agents. Connects to Substrate-based blockchain, queries on-chain agent data, submits transactions, and enables agents to participate in on-chain governance and reputation tracking. Use when working with ClawChain L1 blockchain, agent DIDs, token economics, or agent reputation systems.

bowen31337 4190