用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hummingbot/condor --skill verify-connector-support命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
The single reference for writing Condor routines — anatomy, the create → test → fix loop, fetching Hummingbot data, parallel calls, reports/charts, continuous loops, and candlestick charts. Routes to a companion file per topic.
Playbook for adding a missing token to the Hummingbot Gateway so it can be used in Orca LP positions. Covers both the UI walkthrough and the two input formats.
Give YOURSELF a loop — write a tick playbook (a strategy) under your own slug, dry-run it, and start it. The shared contract for how a strategy is authored, validated and launched; read by any agent that wants to act autonomously instead of only being consulted.
基于 SOC 职业分类
正在显示 SKILL.md
| name | verify_connector_support |
| description | Check what a connector actually supports before answering capability questions |
| when_to_use | User asks "can I use connector X?" or "does Y support Z?" — any capability question about a connector or DEX |
| created | 2026-08-12T11:51:59Z |
| source | chat |
Never guess connector capabilities from memory. Always pull the authoritative source first.
manage_executors(executor_type="lp_executor") — read the "Supported DEXs" sectionmanage_amm() (no action) — read the connector listexplore_dex_pools tool description lists supported connectorsget_market_data guide or the candles_without_a_candle_feed skillThen answer from what the guide actually says — not from what you remember.