← 返回 Skills 市场
iliaal

ia-file-todos

作者 Ilia Alshanetsky · GitHub ↗ · v3.0.4 · MIT-0
cross-platform ✓ 安全检测通过
333
总下载
1
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install compound-eng-file-todos
功能描述
File-based todo and task tracking in the todos/ directory. Use when creating, triaging, listing, or managing todo files, tracking work items, managing the ba...
使用说明 (SKILL.md)

File-based todo tracking

File naming convention

{issue_id}-{status}-{priority}-{description}.md
  • issue_id: Sequential number (001, 002, 003...) -- never reused
  • status: pending (needs triage), ready (approved), complete (done)
  • priority: p1 (critical), p2 (important), p3 (nice-to-have)
  • description: kebab-case, brief description

Examples: 001-pending-p1-mailer-test.md, 002-ready-p1-fix-n-plus-1.md, 005-complete-p2-refactor-csv.md

File Structure

Use todo-template.md as a starting point. YAML frontmatter:

---
status: ready              # pending | ready | complete
priority: p1               # p1 | p2 | p3
issue_id: "002"
tags: [typescript, performance, database]
dependencies: ["001"]      # Issue IDs this is blocked by
---

Required sections: Problem Statement, Findings, Proposed Solutions, Recommended Action, Acceptance Criteria, Work Log

Optional sections: Technical Details, Resources, Notes

Key Distinctions

File-todos system (this skill): Markdown files in todos/ directory for development/project tracking. Used by humans and agents.

Application Todo model: Database model for user-facing task management. Different from this file-based system.

TodoWrite tool: In-memory task tracking during agent sessions. Temporary, not persisted to disk.

References

安全使用建议
This skill is an instruction-only helper for local, file-based todo tracking. Before installing, confirm you’re comfortable with an agent reading and writing files under a todos/ directory in the repo/workspace where the skill will run. Do not store secrets or sensitive data in those markdown files. Note the skill references shell commands (grep, ls, mv, cp) and human-facing integrations like gh CLI and slash commands in docs — these are integration notes, not automatic network calls. Because disable-model-invocation is set, the skill won’t autonomously invoke the model, reducing risk. If you want additional safety, restrict the workspace to a repository that does not contain secrets and review any todo files the agent will edit.
功能分析
Type: OpenClaw Skill Name: compound-eng-file-todos Version: 3.0.4 The skill bundle provides a structured framework for managing file-based todo lists in a dedicated directory. All instructions and shell commands (found in SKILL.md and references/quick-reference.md) are limited to local file operations such as grep, ls, and awk for task tracking. The SPEC.md file explicitly includes security guidelines prohibiting the storage of secrets or machine-specific paths, and no evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description match the included content: all files, templates, and commands relate to creating, triaging, listing, and managing markdown todo files in a todos/ directory. No unrelated binaries, credentials, or remote endpoints are required.
Instruction Scope
Runtime instructions and bundled references only describe filesystem operations against a local todos/ directory (copying the template, grep/ls commands, renaming files, editing frontmatter). There are no instructions to read unrelated system files, access environment secrets, or transmit data to external endpoints. Mentions of slash commands or gh CLI are descriptive/integration notes, not active remote endpoints in the SKILL.md.
Install Mechanism
No install spec or packaged code — instruction-only skill. Nothing is downloaded or written to disk by an installer, minimizing installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions only operate on local markdown files under todos/, which is proportionate to its stated scope.
Persistence & Privilege
Flags: always is false and disable-model-invocation is true (skill will not invoke the model autonomously), and the skill does not request system-wide or other-skills configuration changes. It does not request persistent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install compound-eng-file-todos
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /compound-eng-file-todos 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.4
v3.0.4
v3.0.3
v3.0.3
v3.0.2
v3.0.2
v3.0.1
v3.0.1
v3.0.0
v3.0.0
v2.56.1
v2.56.1
v2.56.0
v2.56.0
v2.55.1
v2.55.1
v2.55.0
v2.55.0
v2.53.2
v2.53.2
v2.53.0
v2.53.0
元数据
Slug compound-eng-file-todos
版本 3.0.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 11
常见问题

ia-file-todos 是什么?

File-based todo and task tracking in the todos/ directory. Use when creating, triaging, listing, or managing todo files, tracking work items, managing the ba... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 333 次。

如何安装 ia-file-todos?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install compound-eng-file-todos」即可一键安装,无需额外配置。

ia-file-todos 是免费的吗?

是的,ia-file-todos 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ia-file-todos 支持哪些平台?

ia-file-todos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ia-file-todos?

由 Ilia Alshanetsky(@iliaal)开发并维护,当前版本 v3.0.4。

💬 留言讨论