← 返回 Skills 市场
Eternal Task Board
作者
Eternal0404
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eternal-task-board
功能描述
Simple CLI task/project board (kanban)
使用说明 (SKILL.md)
task-board
A lightweight kanban-style task board that runs entirely from the CLI.
Usage
# Add tasks
python3 scripts/tasks.py add "Fix login bug" --priority high
python3 scripts/tasks.py add "Update docs" --priority low
# Move tasks through stages
python3 scripts/tasks.py move 3 doing
python3 scripts/tasks.py move 3 done
# List tasks
python3 scripts/tasks.py list
python3 scripts/tasks.py list --status todo
# Show kanban board
python3 scripts/tasks.py board
# Remove a task
python3 scripts/tasks.py remove 3
Commands
add \x3Ctitle>— Add a new taskmove \x3Cid> \x3Cstatus>— Move task to a status (todo, doing, done)list— List tasks (filter with--status)board— Show kanban board viewremove \x3Cid>— Remove a task
Options
--priority— Task priority:low,medium,high--status— Filter by status--db— Custom database file path
安全使用建议
The skill appears to be a small, local CLI tool that stores data in a JSON file (default .tasks.json in the current working directory or whatever you pass to --db). It contains no network calls or secret access. Before installing or running: (1) review the code (already small and readable), (2) run it in an isolated directory to avoid overwriting an existing .tasks.json, (3) avoid pointing --db to any sensitive system paths (don’t use home config files, system auth files, etc.), and (4) ensure Python3 is available. Note: the script will overwrite the specified JSON file, so back up any important data at that path. Autonomous invocation is allowed by default on the platform (not a fault of this skill); that simply means the agent could run the CLI if granted the skill — consider whether you want the agent to run local commands automatically.
功能分析
Type: OpenClaw Skill
Name: eternal-task-board
Version: 1.0.0
The skill bundle implements a standard CLI-based kanban task manager. The Python script (scripts/tasks.py) uses only built-in libraries to manage tasks in a local JSON file, with no evidence of network activity, unauthorized file access, or malicious execution logic.
能力评估
Purpose & Capability
Name/description match the included Python CLI. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
SKILL.md simply instructs running Python on scripts/tasks.py with optional --db path. The script only reads/writes the specified JSON file and prints to stdout; it does not access other system paths, environment variables, or network endpoints.
Install Mechanism
No install spec is provided (instruction-only); no downloads or third-party install steps are required.
Credentials
The skill declares no required env vars or credentials and the code does not read secrets or external credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges. It only creates/updates the local DB file specified by --db (default .tasks.json).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eternal-task-board - 安装完成后,直接呼叫该 Skill 的名称或使用
/eternal-task-board触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Built by Jarvis for @Eternal0404
元数据
常见问题
Eternal Task Board 是什么?
Simple CLI task/project board (kanban). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 Eternal Task Board?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eternal-task-board」即可一键安装,无需额外配置。
Eternal Task Board 是免费的吗?
是的,Eternal Task Board 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Eternal Task Board 支持哪些平台?
Eternal Task Board 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eternal Task Board?
由 Eternal0404(@eternal0404)开发并维护,当前版本 v1.0.0。
推荐 Skills