← 返回 Skills 市场
nic-yuan

Apollo Mode

作者 nic-yuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install apollo-mode
功能描述
开启或关闭工程师模式,让AI按规范流程工作。 开启或关闭工程师模式,让AI按规范流程工作:先定目标,写规格、拆任务、小步执行、最后验收。
使用说明 (SKILL.md)

Apollo Mode (On-demand)

Use this only when the user explicitly asks to enable/disable this mode, or when mode is already enabled for coding tasks.

State file

Track mode in:

memory/sysflow-mode.md

Format:

enabled: true|false
updatedAt: \x3CISO>
notes: \x3Coptional>

Commands

  • Enable phrases: включи sysflow, enable sysflow, sysflow on
    • Write enabled: true to the state file.
    • Confirm in 1 short message.
  • Disable phrases: выключи sysflow, disable sysflow, sysflow off
    • Write enabled: false.
    • Confirm in 1 short message.
  • Status phrases: статус sysflow, sysflow status
    • Read state and report enabled/disabled.

Workflow when enabled (coding tasks only)

For coding/build/debug requests, follow this order:

  1. Clarify objective and constraints quickly.
  2. Produce a short spec (chunked, easy to review).
  3. Produce an implementation plan with small tasks.
  4. (Optional, 30 sec) Run a mini risk review:
    • How can this fail in production?
    • What is the weakest dependency/state assumption?
    • What signal will show regression + how to rollback fast?
  5. Execute task-by-task (prefer test-first for risky changes).
  6. Verify against acceptance criteria, then summarize outcome + next step.

Use templates from references/ when useful.

Red flags (quick self-check)

If you notice these thoughts, slow down and apply the workflow:

  • "Сейчас быстро вкачу без плана" for non-trivial changes.
  • "И так понятно, тесты потом" on risky edits.
  • "Откат не нужен" before touching config/auth/cron/system files.
  • "Похоже работает" without explicit verification.

Guardrails

  • Do not force this workflow for non-coding chat.
  • If user asks for speed (quick, без плана, just do it), skip to minimal plan and execute.
  • Keep updates concise; avoid process spam.
安全使用建议
This is an instruction-only workflow toggle that appears internally consistent: it doesn't request secrets, install software, or call external endpoints. Before installing, verify the metadata mismatch (skill name 'Apollo Mode' vs internal slug 'sysflow-mode' and differing ownerId) is expected by the publisher. Be aware it writes a persistent state file (memory/sysflow-mode.md) to agent storage — if you prefer no persistent flags, decline or inspect/clear that file after use. Allow autonomous invocation only if you trust the skill to toggle itself during coding tasks (autonomous invocation is the platform default).
功能分析
Type: OpenClaw Skill Name: apollo-mode Version: 1.0.0 The 'apollo-mode' skill is a productivity tool designed to enforce a structured engineering workflow (specification, planning, and verification) for coding tasks. It manages its state via a local file (memory/sysflow-mode.md) and provides templates for the agent to follow, with no evidence of malicious intent, data exfiltration, or harmful instructions.
能力评估
Purpose & Capability
The skill's declared purpose (enable/disable an engineering workflow) matches its instructions (reading/writing a local state file, producing specs/plans, using bundled templates). Minor metadata inconsistencies exist: the skill is named 'Apollo Mode' in registry but internal metadata and state filename use slug 'sysflow-mode' and the _meta.json ownerId differs from the registry ownerId — likely packaging/renaming noise but worth verifying.
Instruction Scope
SKILL.md only instructs the agent to read/write a single state file (memory/sysflow-mode.md), produce specs/plans, and follow a coding workflow for coding tasks. It does not instruct reading arbitrary system files, environment variables, or contacting external endpoints. Note: the state file is persistent and will remain in agent memory/storage.
Install Mechanism
No install spec and no code files to execute — instruction-only skill, so nothing is downloaded or written during install.
Credentials
Requires no environment variables, credentials, or config paths. The requested capabilities are proportional to the described functionality.
Persistence & Privilege
always:false and user-invocable:true (typical). The skill will create/update a persistent state file (memory/sysflow-mode.md) under the agent's memory — this is expected for a mode toggle but you should be aware the state persists across sessions and could be read/modified by other agent components.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apollo-mode
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apollo-mode 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of apollo-mode, enabling on-demand engineer-mode workflow for coding tasks. - Supports enable/disable/status commands with confirmation messages and state tracking. - Introduces a step-by-step workflow: clarify objectives, spec, task breakdown, risk check, execution, and verification. - Includes self-check red flags and guardrails to ensure appropriate workflow application and minimize unnecessary process steps. - Designed to activate only for coding/build/debug requests or on explicit user command.
元数据
Slug apollo-mode
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Apollo Mode 是什么?

开启或关闭工程师模式,让AI按规范流程工作。 开启或关闭工程师模式,让AI按规范流程工作:先定目标,写规格、拆任务、小步执行、最后验收。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Apollo Mode?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install apollo-mode」即可一键安装,无需额外配置。

Apollo Mode 是免费的吗?

是的,Apollo Mode 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Apollo Mode 支持哪些平台?

Apollo Mode 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Apollo Mode?

由 nic-yuan(@nic-yuan)开发并维护,当前版本 v1.0.0。

💬 留言讨论