WIP

v0.1.1

Track in-session work progress. Register steps for 3+ step tasks, update status per step, handle completion/abort. antigravity - task.md artifact-based check...

0· 133·0 current·0 all-time
byes6kr@drumrobot

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for drumrobot/wip.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "WIP" (drumrobot/wip) from ClawHub.
Skill page: https://clawhub.ai/drumrobot/wip
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install wip

ClawHub CLI

Package manager switcher

npx clawhub@latest install wip
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk971xnpwpv0f36kft7eszw631184qjr4
133downloads
0stars
2versions
Updated 2w ago
v0.1.1
MIT-0

WIP (Work In Progress)

Track current session work as a checklist.

Topics

TopicDescriptionGuide
antigravitytask.md artifact-based checklist for Antigravity sessionsantigravity.md
claudeTodoWrite/TaskCreate API for Claude Code sessionsclaude.md

When to Use

  • Starting a multi-step task (3+ steps)
  • User gives a large task instruction
  • Need to show progress to the user

Quick Reference

Antigravity

Use task.md artifact with standard markdown checkboxes (- [ ], - [/], - [x]). Do NOT wrap checkboxes in backticks.

See detailed guide.

Claude

Use TodoWrite for sequential steps, TaskCreate for parallel tasks with dependencies.

See detailed guide.

Skip Conditions

WIP tracking is unnecessary for:

  • Single command execution (kubectl get, ls, etc.)
  • Tasks with 2 or fewer steps
  • Read-only queries
  • User explicitly says "keep it simple"

Rules (Sequential Flow)

  • One in_progress at a time — applies to ordered/sequential tracking (TodoWrite/checklist mode)
  • Update immediately on completion — mark completed as soon as done
  • No skipping — proceed in order, don't start next step before completing current

Comments

Loading comments...