PluginBench
Skill
Review
Audit score 70

ito-data-atlas-agent

affaan-m/ecc

How to install ito-data-atlas-agent

npx skills add null --skill ito-data-atlas-agent
Claude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)

Source of truth, from affaan-m/ecc.


name: ito-data-atlas-agent description: Design background Data Atlas style agents for Itô basket research, market discovery, parameter drafting, and human-in-the-loop editing. Use for architecture and workflow planning, not live order execution. metadata: origin: ECC

Itô Data Atlas Agent

Use this skill to design an agent that watches data sources, builds candidate prediction-market baskets, drafts parameter changes, and hands the result to a human for review.

This skill describes architecture and workflow. It does not run live trading.

Guardrails

  • Keep all execution behind explicit human approval.
  • Require ITO_API_KEY only for read-only Itô data access unless a separate private implementation explicitly adds execution controls.
  • Do not persist private user data unless the target repo already has a storage contract and the user asks for it.
  • Do not expose private strategy logic, venue credentials, or local paths in public docs.

Architecture Pattern

Use four lanes:

  1. Research collector: public web, X, GitHub, venue docs, API metadata, and Itô read endpoints when gated access exists.
  2. Basket drafter: turns sources into candidate underliers, weights, rules, and questions.
  3. Risk reviewer: checks data freshness, venue limits, resolution ambiguity, compliance notes, and prompt-injection exposure.
  4. Human editor: opens a chat or UI state where the user can approve, reject, adjust, or ask for more research.

Workflow

  1. Define the user objective and excluded actions.
  2. List data sources and access requirements.
  3. Draft a basket spec with provenance for every underlier.
  4. Produce editable parameters rather than executable orders.
  5. Store an audit trail: inputs, model output, sources, and human decision.

Useful Skill Chains

  • deep-research for source collection.
  • x-api for current social/event signal.
  • ito-market-intelligence for venue and underlier context.
  • ito-basket-compare for user knowledge-base matching.
  • prediction-market-risk-review before any execution-capable integration.

Output Contract

Return an implementation-ready workflow spec with:

  • data sources
  • access gates
  • agent roles
  • human approval points
  • storage/audit boundary
  • non-goals

Related skills

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

IT

ito-market-intelligence

affaan-m/ecc

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.

779 installs
IT

ito-trade-planner

affaan-m/ecc

Build a non-advisory prediction-market trade planning worksheet for Itô or venue workflows. Use to inspect venues, underliers, constraints, order prerequisites, and manual execution steps without placing trades or recommending positions.

778 installsAudited
LA

latency-critical-systems

affaan-m/ecc

Use for latency-sensitive systems such as realtime dashboards, market data, streaming agents, execution gateways, queues, caches, or HFT-like infrastructure where freshness and p95 latency matter.

793 installsAudited
MA

marketing-campaign

affaan-m/ecc

End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.

855 installs
PA

parallel-execution-optimizer

affaan-m/ecc

Use when the user wants a task done much faster through parallel work, concurrent agents, batched tool calls, isolated worktrees, or many independent verification lanes without losing correctness.

793 installsAudited
PR

prediction-market-oracle-research

affaan-m/ecc

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.

790 installs