← 返回 Skills 市场
nic-yuan

Apollo Overview

作者 nic-yuan · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install apollo-overview
功能描述
给你一张完整的方法论地图,告诉你从想法到成品每步该做什么。
使用说明 (SKILL.md)

Apollo 方法论套件

Apollo是一套结构化AI编码方法论,让AI coding agent变成严谨的工程师而不是盲目写代码的助手。

套件组成

Skill 作用
apollo-workflow 核心Pipeline入口( brainstorming→plan→subagent→review→finish)
apollo-brainstorming 苏格拉底式提问,搞清楚"真正要做什么"
apollo-planning 把设计拆成2-5分钟的小任务
apollo-parallel 并行派发多个子任务同时工作
apollo-verification 证据先行——说"完成了"之前必须跑验证命令
apollo-debugging 四阶段调试:根因→模式→假设→验证
apollo-mode 开启/关闭严格工程模式
apollo-state-machine 状态机驱动,支持随时打断恢复
apollo-research-synthesis 多人并行研究,最后自己汇总
apollo-timeout 超时容错,不卡死整个流程
apollo-multi-round 复杂任务多轮确认,不闷头跑到底
apollo-dream 像睡觉做梦一样整理记忆

核心原则

  1. Spec-first — 先写规格,再写代码
  2. TDD — 先写失败测试,再写实现
  3. Subagent驱动 — 并行执行,小步迭代
  4. 证据说话 — 说"完成了"必须有验证结果

使用方式

当用户说"开发新功能"、"修bug"、"写计划"、"开始项目"时触发。

安全使用建议
This package looks like a high-level playbook for an 'Apollo' agent suite rather than an actual runnable skill bundle. Before installing or relying on it: 1) Verify whether the referenced sub-skills (apollo-workflow, apollo-brainstorming, etc.) exist in your environment or are declared as dependencies; without them the skill cannot execute the described pipeline. 2) Compare the registry metadata with the shipped _meta.json — the mismatch (ownerId/slug/version) suggests copy-paste or packaging errors; ask the publisher to clarify. 3) Because it is instruction-only and requests no secrets, it does not directly expose credentials, but it may instruct the agent to call other skills that do — ensure you trust those sub-skills. 4) If you plan to use this for automated agent orchestration, test it in a constrained environment first and require a clear dependency list and updated metadata from the publisher. If the publisher cannot explain the missing sub-skills and metadata mismatch, treat it as untrusted.
功能分析
Type: OpenClaw Skill Name: apollo-overview Version: 1.1.0 The bundle contains high-level documentation and metadata for the 'Apollo' AI coding methodology. The SKILL.md file provides structural instructions for an AI agent to follow a rigorous engineering workflow (e.g., brainstorming, planning, and verification) but does not contain any executable code, shell commands, network requests, or malicious prompt-injection attempts.
能力评估
Purpose & Capability
The SKILL.md describes a multi-skill 'Apollo' toolkit (many subcomponents like apollo-workflow, apollo-parallel, apollo-verification, etc.) but the package contains only a single instruction file and no dependencies or sub-skill implementations. There is no install spec or dependency list explaining how those sub-skills are provided. Additionally, the included _meta.json has different ownerId/slug/version values (appears to be copy-paste from a different skill), which is an incoherence in the package metadata.
Instruction Scope
The runtime instructions are high-level methodology text and trigger phrases (e.g., '开发新功能'), and do not instruct reading local files, environment variables, or external endpoints. However, they imply orchestration of multiple subagents/skills; because those subagents are not present or declared, the instructions are incomplete and may rely on the agent invoking other installed skills or external components to fulfill the workflow.
Install Mechanism
No install spec is provided and the skill is instruction-only, which minimizes installation risk (nothing is written to disk).
Credentials
The skill does not request any environment variables, credentials, or config paths, which is consistent with an instruction-only methodology guide.
Persistence & Privilege
always is false and disable-model-invocation is default (agent may invoke autonomously), which is normal. There is no request for elevated or persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apollo-overview
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apollo-overview 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
描述优化:一句话非技术描述
v1.0.0
- Initial release of apollo-overview, an AI coding methodology suite adapted natively for OpenClaw. - Provides a structured, spec-first, TDD-driven workflow covering ideation, specification, planning, execution, review, and delivery. - Features full Chinese language support, subagent-driven task management, and systematic debugging tools. - Offers automatic semantic triggers for various development tasks, including brainstorming, planning, implementation, debugging, and code review. - Includes detailed explanation of workflow, core principles, and usage examples.
元数据
Slug apollo-overview
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Apollo Overview 是什么?

给你一张完整的方法论地图,告诉你从想法到成品每步该做什么。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Apollo Overview?

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

Apollo Overview 是免费的吗?

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

Apollo Overview 支持哪些平台?

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

谁开发了 Apollo Overview?

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

💬 留言讨论