📦 C Task Cleanup — C任务清理

v1.0.0

每周自动扫描并清理已完成的C任务,将关键洞察压缩写入MEMORY.md,同时生成清理报告,帮助团队持续优化任务流程。

0· 111·1 当前·1 累计
下载技能包
最后更新
2026/3/30
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears coherent and local-only, but it will read and overwrite files in your HOME (the C task markdown, a MEMORY.md under ~/.openclaw, and log files on your Desktop). Before enabling or scheduling it: (1) review the paths in handler.js and update them if they don't match your environment, (2) create backups of your C-待办任务池.md, (3) consider testing on a copy to confirm parsing/clearing behaves as you expect, and (4) if you want safety, add a pre-check or backup step to the script so y...
详细分析 ▾
用途与能力
Name/description match the implementation. The handler reads a C-task markdown file, extracts completed items, compresses 'insights' into a MEMORY.md, clears the completed section, and writes a cleanup report — all consistent with the declared purpose.
指令范围
SKILL.md and handler.js expect specific user-local paths (e.g., ~/Desktop/任务流/C-待办任务池.md and ~/.openclaw/workspace/memory). The script reads and overwrites the task file and writes logs; SKILL.md shows a concrete manual run path and a cron file location. This is expected for a local cleanup tool but you should note it will modify your files and there is no built-in backup step.
安装机制
No install spec; the skill is instruction-only with a single JS handler. No external downloads or package installs are performed by the skill itself.
凭证需求
No credentials or environment variables are requested. The code uses process.env.HOME implicitly to build file paths — normal for a local utility but worth noting because it will operate on files under your HOME directory.
持久化与权限
The skill does not request 'always: true', does not modify other skills or global agent settings, and does not require elevated privileges. It will run only when invoked (or scheduled by a host cron), which matches its purpose.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/30

NULL

无害

安装命令

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