📦 Little Steve Task Manager — 技能工具

v0.1.7

小史任务管理器:面向 IM 场景的轻量任务系统,快速可用、与工作流高度融合,可在聊天中直接管理任务并支持每日汇总与自动状态更新。

1· 512·2 当前·2 累计
echoofzion 头像by @echoofzion (EchoOfZion)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent with its description: a small, local, jq-backed shell task manager that reads/writes files inside its own skill directory and does not request credentials or network access.
评估建议
This skill appears to be a small, local task manager implemented in a shell script that uses jq and stores tasks in data/tasks.json. Before installing: ensure jq is available, review scripts/task.sh yourself (it runs with the agent/user privileges when invoked), and be aware it will create and update files under the skill directory (data/tasks.json/settings.json). The sample tasks.json contains a prank-like title "$(rm -rf /)" — that is just text in the data file and not executed by the script, ...
详细分析 ▾
用途与能力
Name/description describe a lightweight IM task manager and the bundled files (SKILL.md, README, scripts/task.sh, data/*.json) implement exactly that. The required capability (jq) matches the script's use.
指令范围
SKILL.md instructs the agent to run the included shell script with arguments; the script only reads/writes the skill's data/tasks.json and settings.json and calls only date and jq. There are no instructions to read other system files, environment variables, or contact external endpoints.
安装机制
No install spec is provided (instruction-only with an included script). The only runtime dependency is jq (documented). Nothing is downloaded or executed from remote URLs.
凭证需求
The skill requires no environment variables, no credentials, and no config paths. This is proportionate to a local task manager.
持久化与权限
always is false and the skill does not modify other skills or global agent configuration. It persists state only to its own data/tasks.json (created with chmod 600).
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.72026/3/3

- Improved documentation in SKILL.md and README.md for clarity and bilingual support. - Added separate English and Chinese sections in SKILL.md, enhancing usability for both language audiences. - No changes to code or functionalities; this update focuses purely on documentation improvements.

可疑

安装命令

点击复制
官方npx clawhub@latest install little-steve-task-manager
镜像加速npx clawhub@latest install little-steve-task-manager --registry https://cn.longxiaskill.com

技能文档

A lightweight task manager for chat workflows: add, list, update status, reprioritize, and complete tasks quickly.

Data Files

  • skills/little-steve-task-manager/data/tasks.json
  • skills/little-steve-task-manager/data/settings.json

Agent Command Conventions

  • Add task
bash {baseDir}/scripts/task.sh add --title "
数据来源ClawHub ↗ · 中文优化:龙虾技能库