autopilot-pane-control
OpenAgents desktop pane and CAD control for Codex via openagents.* tool calls.
Best use case
autopilot-pane-control is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
OpenAgents desktop pane and CAD control for Codex via openagents.* tool calls.
Teams using autopilot-pane-control should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/autopilot-pane-control/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How autopilot-pane-control Compares
| Feature / Agent | autopilot-pane-control | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
OpenAgents desktop pane and CAD control for Codex via openagents.* tool calls.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.list` - `openagents.pane.open` - `openagents.pane.focus` - `openagents.pane.close` - `openagents.pane.set_input` - `openagents.pane.action` - `openagents.cad.intent` - `openagents.cad.action` Detailed schemas and examples live in: - `docs/codex/CODEX_PANE_CAD_TOOLING.md` - `references/tool-cheatsheet.md` ## Operating Rules 1. Start with `openagents.pane.list` if pane state is unknown. 2. Open/focus required pane before setting inputs. 3. Use deterministic action names and provide `index` when selecting rows. 4. For CAD edits, prefer structured `intent_json` over ambiguous prompt text. 5. After mutating state, read back via `openagents.pane.action` with `snapshot` to confirm. ## Minimal Sequences ### Wallet invoice sequence 1. `openagents.pane.open` for wallet 2. `openagents.pane.set_input` -> `invoice_amount` 3. `openagents.pane.action` -> `create_invoice` ### CAD sequence 1. `openagents.pane.open` for CAD 2. `openagents.cad.intent` with `intent_json` 3. `openagents.cad.action` for view/render/timeline ops
Related Skills
autopilot-data-seller
Conversational seller-authoring policy for DS-first Data Market listings in OpenAgents.
autopilot-data-seller-cli
Shell-first OpenAgents DS-first Data Market packaging and publication workflow using the deterministic packaging helper, autopilotctl, and the no-window headless runtime.
autopilot-data-market-control
Typed OpenAgents DS-first Data Market tool contract for seller publication and market read-back.
autopilot-cad-builder
Deterministic CAD build orchestration for Autopilot Chat using openagents CAD and pane tools, including week-1 gripper flow.
neutronpay
Neutronpay MCP and SDK workflows for Lightning, stablecoin, and fiat payments.
moneydevkit
Money Dev Kit workflows for Lightning checkout and agent wallets.
mezo
Mezo integration workflows for apps, autonomous agents, and Mezo Earn operations.
maestro
Maestro Symphony blockchain query operations for OpenAgents agents, including tip freshness checks, address/UTXO/runes queries, and production-safe troubleshooting against deployed Symphony API endpoints.
l402
L402 agent commerce workflows with lnd, lnget, scoped macaroons, aperture, and MCP.
charms
Charms workflows for Bitcoin app contracts, spell proving, and UTXO asset operations.
cast
Charms CAST DEX workflows for order creation, cancellation/replacement, partial fulfillment, signing, and Bitcoin transaction verification.
blink
Bitcoin Lightning wallet for agents — balances, invoices, payments, BTC/USD swaps, QR codes, price conversion, and transaction history via the Blink API. All output is JSON.