← 返回
未分类 中文

OpenClaw Pilot

Convert rough project ideas into a human-readable blueprint and a clean OpenClaw execution packet for safe, scoped implementation and continuation.
将粗糙的项目构思转化为易读的蓝图和清晰的OpenClaw执行包,以便安全、限定范围地实施和继续。
catcherintheroad-hub
未分类 clawhub v0.3.0-beta.2 1 版本 100000 Key: 无需
★ 1
Stars
📥 372
下载
💾 0
安装
1
版本
#execution#latest#openclaw#orchestration#planning#project-planning#prompt-engineering#workflow

概述

OpenClaw Pilot

Compile rough ideas into an executable blueprint and a clean OpenClaw execution packet.

What this skill does

OpenClaw Pilot is an instruction-first skill built around one core value: compile rough ideas into an executable blueprint and a clean OpenClaw execution packet.

It helps the user convert a fuzzy goal into two tightly scoped outputs:

  1. a human-readable blueprint for the current stage
  2. a separate pure execution packet that can be handed directly to OpenClaw

It also supports continuation through /pilot next ..., so the user can keep advancing the same pilot without re-explaining the whole project.

Core output contract

This skill is built around a strict two-message delivery contract.

Message 1 — human-readable blueprint

The first message is for the human. It should explain:

  • the current goal
  • the current stage
  • why this stage is the right next step
  • in-scope vs out-of-scope boundaries
  • what feedback should come back to /pilot
  • the next continuation command

Message 2 — pure execution packet

The second message must contain only one block:

[OPENCLAW_EXECUTION_PACKET v1]
...
[END_OPENCLAW_EXECUTION_PACKET]

No extra prose. No prefix. No suffix. No human commentary mixed into the packet message.

Use when

Use OpenClaw Pilot when the user:

  • has a rough project idea but needs it compiled into an executable plan
  • wants a safe, scoped blueprint before execution
  • wants a clean packet to pass into OpenClaw
  • needs to continue an existing pilot with /pilot next ...
  • wants the behavior contract locked down more than host-specific integration tricks

Do not use for

  • unrelated host integration work
  • broad plugin-platform refactors when a skill shell is enough
  • pretending to execute work that has not been scoped
  • merging human-readable explanation into the packet message

Command patterns

New pilot

/pilot <goal>

Example:

/pilot Build a lightweight OpenClaw workflow for turning vague product ideas into implementation-ready execution packets.

Continue an existing pilot

/pilot next <pilot_id> <feedback>

Example:

/pilot next pilot-abc123 STATUS: blocked SUMMARY: docs are clear but the packet needs stricter scope boundaries.

Behavior promises for the public beta

This first public beta skill release promises:

  • blueprint-first planning
  • strict two-message output contract
  • clean packet handoff semantics
  • continuation with /pilot next ...
  • instruction-first usage with minimal setup burden

It does not promise:

  • a heavy plugin companion
  • remote host automation as the headline feature
  • broad environment/bootstrap orchestration
  • perfect immunity to every upstream model-formatting wobble

Notes for publishers

This skill is intentionally metadata-clean and dependency-light.

  • Prefer publishing the skill shell first.
  • Keep examples concrete and contract-focused.
  • Do not declare extra local binaries unless they are truly required.
  • If a future plugin companion is added, keep its boundary separate from this skill’s public contract.

版本历史

共 1 个版本

  • v0.3.0-beta.2 当前
    2026-05-07 09:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,013
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 711 📥 243,710
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,214 📥 266,409