Agent Skills
› NeverSight/learn-skills.dev
› ito-basket-compare
ito-basket-compare
GitHub用于将Itô预测市场篮子与用户的知识库、投资组合笔记或研究论点进行只读对比分析。帮助用户检查匹配度、风险敞口及缺失信息,严格禁止提供投资建议或执行交易,确保合规性与隐私安全。
Trigger Scenarios
用户希望对比特定投资篮子与其个人知识储备
用户需要分析篮子与现有投资组合笔记的契合度
用户要求评估篮子假设与研究论点的冲突或缺失
Install
npx skills add NeverSight/learn-skills.dev --skill ito-basket-compare -g -y
SKILL.md
Frontmatter
{
"name": "ito-basket-compare",
"origin": "ECC",
"description": "Compare Itô prediction-market baskets against a user's knowledge base, portfolio notes, financial context, watchlist, or research thesis. Use for read-only basket comparison and gap analysis without investment advice or live trading."
}
Itô Basket Compare
Use this skill to compare a basket, theme, or market set against a user's knowledge base, portfolio notes, research memo, CRM context, or stated thesis.
This skill is read-only. It does not recommend trades. It helps a user inspect fit, exposure, assumptions, and missing context before they decide what to do.
Guardrails
- Do not provide investment advice or tell the user to buy, sell, hold, hedge, lever, or size a trade.
- Do not execute, prepare, or submit orders.
- Do not use private documents unless the user explicitly points to them.
- Use
ITO_API_KEYonly for read-only Itô basket/market data after explicit user request. - If comparing against financials, preserve privacy and summarize only the fields needed for the comparison.
Comparison Modes
Basket vs Knowledge Base
- Identify the basket theme and underliers.
- Retrieve the user's relevant notes, docs, or memory snippets.
- Map each underlier to claims, sources, uncertainties, and stale assumptions.
- Return aligned signals, conflicting signals, and missing research.
Basket vs Portfolio Notes
- Parse the user's watchlist, holdings summary, or exposure notes.
- Compare themes, geographies, time horizons, and event outcomes.
- Flag concentration, correlation, and duplicated narrative exposure.
- Avoid recommendations; phrase output as inspection and questions.
Basket vs Financial Context
- Accept only user-provided or explicitly selected financial context.
- Identify liquidity, drawdown, time-horizon, and constraint mismatches.
- Ask for missing constraints instead of guessing.
Output Contract
Use this structure:
- Basket summary
- Comparison target
- Matches
- Conflicts or stale assumptions
- Missing context
- User-action checklist
End with:
This comparison is informational and not investment or trading advice.
Version History
- e0220ca Current 2026-07-05 23:57


