← Back to Skills Marketplace
drumrobot

TodoWrite Router

by es6kr · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install todowrite
Description
Route TODO checklists to the right storage. session - in-session tracking via /wip, file - persistent TODO (fix_plan.md, TODO.md), issue - team-shared via Gi...
Usage Guidance
What to check before installing: 1) Confirm the `wip` skill the document depends on is present and trusted — this skill delegates session tracking to it. 2) Ensure the GitHub CLI (`gh`) is installed and authenticated if you want issue creation to work; otherwise the skill will fail or prompt for credentials. 3) Understand where files (fix_plan.md, TODO.md) will be written and who can access them — back up or sandbox if needed. 4) Note the SKILL.md says it will only run `gh issue create` with explicit user approval; verify that your agent's invocation settings and prompts align with that expectation. 5) If you require stronger assurances, ask the skill author to declare required binaries and authentication steps (or provide an install spec) so you can audit behavior ahead of time.
Capability Analysis
Type: OpenClaw Skill Name: todowrite Version: 0.1.0 The skill is a TODO management utility that routes tasks to session tracking, local files (fix_plan.md, TODO.md), or GitHub Issues. It uses standard CLI tools (gh) and local file operations consistent with its stated purpose. No malicious behavior, obfuscation, or unauthorized data access was detected in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name, description, and routing behavior in SKILL.md are consistent: the skill routes TODOs to session (/wip), local files (fix_plan.md, TODO.md), or GitHub Issues as described. The declared depends-on: [wip] matches the session routing.
Instruction Scope
SKILL.md instructs the agent to write/edit local markdown files and to run `gh issue create`/`gh issue list` for team-shared TODOs. It explicitly states issue creation only runs with user approval. However the document references the `gh` CLI but the skill metadata does not declare any required binaries — an operational/information mismatch that could cause unexpected behavior if `gh` is absent or not authenticated.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes disk/write risk because nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, but GitHub issue creation via the `gh` CLI normally requires authentication (gh auth or GITHUB_TOKEN). The absence of declared credentials is not necessarily malicious, but it is an omission the user should be aware of before expecting issue creation to work.
Persistence & Privilege
The skill does not request always-on presence and uses standard user-invocable/autonomous invocation defaults. It does not request system-level configuration changes or persistent installation artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todowrite
  3. After installation, invoke the skill by name or use /todowrite
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug todowrite
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is TodoWrite Router?

Route TODO checklists to the right storage. session - in-session tracking via /wip, file - persistent TODO (fix_plan.md, TODO.md), issue - team-shared via Gi... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.

How do I install TodoWrite Router?

Run "/install todowrite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TodoWrite Router free?

Yes, TodoWrite Router is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does TodoWrite Router support?

TodoWrite Router is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TodoWrite Router?

It is built and maintained by es6kr (@drumrobot); the current version is v0.1.0.

💬 Comments