← Back to Skills Marketplace
tlreal

Core Executing Plans

by tlreal · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
202
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ooooooooo
Description
当有实施计划需要批量执行时使用,需要人工检查点
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ooooooooo
  3. After installation, invoke the skill by name or use /ooooooooo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug ooooooooo
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Core Executing Plans?

当有实施计划需要批量执行时使用,需要人工检查点. It is an AI Agent Skill for Claude Code / OpenClaw, with 202 downloads so far.

How do I install Core Executing Plans?

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

Is Core Executing Plans free?

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

Which platforms does Core Executing Plans support?

Core Executing Plans is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Core Executing Plans?

It is built and maintained by tlreal (@tlreal); the current version is v0.1.0.

💬 Comments