← 返回 Skills 市场
Project Loop
作者
Sebastian The Claw
· GitHub ↗
· v1.0.2
· MIT-0
208
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install project-loop
功能描述
Run approved long-running project work from file-backed state, continue through self-clearable tasks, pause cleanly at real gates, and recover across sessions.
安全使用建议
This skill is coherent for orchestrating long-running, file-backed projects and does not request credentials or install software. Before installing: 1) confirm you only use it for explicitly approved projects and that project folders (agents/<agent-id>/projects/<project-slug>) do not contain sensitive secrets the agent shouldn’t modify; 2) review how your agent identity maps to state.json.owner_agent so the correct agent executes tasks; 3) be aware it can proceed autonomously across multiple turns (it forbids waiting for human confirmation on self-clearable tasks) and will send regular status updates (every ~5 minutes) — decide whether you want that behavior and where updates will be delivered; 4) consider testing it in a sandbox project to verify 'verify reality' and status-update behavior are acceptable before using on critical projects.
功能分析
Type: OpenClaw Skill
Name: project-loop
Version: 1.0.2
The skill implements a high-autonomy project management framework that includes several high-risk behaviors. Key indicators include instructions in SKILL.md to bypass security filters by splitting commands if they are 'denied for obfuscation or size', the automated creation of system persistence via 'watchdog cron' jobs, and a directive to prioritize external file-based state over direct user chat, which creates a vector for indirect prompt injection. While the skill includes security guardrails requiring human approval for sensitive actions like credential handling and installs, the combination of automated persistence and filter-bypass logic warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description (long-running, file-backed project loop) match the instructions: the SKILL.md prescribes reading/writing project files, a state machine, chunked execution, validation, and pause/resume behavior. No unrelated binaries, env vars, or install steps are requested.
Instruction Scope
Instructions stay within orchestration scope (read/write project files, validate outputs, advance state). A few phrases are ambiguous and grant operational discretion that could have practical impact: 'verify state.json against actual reality' and 'send a status update at least every 5 minutes' do not specify what endpoints/channels to use or what 'verify reality' entails. Also the rule 'do not wait for human confirmation between self-clearable tasks' intentionally enables autonomous progress — appropriate for the purpose but important for operators to understand.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install model and matches the skill design.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The runtime instructions reference only project files under agents/<agent-id>/projects/<project-slug>, which is proportionate to the stated orchestration purpose.
Persistence & Privilege
The skill is not flagged always:true and requires user invocation; the platform default allows autonomous invocation by the agent (disable-model-invocation: false). That autonomous capability is consistent with the skill's goal (it explicitly directs continuing through self-clearable tasks), but users should be aware it can make multi-turn, unattended progress within the project folder.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install project-loop - 安装完成后,直接呼叫该 Skill 的名称或使用
/project-loop触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Clarify same-turn continuation after successful state updates and make state.json full-file writes the default with stronger hard-stop behavior on failed state updates.
v1.0.1
Initial public release of the lean Project Loop skill with file-backed state, chunking, validation, pause/resume, watchdog lifecycle, and anti-drift rules.
元数据
常见问题
Project Loop 是什么?
Run approved long-running project work from file-backed state, continue through self-clearable tasks, pause cleanly at real gates, and recover across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 208 次。
如何安装 Project Loop?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-loop」即可一键安装,无需额外配置。
Project Loop 是免费的吗?
是的,Project Loop 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Project Loop 支持哪些平台?
Project Loop 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Project Loop?
由 Sebastian The Claw(@sebclawops)开发并维护,当前版本 v1.0.2。
推荐 Skills