autopilot-pane-control

OpenAgents desktop pane and CAD control for Codex via openagents.* tool calls.

390 stars

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

$curl -o ~/.claude/skills/autopilot-pane-control/SKILL.md --create-dirs "https://raw.githubusercontent.com/OpenAgentsInc/openagents/main/skills/autopilot-pane-control/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/autopilot-pane-control/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How autopilot-pane-control Compares

Feature / Agentautopilot-pane-controlStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

390
from OpenAgentsInc/openagents

Conversational seller-authoring policy for DS-first Data Market listings in OpenAgents.

autopilot-data-seller-cli

390
from OpenAgentsInc/openagents

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

390
from OpenAgentsInc/openagents

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

autopilot-cad-builder

390
from OpenAgentsInc/openagents

Deterministic CAD build orchestration for Autopilot Chat using openagents CAD and pane tools, including week-1 gripper flow.

neutronpay

390
from OpenAgentsInc/openagents

Neutronpay MCP and SDK workflows for Lightning, stablecoin, and fiat payments.

moneydevkit

390
from OpenAgentsInc/openagents

Money Dev Kit workflows for Lightning checkout and agent wallets.

mezo

390
from OpenAgentsInc/openagents

Mezo integration workflows for apps, autonomous agents, and Mezo Earn operations.

maestro

390
from OpenAgentsInc/openagents

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

390
from OpenAgentsInc/openagents

L402 agent commerce workflows with lnd, lnget, scoped macaroons, aperture, and MCP.

charms

390
from OpenAgentsInc/openagents

Charms workflows for Bitcoin app contracts, spell proving, and UTXO asset operations.

cast

390
from OpenAgentsInc/openagents

Charms CAST DEX workflows for order creation, cancellation/replacement, partial fulfillment, signing, and Bitcoin transaction verification.

blink

390
from OpenAgentsInc/openagents

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.