📦 Discord

v1.0.1

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...

0· 20·0 当前·0 累计
fuzzyb33s 头像by @fuzzyb33s (Fuzzyb33s)
下载技能包
最后更新
2026/4/26
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
This is a small, self-contained CLI task manager that stores tasks in a local tasks.json file — it does not contact external services or request credentials, though its README implies Discord integration which is not implemented in the included code.
评估建议
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 i...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
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.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.12026/4/26

Fix encoding issue on Windows, improved UTF-8 handling

Pending

安装命令

点击复制
官方npx clawhub@latest install discord-task-tracker
镜像加速npx clawhub@latest install discord-task-tracker --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库