← 返回 Skills 市场
drumrobot

WIP

作者 es6kr · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wip
功能描述
Track in-session work progress. Register steps for 3+ step tasks, update status per step, handle completion/abort. antigravity - task.md artifact-based check...
安全使用建议
This skill is internally consistent: it writes/edits a conversation-scoped task.md artifact and optionally uses platform task APIs (e.g., Claude TodoWrite/TaskCreate) if available. Before installing, confirm that: (1) your agent platform's artifact storage (appDataDir/brain/<conversation-id>) is private and not automatically published to external services; (2) you are comfortable granting the agent permission to create/replace the task.md file for conversations; and (3) you do not want sensitive secrets recorded in task.md. If you use Claude integrations, verify the platform provides those tools and you understand where those task entries are stored/visible. Otherwise there are no requested credentials or downloads to be concerned about.
功能分析
Type: OpenClaw Skill Name: wip Version: 0.1.1 The skill bundle is designed to help an AI agent track task progress during a session using markdown checklists or specific tool calls (TodoWrite/TaskCreate). The instructions in SKILL.md, antigravity.md, and claude.md are focused on maintaining a 'task.md' file or using built-in task management APIs, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description (WIP, track multi-step tasks) match the instructions: creating/updating a task.md artifact and using TodoWrite/TaskCreate tools for Claude. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md/antigravity.md/claude.md limit actions to creating/updating a conversation-scoped task.md artifact and calling platform task APIs (if available). Instructions do not request reading unrelated system files or environment variables. They do instruct use of write_to_file/replace_file_content which will write to agent appData; that is appropriate for this skill's purpose.
Install Mechanism
No install spec or code files — instruction-only. Nothing is downloaded or written to disk by an installer, so install risk is minimal.
Credentials
No environment variables, credentials, or external config paths are required. The only path referenced (<appDataDir>/brain/<conversation-id>/task.md) is a conversation-scoped artifact location consistent with the feature.
Persistence & Privilege
always is false and the skill does not request persistent global privileges or modifications to other skills. It relies on standard artifact/file write APIs which is expected for saving progress state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Split into platform-specific topics (antigravity, claude), clarify sequential flow rules, fix auto-register wording
v0.1.0
Initial release
元数据
Slug wip
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

WIP 是什么?

Track in-session work progress. Register steps for 3+ step tasks, update status per step, handle completion/abort. antigravity - task.md artifact-based check... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 WIP?

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

WIP 是免费的吗?

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

WIP 支持哪些平台?

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

谁开发了 WIP?

由 es6kr(@drumrobot)开发并维护,当前版本 v0.1.1。

💬 留言讨论