← 返回 Skills 市场
johstracke

Task Runner

作者 johstracke · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1476
总下载
1
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install task-runner
功能描述
Manage and track tasks and projects persistently with priorities, completion status, filtering, and secure markdown export across sessions.
安全使用建议
This skill appears to do exactly what it claims: a local task tracker with a JSON DB and Markdown export. Before installing/using it, consider: (1) the export function allows writing anywhere in your home directory except for a short blacklist of filename patterns — if you want stronger safety, restrict exports to the workspace directory only; (2) review the blacklist (it omits some dotfiles and config locations like general .config or .bash_history) if you are concerned about accidental overwrites; (3) back up any important files you might overwrite and inspect ~/.openclaw/workspace/tasks_db.json if you care about what data the skill stores; (4) because the skill can be invoked autonomously by an agent (normal default), ensure you trust the agent prompts that would call export with user-supplied paths. If you want maximum safety, only export to files inside ~/.openclaw/workspace or /tmp.
功能分析
Type: OpenClaw Skill Name: task-runner Version: 1.0.1 The skill bundle provides a task management utility with persistent storage and markdown export functionality. The `SKILL.md` clearly outlines its purpose and security measures, specifically regarding file export path validation. The `scripts/task_runner.py` implements a robust `is_safe_path` function that correctly restricts file exports to the OpenClaw workspace, user's home directory, or `/tmp`, while explicitly blocking system paths and sensitive dotfiles (e.g., `~/.ssh`, `~/.bashrc`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The code's behavior is clearly aligned with its stated purpose and includes meaningful security controls.
能力评估
Purpose & Capability
The SKILL.md and the included Python script both implement a local task manager: adding/listing/completing tasks and exporting projects to Markdown. There are no unrelated dependencies, environment variables, or external endpoints requested.
Instruction Scope
Runtime instructions only invoke the local script and describe local file exports/storage. The code does not access environment variables, network, or arbitrary system state. However, exports are allowed to the entire home directory (with a small list of blocked filename patterns), which is broader than the 'workspace-only' expectation some users might have.
Install Mechanism
No install spec is provided (instruction-only skill plus a script). Nothing is downloaded or written during install, so there is minimal install-time risk.
Credentials
The skill requires no environment variables or credentials. The only filesystem access is to a single JSON DB under ~/.openclaw/workspace and to user-provided export paths.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not modify other skills or global agent configuration. It persists only its own tasks DB at ~/.openclaw/workspace/tasks_db.json.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-runner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-runner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Security fix: Added path validation to prevent malicious file writes. Export function now restricts output to safe directories (workspace, home, /tmp) and blocks system paths and sensitive dotfiles. Addresses vulnerability reported by VirusTotal scan.
v1.0.0
Initial release - Persistent task management across sessions. Features: add tasks with projects and priorities, list pending/completed tasks, mark tasks complete, export projects to markdown. Perfect for multi-session projects and maintaining productivity.
元数据
Slug task-runner
版本 1.0.1
许可证
累计安装 6
当前安装数 6
历史版本数 2
常见问题

Task Runner 是什么?

Manage and track tasks and projects persistently with priorities, completion status, filtering, and secure markdown export across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1476 次。

如何安装 Task Runner?

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

Task Runner 是免费的吗?

是的,Task Runner 完全免费(开源免费),可自由下载、安装和使用。

Task Runner 支持哪些平台?

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

谁开发了 Task Runner?

由 johstracke(@johstracke)开发并维护,当前版本 v1.0.1。

💬 留言讨论