← Back to Skills Marketplace
fuzzyb33s

Discord Task Tracker

by Fuzzyb33s · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
53
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install discord-task-tracker
Description
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...
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install discord-task-tracker
  3. After installation, invoke the skill by name or use /discord-task-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix encoding issue on Windows, improved UTF-8 handling
v1.0.0
Initial release
Metadata
Slug discord-task-tracker
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install Discord Task Tracker?

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

Is Discord Task Tracker free?

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

Which platforms does Discord Task Tracker support?

Discord Task Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Discord Task Tracker?

It is built and maintained by Fuzzyb33s (@fuzzyb33s); the current version is v1.0.1.

💬 Comments