PluginBench
Skill
Review
Audit score 70

prediction-market-oracle-research

affaan-m/ecc

How to install prediction-market-oracle-research

npx skills add null --skill prediction-market-oracle-research
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from affaan-m/ecc.


name: prediction-market-oracle-research 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. metadata: origin: ECC

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-security before granting any write authority.

Research Workflow

  1. Define the decision the signal is meant to inform.
  2. Find relevant markets, events, tags, and venues.
  3. Record market-implied probabilities with timestamps and source links.
  4. Evaluate signal quality:
    • liquidity
    • spread
    • market age
    • trader/incentive concentration if known
    • resolution authority
    • geography or account restrictions
  5. Compare against non-market sources such as filings, news, polls, research, customer data, or internal KPIs.
  6. 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:

  1. decision context
  2. market sources
  3. signal quality
  4. comparison sources
  5. integration recommendation
  6. caveats

End with:

Prediction-market signals are informational inputs, not investment advice.

Related skills

More from affaan-m/ecc and the wider catalog.

PR

prediction-market-risk-review

affaan-m/ecc

Review prediction-market, basket, oracle, and trading-agent workflows for compliance, safety, data-quality, privacy, and execution risk. Use before any workflow handles venue auth, user portfolio data, API keys, or trade planning.

787 installsAudited
RE

react-patterns

affaan-m/ecc

React 18/19 patterns including hooks discipline, server/client component boundaries, Suspense + error boundaries, form actions, data fetching, state management decision trees, and accessibility-first composition. Use when writing or reviewing React components.

857 installsAudited
RE

react-performance

affaan-m/ecc

React and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance.

801 installsAudited
RE

react-testing

affaan-m/ecc

React component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages.

773 installsAudited
RE

recursive-decision-ledger

affaan-m/ecc

Use when the user asks for repeated rollouts, marked decision processes, high-dimensional search, stochastic optimization, local-optima exploration, ensemble comparison, or recursive reasoning with a visible evidence trail.

780 installsAudited
SO

social-publisher

affaan-m/ecc

Agent-driven scheduling and publishing of social media posts across 13 platforms via SocialClaw. Use when the user wants to publish to X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, or Pinterest — or when managing campaigns, uploading media, or monitoring post delivery status.

787 installs