← Back to Skills Marketplace
nic-yuan

Apollo Mode

by nic-yuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install apollo-mode
Description
开启或关闭工程师模式,让AI按规范流程工作。 开启或关闭工程师模式,让AI按规范流程工作:先定目标,写规格、拆任务、小步执行、最后验收。
README (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.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apollo-mode
  3. After installation, invoke the skill by name or use /apollo-mode
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug apollo-mode
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Apollo Mode?

开启或关闭工程师模式,让AI按规范流程工作。 开启或关闭工程师模式,让AI按规范流程工作:先定目标,写规格、拆任务、小步执行、最后验收。 It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Apollo Mode?

Run "/install apollo-mode" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Apollo Mode free?

Yes, Apollo Mode is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Apollo Mode support?

Apollo Mode is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Apollo Mode?

It is built and maintained by nic-yuan (@nic-yuan); the current version is v1.0.0.

💬 Comments