← 返回 Skills 市场
dalomeve

Task Finish Contract

作者 Dalomeve · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
439
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install task-finish-contract
功能描述
Enforce task completion with explicit Goal/Progress/Next state. Prevent mid-task stalls and ensure evidence-based completion.
安全使用建议
This skill is an instruction-only policy to make agents finish tasks and produce evidence; it does not install code or ask for credentials. Before enabling it, ensure the agent's workspace and memory files do not contain secrets (the skill expects to read/write memory/{date}.md and artifact paths). Note the example verification commands use PowerShell (Select-String) — if your agent runs on a non-Windows environment, adapt those checks (e.g., grep). Be aware that the skill encourages autonomous follow-up steps; if you want to limit any automated actions, control the agent's invocation policies or test the skill in a sandboxed workspace first.
功能分析
Type: OpenClaw Skill Name: task-finish-contract Version: 1.0.0 The skill bundle is classified as suspicious due to the presence of executable PowerShell commands within the `SKILL.md` and `references/privacy-checklist.md` files. While these commands are intended for benign purposes (task completion verification and privacy scanning), their inclusion in markdown constitutes a potential prompt injection vector. If an AI agent is instructed to execute these commands, and if arguments (such as file paths) can be influenced by an attacker, it could lead to shell injection vulnerabilities. However, there is no evidence of malicious intent, such as data exfiltration or unauthorized remote control; in fact, `SKILL.md` includes explicit privacy and safety guidelines.
能力评估
Purpose & Capability
The skill's name and description match the SKILL.md: it enforces Goal/Progress/Next and evidence-based completion. It does not request credentials, binaries, or installs, which is proportionate for a coordination/enforcement policy.
Instruction Scope
All runtime instructions are about producing structured outputs and verifying them in workspace files (memory/{date}.md, artifacts). This stays within the stated purpose. Minor caveats: the verification examples use PowerShell's Select-String (platform-specific) and expect an accessible workspace filesystem; the skill also encourages an autonomous follow-up step (NEXT_AUTONOMOUS_STEP), which is consistent with its goal but means the agent may perform extra actions without further user input.
Install Mechanism
No install spec and no code files — lowest-risk delivery model. Nothing is downloaded or written by an installer.
Credentials
The skill does not request environment variables, credentials, or config paths. The included privacy-checklist.md explicitly warns about secrets in files, which is appropriate and consistent with the skill's emphasis on evidence without sensitive data.
Persistence & Privilege
The skill is not set to always:true and does not request elevated or cross-skill configuration. Autonomous invocation is allowed (platform default); this aligns with the skill's purpose of driving task progress but is not an extra privilege granted by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-finish-contract
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-finish-contract 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of task-finish-contract skill. - Enforces explicit Goal/Progress/Next state for every task step. - Requires evidence-based completion and proof format for multi-step tasks. - Implements anti-stall rules to prevent planning-only responses and ensure execution. - Provides clear privacy and safety guidelines for task evidence and artifacts.
元数据
Slug task-finish-contract
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Task Finish Contract 是什么?

Enforce task completion with explicit Goal/Progress/Next state. Prevent mid-task stalls and ensure evidence-based completion. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 439 次。

如何安装 Task Finish Contract?

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

Task Finish Contract 是免费的吗?

是的,Task Finish Contract 完全免费(开源免费),可自由下载、安装和使用。

Task Finish Contract 支持哪些平台?

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

谁开发了 Task Finish Contract?

由 Dalomeve(@dalomeve)开发并维护,当前版本 v1.0.0。

💬 留言讨论