← Back to Skills Marketplace
144
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install wip
Description
Track in-session work progress. Register steps for 3+ step tasks, update status per step, handle completion/abort. antigravity - task.md artifact-based check...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install wip - After installation, invoke the skill by name or use
/wip - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Split into platform-specific topics (antigravity, claude), clarify sequential flow rules, fix auto-register wording
v0.1.0
Initial release
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install WIP?
Run "/install wip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is WIP free?
Yes, WIP is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does WIP support?
WIP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created WIP?
It is built and maintained by es6kr (@drumrobot); the current version is v0.1.1.
More Skills