Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
WEEX Futures exchange integration. Trade USDT-M perpetual futures with up to 125x leverage on WEEX.
Open AI Agent Skill for USDT-margined perpetual futures trading on WEEX exchange. Up to 125x leverage.
Open Agent Skill: This skill is designed to work with any AI agent that supports bash/curl commands, including Claude, GPT, Gemini, LLaMA, Mistral, and other LLM-based agents.
| Variable | Description | Required |
|---|---|---|
WEEX_API_KEY | API Key from WEEX | Yes |
WEEX_API_SECRET | API Secret | Yes |
WEEX_PASSPHRASE | API Passphrase | Yes |
WEEX_BASE_URL | API base URL | No (default: https://api-contract.weex.com) |
API_KEY="${WEEX_API_KEY}"
SECRET="${WEEX_API_SECRET}"
PASSPHRASE="${WEEX_PASSPHRASE}"
npx skills add LeoYeAI/openclaw-master-skills --skill weex-trading-skillsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.