Agent Skills
› NeverSight/learn-skills.dev
› prediction-market-oracle-research
prediction-market-oracle-research
GitHub研究预测市场作为数据源或预言机信号,为产品、代理和决策提供基于来源的概率分析。涵盖工作流程、集成模式及风险警示,明确不提供投资建议,强调区分信号与市场机制。
Trigger Scenarios
需要利用预测市场数据进行决策支持
评估市场隐含概率作为情报输入
将预测市场信号集成到仪表盘或代理中
Install
npx skills add NeverSight/learn-skills.dev --skill prediction-market-oracle-research -g -y
SKILL.md
Frontmatter
{
"name": "prediction-market-oracle-research",
"origin": "ECC",
"description": "Research prediction markets as data sources or oracle signals for products, agents, dashboards, and corporate decision intelligence. Use for source-grounded analysis of market-implied probabilities, caveats, and integration patterns without investment advice."
}
Prediction Market Oracle Research
Use this skill when prediction markets are being considered as a data source, forecasting input, oracle-like signal, or decision-intelligence layer.
Guardrails
- Do not treat market prices as objective truth.
- Do not provide investment advice or trading recommendations.
- Separate venue mechanics, liquidity, incentives, and resolution rules from the implied signal.
- Call out manipulation, thin liquidity, stale markets, and ambiguous outcomes.
- For on-chain or execution-linked systems, run
llm-trading-agent-securitybefore granting any write authority.
Research Workflow
- Define the decision the signal is meant to inform.
- Find relevant markets, events, tags, and venues.
- Record market-implied probabilities with timestamps and source links.
- Evaluate signal quality:
- liquidity
- spread
- market age
- trader/incentive concentration if known
- resolution authority
- geography or account restrictions
- Compare against non-market sources such as filings, news, polls, research, customer data, or internal KPIs.
- Recommend whether the signal is usable, weak, or unsuitable for the stated decision.
Integration Patterns
- Research assistant: source-grounded context for a human analyst.
- Dashboard signal: market-implied probability alongside internal metrics.
- Agent memory input: a time-stamped signal that can be retrieved later.
- Alerting input: notify when probabilities, spreads, or liquidity cross a threshold.
- Scenario planning: compare multiple event outcomes without automating trades.
Output Contract
Use:
- decision context
- market sources
- signal quality
- comparison sources
- integration recommendation
- caveats
End with:
Prediction-market signals are informational inputs, not investment advice.
Version History
- e0220ca Current 2026-07-06 00:00


