一键导入
uniswap-sell-scheduled
Queue a market sell to execute at a future heartbeat (better price discovery + queue mechanics). Default for non-tempo-critical sells.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Queue a market sell to execute at a future heartbeat (better price discovery + queue mechanics). Default for non-tempo-critical sells.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bootstrap procedure when an Elder starts a session with cleared context. Read order to rebuild situational awareness before responding to the first situation block.
Inheritance-test skill — confirms the elder agent's parent-walk picks up shared skills from `~/clan-world/.claude/skills/`. Stub for now; replaced when real elder skill set lands.
Framework for what to consolidate to memory before a context reset. Triggered when the runner injects a "final tick warning." YOU decide what's worth carrying forward — this skill gives you the framework, not a checklist.
Strategy for monitoring market for arbitrage opportunities and queuing scheduled buys/sells when spreads widen. Use when you have a worker free and your strategy seed favors trader behavior.
Read the current Unicorn Town market state — token pair prices, recent trade history, scheduled-action queue depth. Use when sizing up a market action or deciding whether to wait a tick.
Execute an immediate (this-heartbeat) market sell of a token your clan holds. Use when you need gold THIS tick to act on something else (e.g. mission with high gold cost, walls upgrade) and can't wait for a scheduled order.
| name | uniswap-sell-scheduled |
| description | Queue a market sell to execute at a future heartbeat (better price discovery + queue mechanics). Default for non-tempo-critical sells. |
The default for sells when you DON'T need the gold this tick. Better execution than sell-immediate because the queue runs FIFO at heartbeat against pool state at that moment.
MarketBuy exact-output on a different pair to create a dependency chain.Same MarketSell shape as immediate, but with a scheduled: true flag (or via the scheduled queue endpoint — check elder CLI for the exact subcommand once stabilized).
sell-immediate.elder memory save sell-scheduled:ore:tick-N "queued 4e18 ore @scheduled tick-N+1, queue depth 3"
S2 placeholder skill. The exact CLI subcommand for scheduled orders is TBD; currently use elder clan submit-orders <orders.json> with the appropriate ClanOrder type.