Agent skill

autopilot-data-market-control

Typed OpenAgents DS-first Data Market tool contract for seller publication and market read-back.

Stars 397
Forks 51

Install this agent skill to your Project

npx add-skill https://github.com/OpenAgentsInc/openagents/tree/main/skills/autopilot-data-market-control

Metadata

Additional technical details for this skill

oa
{
    "project": "openagents",
    "version": "0.2.0",
    "identifier": "autopilot-data-market-control",
    "capabilities": [
        "codex:tool-call",
        "data-market:tool-control",
        "data-market:relay-readback",
        "data-market:publish-discipline"
    ],
    "expires_at_unix": 1798761600
}

SKILL.md

Autopilot Data Market Control

Use this skill when working inside the Data Seller pane or when inspecting the relay-backed Data Market state the app maintains locally.

Tool Contract

Use the typed OpenAgents data-market tools in the normal order:

  1. openagents.data_market.seller_status
  2. openagents.data_market.draft_asset
  3. openagents.data_market.preview_asset
  4. openagents.data_market.publish_asset
  5. openagents.data_market.draft_grant
  6. openagents.data_market.preview_grant
  7. openagents.data_market.publish_grant
  8. openagents.data_market.snapshot

Operating Rules

  1. Treat DS listings, DS offers, DS access contracts, and DS-DVM events as the public market truth.
  2. Treat seller drafts and previews as pre-publication state, not market truth.
  3. Use preview responses to explain blockers before asking for more detail.
  4. Publish only after the pane records explicit confirmation state.
  5. After any mutation, fetch the relay-backed snapshot or seller status before summarizing outcome.
  6. Treat DS-DVM request/result traffic as fulfillment state, not as the catalog/publication layer.

Forbidden Shortcuts

  • Do not mark a listing or grant as published based on prose alone.
  • Do not bypass typed data-market tools with generic pane-input poking for core publication flows.
  • Do not present local preview payloads as canonical published DS objects.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results