name: autopilot-data-market-control description: Typed OpenAgents DS-first Data Market tool contract for seller publication and market read-back. metadata: oa: project: openagents identifier: autopilot-data-market-control version: "0.2.0" expires_at_unix: 1798761600 capabilities: - codex:tool-call - data-market:tool-control - data-market:relay-readback - data-market:publish-discipline
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:
openagents.data_market.seller_statusopenagents.data_market.draft_assetopenagents.data_market.preview_assetopenagents.data_market.publish_assetopenagents.data_market.draft_grantopenagents.data_market.preview_grantopenagents.data_market.publish_grantopenagents.data_market.snapshot
Operating Rules
- Treat DS listings, DS offers, DS access contracts, and DS-DVM events as the public market truth.
- Treat seller drafts and previews as pre-publication state, not market truth.
- Use preview responses to explain blockers before asking for more detail.
- Publish only after the pane records explicit confirmation state.
- After any mutation, fetch the relay-backed snapshot or seller status before summarizing outcome.
- 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.