← Back to Skills Marketplace
radiantbk

Todos

by radiantbk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install todos
Description
简洁高效的待办事项管理技能,支持添加、完成、查看、删除待办,数据存储在本地 JSON 文件
Usage Guidance
This skill appears coherent and implements a local todo manager. Before installing, note: (1) it will create and update ~/.openclaw/workspace/memory/todos.json — data is stored locally and unencrypted, so avoid putting sensitive information into todos; (2) the agent (or you) will run the included Python script when invoking the skill, so ensure you trust bundled code; (3) there are no network calls or credential requests in the code, so there is no obvious exfiltration path. If you want extra assurance, inspect the script yourself or run it in a restricted environment.
Capability Analysis
Type: OpenClaw Skill Name: todos Version: 1.0.0 The skill is a standard todo list manager that performs local CRUD operations on a JSON file located at ~/.openclaw/workspace/memory/todos.json. The Python script (scripts/todos.py) and instructions (SKILL.md) are well-defined, lack network or broad file system access, and show no signs of malicious intent or high-risk vulnerabilities.
Capability Assessment
Purpose & Capability
The name/description (local todo manager) matches the provided script and SKILL.md. The script implements add/list/complete/delete and stores data under ~/.openclaw/workspace/memory/todos.json — which aligns with the stated purpose. No unrelated binaries or credentials are requested.
Instruction Scope
SKILL.md instructs using the included Python script (scripts/todos.py) and references the same local data path the script uses. The runtime instructions do not ask the agent to read other system files, environment variables, or send data externally. The script only reads/writes the declared JSON file and prints output.
Install Mechanism
There is no install spec (instruction-only skill with a bundled script). Nothing is downloaded or extracted; no external install URLs are used.
Credentials
The skill requires no environment variables, credentials, or config paths outside its own workspace file. Requested resources are minimal and proportional to a local todo app.
Persistence & Privilege
always is false and the skill is user-invocable. It does create and write its own data file under the user's ~/.openclaw workspace (expected behavior) but does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install todos
  3. After installation, invoke the skill by name or use /todos
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of todos skill. - Add, complete, view, and delete to-do items with simple commands. - Support for today's, weekly, future, and historical to-do queries. - Data stored locally in a JSON file. - Includes example command formats and Python script usage. - Chinese language interface and documentation.
Metadata
Slug todos
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Todos?

简洁高效的待办事项管理技能,支持添加、完成、查看、删除待办,数据存储在本地 JSON 文件. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install Todos?

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

Is Todos free?

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

Which platforms does Todos support?

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

Who created Todos?

It is built and maintained by radiantbk (@radiantbk); the current version is v1.0.0.

💬 Comments