Agent Skills
› NeverSight/learn-skills.dev
› ito-trade-planner
ito-trade-planner
GitHub用于构建预测市场交易规划工作表,帮助用户梳理标的、场馆及约束条件。该技能严格非执行、非建议性质,仅生成检查清单和参数表供人工审核,禁止提供投资建议或执行订单。
Trigger Scenarios
用户希望结构化展示预测市场想法
需要对比不同场馆或调整篮子
制定手动执行计划
Install
npx skills add NeverSight/learn-skills.dev --skill ito-trade-planner -g -y
SKILL.md
Frontmatter
{
"name": "ito-trade-planner",
"origin": "ECC",
"description": "Build a non-advisory prediction-market trade planning worksheet for Itô or venue workflows. Use to inspect venues, underliers, constraints, order prerequisites, and manual execution steps without placing trades or recommending positions."
}
Itô Trade Planner
Use this skill when a user wants a structured worksheet for a prediction-market idea, basket adjustment, venue comparison, or manual execution plan.
The skill is intentionally non-executing. It produces checklists and parameter tables the user can review manually.
Guardrails
- Do not say a trade is good, bad, optimal, or recommended.
- Do not provide investment advice or position sizing advice.
- Do not place, cancel, route, or sign orders.
- Do not request private keys, seed phrases, exchange passwords, or wallet credentials.
- Require explicit user approval before any workflow moves from research to execution-capable tooling.
Planning Workflow
- Restate the user's idea as a neutral hypothesis.
- Identify markets, venues, underliers, resolution rules, fees, and data freshness constraints.
- If
ITO_API_KEYis configured and requested, read Itô basket metadata. - Build a manual worksheet:
- market/underlier
- venue
- data source
- current observable price or status
- resolution rule
- liquidity caveat
- open questions
- manual action link or next review step
- Run
prediction-market-risk-reviewbefore discussing automation, keys, venue auth, or capital constraints.
Allowed Language
Use:
- "manual planning worksheet"
- "questions to answer before acting"
- "observable venue data"
- "risk and constraint review"
Avoid:
- "you should buy/sell"
- "best trade"
- "guaranteed"
- "risk-free"
- "optimal size"
Output Contract
End every plan with:
This is a planning worksheet, not investment or trading advice. Review venue
rules and make any trading decisions yourself.
Version History
- e0220ca Current 2026-07-05 23:57


