Crypto Signals Automation
/install crypto-signals-automation
Crypto Signals Automation
Use this skill to create a full pipeline: RapidAPI signals -> normalized signal objects -> dYdX v4 order execution.
Workflow
- Collect setup inputs first:
- RapidAPI plan + key (
X-RapidAPI-Key) - dYdX wallet address + mnemonic file path + subaccount
- risk settings (max leverage, margin per trade, max open positions, close-after-hours)
- TP/SL mode (reduce-only conditional orders)
- alert channels (Telegram chat IDs)
- RapidAPI plan + key (
- Validate RapidAPI connectivity with
scripts/rapidapi_fetch.py. - Generate env template with
scripts/bootstrap_env.py. - Wire runtime script/cron that:
- fetches symbols/signals,
- filters fresh active signals,
- opens positions with retries,
- places TP/SL reduce-only conditional orders,
- closes stale positions,
- cleans orphan reduce-only orders,
- sends Telegram notifications for open/close with PnL.
- Test with one symbol in controlled mode before enabling full symbol set.
RapidAPI source
- API:
cryptexAI - Buy & Sell Signals - Base host header:
cryptexai-buy-sell-signals.p.rapidapi.com - Endpoints:
GET /getSymbolsGET /getSignalsForSymbol?symbol=...
Use the most recent active=true signal per symbol. Deduplicate by signal id.
dYdX execution rules
- Use dYdX v4.
- Open position with market semantics.
- Set TP/SL immediately after open as reduce-only conditional orders:
- TP type: take-profit-market
- SL type: stop-market / stop-limit equivalent in client
- Retry failed order submissions up to total 3 attempts.
- Keep signal->order client_id mapping in state and only cancel matching reduce-only orders on cleanup.
Security
- Never commit real API keys/secrets.
- Store secrets in
.envwith strict file permissions (chmod 600). - Treat mnemonic/passphrase as secrets.
- If a token was exposed in chat/history, rotate it.
References
- API details:
references/rapidapi-cryptexai.md - Setup checklist:
references/setup-checklist.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install crypto-signals-automation - After installation, invoke the skill by name or use
/crypto-signals-automation - Provide required inputs per the skill's parameter spec and get structured output
What is Crypto Signals Automation?
Build and operate a crypto signal trading automation using RapidAPI cryptexAI Buy & Sell Signals as signal source and dYdX v4 for execution. Use when setting... It is an AI Agent Skill for Claude Code / OpenClaw, with 329 downloads so far.
How do I install Crypto Signals Automation?
Run "/install crypto-signals-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Crypto Signals Automation free?
Yes, Crypto Signals Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Crypto Signals Automation support?
Crypto Signals Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Crypto Signals Automation?
It is built and maintained by RickySmolders (@mdann1992); the current version is v1.0.0.