Agent skill
autopilot-pane-control
OpenAgents desktop pane and CAD control for Codex via openagents.* tool calls.
Install this agent skill to your Project
npx add-skill https://github.com/OpenAgentsInc/openagents/tree/main/skills/autopilot-pane-control
Metadata
Additional technical details for this skill
- oa
-
{ "project": "openagents", "version": "0.1.0", "identifier": "autopilot-pane-control", "capabilities": [ "codex:tool-call", "desktop:pane-control", "cad:intent-control" ], "expires_at_unix": 1798761600 }
SKILL.md
Autopilot Pane Control
Use this skill when the user asks for operations that require desktop pane manipulation and/or CAD state changes in OpenAgents.
When To Use
- Open/focus/close panes to prepare UI state.
- Fill pane inputs and trigger pane actions.
- Apply CAD intents/actions.
Tool Contract
Use only these tools:
openagents.pane.listopenagents.pane.openopenagents.pane.focusopenagents.pane.closeopenagents.pane.set_inputopenagents.pane.actionopenagents.cad.intentopenagents.cad.action
Detailed schemas and examples live in:
docs/codex/CODEX_PANE_CAD_TOOLING.mdreferences/tool-cheatsheet.md
Operating Rules
- Start with
openagents.pane.listif pane state is unknown. - Open/focus required pane before setting inputs.
- Use deterministic action names and provide
indexwhen selecting rows. - For CAD edits, prefer structured
intent_jsonover ambiguous prompt text. - After mutating state, read back via
openagents.pane.actionwithsnapshotto confirm.
Minimal Sequences
Wallet invoice sequence
openagents.pane.openfor walletopenagents.pane.set_input->invoice_amountopenagents.pane.action->create_invoice
CAD sequence
openagents.pane.openfor CADopenagents.cad.intentwithintent_jsonopenagents.cad.actionfor view/render/timeline ops
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
autopilot-data-seller
Conversational seller-authoring policy for DS-first Data Market listings in OpenAgents.
l402
L402 agent commerce workflows with lnd, lnget, scoped macaroons, aperture, and MCP.
cast
Charms CAST DEX workflows for order creation, cancellation/replacement, partial fulfillment, signing, and Bitcoin transaction verification.
charms
Charms workflows for Bitcoin app contracts, spell proving, and UTXO asset operations.
autopilot-data-market-control
Typed OpenAgents DS-first Data Market tool contract for seller publication and market read-back.
mezo
Mezo integration workflows for apps, autonomous agents, and Mezo Earn operations.
Didn't find tool you were looking for?