Task Weight Manager

v1.0.1

Use when a user wants OpenClaw to manage several interleaved conversation threads inside one chat, keep a primary mission in focus, classify side topics, ass...

0· 223·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (focus/weight manager for interleaved chat threads) match the files and instructions. Requiring python3 is reasonable because a small bootstrap script is included to create workspace templates; no unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md stays inside the stated domain: classifying recent turns into threads, maintaining a threads.md board, handling interrupts, and optionally using cron/heartbeat for periodic checks. It does advise periodically re-reading recent turns and saved board files (task-weight-manager/threads.md) — which is expected — and suggests external automation (cron/gateway) that, if implemented by a user, could introduce additional network/credential requirements. The skill itself does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
No install spec and no remote downloads. The only executable artifact is a small local Python script that copies template files into the current workspace; nothing is fetched from external URLs or written into system locations.
Credentials
The skill declares no required environment variables or credentials. Although integration notes mention calling an LLM or external service for full automation, the skill does not demand keys itself — any such credentials would be supplied later by user-chosen automation and are therefore proportional.
Persistence & Privilege
always:false (no forced always-on). The skill may persist a small human-readable board under task-weight-manager/threads.md if workspace files are allowed; this is proportional to its function and the included bootstrap_script facilitates only template creation in the current workspace.
Assessment
This skill appears coherent and low-risk: it classifies threads, keeps a mainline, and optionally writes small template files in your current workspace. Before installing, note that: (1) the included Python script will create task-weight-manager/threads.md and related templates in whatever directory the agent runs in — if you don't want files created, run in an empty or controlled folder or inspect the script first; (2) the references discuss optional cron/heartbeat and external automation that could later require you to supply LLM or service credentials — the skill itself does not request those, but any automation you add will; (3) verify python3 is on PATH if you want to use the bootstrap. If you plan to enable periodic automation or external helpers, review those components and any credentials they need before enabling them.

Like a lobster shell, security has layers — review code before you run it.

focusvk97d7g3x0qhydq2hrbghe6pchs82s7b9latestvk97d7g3x0qhydq2hrbghe6pchs82s7b9openclawvk97d7g3x0qhydq2hrbghe6pchs82s7b9productivityvk97d7g3x0qhydq2hrbghe6pchs82s7b9task-managementvk97d7g3x0qhydq2hrbghe6pchs82s7b9

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🎯 Clawdis
OSmacOS · Linux · Windows
Any binpython3

Comments