用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hummingbot/condor --skill lp-bot-report命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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.
Check what a connector actually supports before answering capability questions
基于 SOC 职业分类
正在显示 SKILL.md
| name | lp_bot_report |
| description | Summarize LP strategy status — slots held, PnL, fees, exits, wallet rent headroom, and free capacity. |
| when_to_use | When the user asks for the status of the LP strategy, or to summarize a tick — slots held, PnL, fees, exits, and free capacity. |
| created | 2026-07-20T23:27:13Z |
| source | agent:solana_dex_lp_expert |
Assemble a concise status of the LP slots.
get_portfolio_overview(include_lp_positions=True) → wallet balances + live LP positions (real-time fees, token amounts).manage_executors(action="search", executor_types=["lp_executor"]) → running + recently closed slots.search_history for realized PnL of closed slots this session.Lead line: Slots: <open>/<slots> open | quote=<quote_asset> | net PnL (session): <quote>.
Per open slot:
<pair> @ <venue> | state=<IN_RANGE/OUT_OF_RANGE> | range [lo–hi] (price P) | value=<quote> | fees=<quote> | uPnL=<±%>
Then:
pool_ranking).min_wallet_sol_reserve (rent headroom), quote available for new slots.Keep it scannable — key: value lines, numbers in quote_asset.