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.
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
6# Itô Market Intelligence
7
8Use this skill when a user wants prediction-market context, event discovery,
9venue comparison, basket theme exploration, or an Itô API-backed market brief.
10
11This is a public teaser skill. It can work with public sources by default. Any
12Itô-backed data call requires explicit API access through `ITO_API_KEY`.
13
14## Guardrails
15
16- Do not provide investment, legal, tax, or trading advice.
17- Do not place, cancel, route, or simulate live orders.
18- Do not infer the user's financial situation unless they provide it.
19- Treat Polymarket, Kalshi, Itô, X, Exa, GitHub, and web data as source inputs,
20 not as truth by themselves.
21- Separate facts, market-implied signals, and your interpretation.
22
23## Workflow
24
251. Clarify the market theme, venue, geography, and time horizon.
262. Gather public market data from venue docs/APIs or source-grounded research.
273. If `ITO_API_KEY` is present and the user explicitly asks for Itô data, call
28 only read endpoints and state that access is gated.
294. Normalize event, underlier, liquidity, fee, resolution, and data-latency
30 differences across venues.
315. Produce a decision brief:
32 - market/event summary
33 - available venues and underliers
34 - liquidity and data-quality caveats
35 - relevant news/source context
36 - open questions before any user action
37
38## Useful Skill Chains
39
40- Use `deep-research` or `exa-search` for source discovery.
41- Use `x-api` for public social signal discovery when X access is configured.
42- Use `market-research` for market sizing, competitors, or business use cases.
43- Use `prediction-market-risk-review` before any workflow touches user capital,
44 portfolio data, or execution-capable credentials.
45
46## Output Contract
47
48Default to a compact brief with source links and a clear caveat:
49
50```text
51This is market intelligence, not investment or trading advice.
52```
53
54If access is missing, say:
55
56```text
57Itô live basket/API data requires gated access. Request an ITO_API_KEY before
58using Itô-backed reads.
59```