← 返回 Skills 市场
fuzzyb33s

Discord Task Tracker

作者 Fuzzyb33s · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
53
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install discord-task-tracker
功能描述
Track tasks in Discord using natural language. Add, list, complete, and delete tasks via chat commands. Triggers: add task, track task, todo, my tasks, task...
使用说明 (SKILL.md)

Discord Task Tracker

Track your tasks directly from Discord with natural language commands.

Commands

Command Description
add task \x3Cdescription> Add a new task
list tasks / my tasks / task list Show all tasks
complete task \x3Ctask number> Mark a task as done
delete task \x3Ctask number> Remove a task

Examples

add task Finish the Discord bot integration
list tasks
complete task 1
delete task 2

How It Works

  • Tasks are stored in tasks.json in the skill directory
  • Task numbers are assigned sequentially; use list tasks to see current numbers
  • Completed tasks are removed from the list
  • All task operations reply directly in the Discord channel
安全使用建议
This skill is a simple local CLI task manager that stores tasks in tasks.json and prints output; it does not itself connect to Discord or use credentials. Before installing: (1) confirm your environment provides Python (the repo assumes running 'python scripts/task_manager.py'); the metadata should declare python as a required binary but does not. (2) Understand that to actually reply in Discord you need a separate bot/integration that calls this script and posts the output; the skill does not implement networking. (3) tasks.json is stored in the skill directory — ensure its file permissions are acceptable for your environment (it may contain user task text and is readable by any process/user with access to the directory). (4) Review scripts/task_manager.py yourself; its behavior is straightforward (read/modify JSON) but IDs may shift after deletions and completed tasks are removed. If you need true Discord integration, prefer a skill that explicitly implements the Discord API and documents required tokens and permissions.
能力评估
Purpose & Capability
The skill is described as a "Discord" task tracker, but the included code is a simple CLI script (scripts/task_manager.py) that reads/writes tasks.json and prints responses to stdout. There are no Discord API calls or credential requirements. Also, the SKILL metadata lists no required binaries, but the references show running the script with python — the skill should declare Python as a required binary.
Instruction Scope
SKILL.md and references/commands.md limit actions to reading/writing tasks.json in the skill directory and printing responses. They do not direct the agent to read other files, env vars, or external endpoints. However, SKILL.md claims "All task operations reply directly in the Discord channel" while the script only outputs to stdout — integrating with Discord would require a separate wrapper/bot that calls this script.
Install Mechanism
No install spec (instruction-only plus included script). Nothing is downloaded or written to disk by an installer. The only included code is the local Python script and a tasks.json file.
Credentials
No environment variables, credentials, or config paths are requested. The skill's behavior (local file-based task storage) does not require secrets or external service access.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. It does create/modify tasks.json in its own directory (expected for its function) and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install discord-task-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /discord-task-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix encoding issue on Windows, improved UTF-8 handling
v1.0.0
Initial release
元数据
Slug discord-task-tracker
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Discord Task Tracker 是什么?

Track tasks in Discord using natural language. Add, list, complete, and delete tasks via chat commands. Triggers: add task, track task, todo, my tasks, task... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。

如何安装 Discord Task Tracker?

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

Discord Task Tracker 是免费的吗?

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

Discord Task Tracker 支持哪些平台?

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

谁开发了 Discord Task Tracker?

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

💬 留言讨论