← Back to Skills Marketplace
liusining

Todo Accelerator

by liusining · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
139
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install todo-accelerator
Description
Use when a user needs to add a new task or record a pending to-do item; when prompting an Agent to execute a pending task; during Agent heartbeat events to p...
Usage Guidance
This skill appears coherent: it runs a bundled Python script that reads and writes a Kanban board and markdown notes inside the agent workspace and requires PyYAML. Before installing, verify the workspace paths you provide are not pointing to any sensitive system or credential directories (provide only a workspace folder you control). If you enable heartbeat, the agent can autonomously call work-on-todo during heartbeats — enable that only if you want autonomous task pickup. If you have security concerns, inspect scripts/todo.py locally (it appears to perform only file I/O and YAML parsing) or run initialization and commands in a confined/test workspace first. There are no external network endpoints or credential requirements requested by the skill.
Capability Analysis
Type: OpenClaw Skill Name: todo-accelerator Version: 0.1.0 The todo-accelerator skill is a legitimate task management tool designed to coordinate work between users and AI agents using an Obsidian Kanban board and markdown notes. The core logic in scripts/todo.py handles file-based task tracking, priority-based selection, and state transitions (e.g., moving cards between 'Ideas' and '推进中') without any evidence of data exfiltration, unauthorized network access, or malicious execution. The skill's instructions (SKILL.md and initialization.md) correctly guide the agent to interact with the user for configuration and task details, ensuring the autonomous heartbeat workflow remains aligned with the user's stated goals.
Capability Assessment
Purpose & Capability
Name/description (to-do management, agent heartbeat work pickup, add/list/commit tasks) match the provided files and the single Python script. The script manipulates an Obsidian-style Kanban board and companion markdown notes and implements the commands described in SKILL.md.
Instruction Scope
SKILL.md's runtime instructions are specific and limited: run the included Python script from the skill directory with a workspace-local config, initialize templates, enable heartbeat if desired, and call add-todo / work-on-todo / commit / list-pending. The instructions require the agent to read/write board and note files in the agent's workspace (expected for this purpose). There are no instructions to read unrelated system files, access external credentials, or send data to remote endpoints.
Install Mechanism
No install spec; this is instruction-only plus a local Python script. The only external dependency is PyYAML (documented in initialization.md). No remote downloads or archive extraction are used.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside the agent workspace. File access is confined to the board file, notes folder, and a workspace config specified by the user — which is proportionate for a local to-do manager.
Persistence & Privilege
always is false and default autonomous invocation is allowed (normal). The skill writes a workspace-local config file and updates notes/board inside the workspace; it does not request permanent platform-wide privileges or modify other skills' configs. SKILL.md asks the user to enable heartbeat in the agent configuration to allow automatic pickup — that is a user action and not an unexpected escalation by the skill itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todo-accelerator
  3. After installation, invoke the skill by name or use /todo-accelerator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release – introduces collaborative task management for users and AI agents. - Agents and users share tasks via an Obsidian Kanban board. - Agents can add tasks, pick up and process them, mark progress, and complete requirements. - Includes commands: add-todo, work-on-todo, commit, and list-pending. - Companion Markdown notes store task details, deliverables, and progress. - Setup instructions and user prompts ensure accurate task capture. - Not designed for reminders or routine scheduling.
Metadata
Slug todo-accelerator
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Todo Accelerator?

Use when a user needs to add a new task or record a pending to-do item; when prompting an Agent to execute a pending task; during Agent heartbeat events to p... It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.

How do I install Todo Accelerator?

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

Is Todo Accelerator free?

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

Which platforms does Todo Accelerator support?

Todo Accelerator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Todo Accelerator?

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

💬 Comments