Itô Market Intelligence
Use this skill when a user wants prediction-market context, event discovery,
venue comparison, basket theme exploration, or an Itô API-backed market brief.
This is a public teaser skill. It can work with public sources by default. Any
Itô-backed data call requires explicit API access through ITO_API_KEY.
Guardrails
- Do not provide investment, legal, tax, or trading advice.
- Do not place, cancel, route, or simulate live orders.
- Do not infer the user's financial situation unless they provide it.
- Treat Polymarket, Kalshi, Itô, X, Exa, GitHub, and web data as source inputs,
not as truth by themselves.
- Separate facts, market-implied signals, and your interpretation.
Workflow
- Clarify the market theme, venue, geography, and time horizon.
- Gather public market data from venue docs/APIs or source-grounded research.
- If
ITO_API_KEY is present and the user explicitly asks for Itô data, call
only read endpoints and state that access is gated.
- Normalize event, underlier, liquidity, fee, resolution, and data-latency
differences across venues.
- Produce a decision brief:
- market/event summary
- available venues and underliers
- liquidity and data-quality caveats
- relevant news/source context
- open questions before any user action
Useful Skill Chains
- Use
deep-research or exa-search for source discovery.
- Use
x-api for public social signal discovery when X access is configured.
- Use
market-research for market sizing, competitors, or business use cases.
- Use
prediction-market-risk-review before any workflow touches user capital,
portfolio data, or execution-capable credentials.
Output Contract
Default to a compact brief with source links and a clear caveat:
This is market intelligence, not investment or trading advice.
If access is missing, say:
Itô live basket/API data requires gated access. Request an ITO_API_KEY before
using Itô-backed reads.
Source: affaan-m/ECC → skills/ito-market-intelligence/SKILL.md
1---2name: ito-market-intelligence3description: Research prediction-market events, venues, underliers, liquidity, and news context for Itô basket workflows. Use for read-only market intelligence, API-gated Itô exploration, and source-grounded prediction-market briefings without investment advice or live trading.4---5# Itô Market Intelligence67Use this skill when a user wants prediction-market context, event discovery,8venue comparison, basket theme exploration, or an Itô API-backed market brief.910This is a public teaser skill. It can work with public sources by default. Any11Itô-backed data call requires explicit API access through `ITO_API_KEY`.1213## Guardrails1415- Do not provide investment, legal, tax, or trading advice.16- Do not place, cancel, route, or simulate live orders.17- Do not infer the user's financial situation unless they provide it.18- Treat Polymarket, Kalshi, Itô, X, Exa, GitHub, and web data as source inputs,19 not as truth by themselves.20- Separate facts, market-implied signals, and your interpretation.2122## Workflow23241. Clarify the market theme, venue, geography, and time horizon.252. Gather public market data from venue docs/APIs or source-grounded research.263. If `ITO_API_KEY` is present and the user explicitly asks for Itô data, call27 only read endpoints and state that access is gated.284. Normalize event, underlier, liquidity, fee, resolution, and data-latency29 differences across venues.305. Produce a decision brief:31 - market/event summary32 - available venues and underliers33 - liquidity and data-quality caveats34 - relevant news/source context35 - open questions before any user action3637## Useful Skill Chains3839- Use `deep-research` or `exa-search` for source discovery.40- Use `x-api` for public social signal discovery when X access is configured.41- Use `market-research` for market sizing, competitors, or business use cases.42- Use `prediction-market-risk-review` before any workflow touches user capital,43 portfolio data, or execution-capable credentials.4445## Output Contract4647Default to a compact brief with source links and a clear caveat:4849```text50This is market intelligence, not investment or trading advice.51```5253If access is missing, say:5455```text56Itô live basket/API data requires gated access. Request an ITO_API_KEY before57using Itô-backed reads.58```5960---6162**Source:** [`affaan-m/ECC`](https://github.com/affaan-m/ECC) → `skills/ito-market-intelligence/SKILL.md`