← 返回 Skills 市场
tlreal

Core Executing Plans

作者 tlreal · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
202
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ooooooooo
功能描述
当有实施计划需要批量执行时使用,需要人工检查点
安全使用建议
This skill appears to do what it says (batch-run plan tasks with manual checkpoints) but has a few gaps you should address before enabling it: - Expect the agent to read project files and to make commits. If you don't want code changes, run it in a forked or sandboxed repo or ensure the agent is restricted to read-only access. - The SKILL.md states a REQUIRED SUB-SKILL (core-finishing-branch) but the registry metadata does not declare that dependency — verify that sub-skill exists and is installed, or the workflow may fail. - Committing/pushing typically requires git credentials; the skill declares none. Decide how the agent will obtain and be limited in using those credentials (short-lived tokens, least privilege, audit logs). - The instructions are vague on how plans are located — confirm expected file paths or provide explicit plan artifacts to avoid accidental access to unrelated files. - If you plan to allow autonomous runs, enforce the described manual checkpoints (ensure the agent truly pauses for human confirmations) and test behavior in a safe environment first. If you cannot verify the sub-skill, credential handling, and workspace/file boundaries, treat this skill as risky and prefer manual operation or additional safeguards.
功能分析
Type: OpenClaw Skill Name: ooooooooo Version: 0.1.0 The skill bundle defines a standard operational workflow for an AI agent to execute batch tasks with manual checkpoints and verification steps. The instructions in SKILL.md are focused on project management, TDD cycles, and human-in-the-loop validation, with no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description (批量执行实施计划, 人工检查点) align with instructions to load plan files, execute tasks, insert manual checkpoints, and finalize work. This is coherent. Minor note: the SKILL.md expects reading '计划文件' and submitting code, which are consistent with the purpose but the spec does not say where plan files live or any access constraints.
Instruction Scope
Runtime instructions tell the agent to read plan files, execute tasks, verify completion, and '提交代码' (commit code). Those are normal for an execution workflow, but they allow the agent to read arbitrary project files and modify the repository. The SKILL.md also marks 'REQUIRED SUB-SKILL: core-finishing-branch' without declaring that dependency in the registry metadata, creating a gap between instructions and declared capabilities.
Install Mechanism
No install spec and no code files — lowest-risk delivery model. Nothing is written to disk by an installer here.
Credentials
The skill declares no environment variables or credentials, yet instructions imply operations that often require credentials (e.g., committing/pushing code requires git/remote credentials; embedded-hardware hooks may require hardware access or toolchains). The skill does not declare or justify these needs.
Persistence & Privilege
always:false and standard model invocation. The skill does not request persistent/force-included presence or attempt to modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ooooooooo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ooooooooo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
core-executing-plans 0.1.0 - Initial release introducing a skill for batch execution of implementation plans with integrated manual checkpoints. - Distinguishes itself from subagent-driven-development by emphasizing manual review at key stages. - Provides a clear workflow: load plan, batch execute tasks, pause for manual checks, and finalize with full testing. - Includes checkpoint templates and domain-specific extension hooks for embedded projects. - Offers practical guidelines for handling dependencies, verification, and troubleshooting during execution.
元数据
Slug ooooooooo
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Core Executing Plans 是什么?

当有实施计划需要批量执行时使用,需要人工检查点. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。

如何安装 Core Executing Plans?

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

Core Executing Plans 是免费的吗?

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

Core Executing Plans 支持哪些平台?

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

谁开发了 Core Executing Plans?

由 tlreal(@tlreal)开发并维护,当前版本 v0.1.0。

💬 留言讨论