Long Task Manager
v1.0.1管理和调度长时间运行任务,支持实时进度跟踪、异步执行、任务取消和断点续传功能。
⭐ 0· 135·0 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (long-running task manager) aligns with provided code, examples, and tests. The files implement task submission, status persistence, progress updates, cancel flags, and result retrieval — all expected for this purpose.
Instruction Scope
SKILL.md stays on topic and documents how to install/call the skill and how agents should report progress. It asks you to copy the skill into the skills directory and register it in AGENTS.md (expected). Note: it instructs use of session/subagent mode with 'no timeout' which intentionally allows indefinite background execution; this is functional for the purpose but may require operational caution.
Install Mechanism
No install spec (instruction-only), and code files are included in the package. Nothing is downloaded or executed from remote URLs during install.
Credentials
The skill requests no environment variables, credentials, or external config paths. It operates on a user-supplied task_dir. This is proportionate to the functionality implemented.
Persistence & Privilege
The skill persists task state, cancel flags, and results to the filesystem under the configured task_dir (default /tmp/long_tasks). It does not request permanent platform privileges nor set always:true. Persisting files is necessary for breakpoint/resume functionality but you should choose task_dir and file permissions appropriately and clean up old task data as needed.
Assessment
This package appears to do what it claims: manage long-running tasks via local filesystem state. Before installing, decide and configure a secure task_dir (avoid sensitive system directories), ensure file permissions/cleanup policies for persisted task data, and confirm you are comfortable running indefinite background/subagent sessions (SKILL.md recommends session mode with no timeout). There are minor coding issues in the implementation (e.g., duplicated dataclass fields and small API surface inconsistencies) but nothing that indicates hidden network exfiltration, credential access, or unrelated system access. If you need stronger guarantees, review the complete lib/long_task_manager.py for any remaining code paths that might access network resources or other system paths not covered in the documentation.Like a lobster shell, security has layers — review code before you run it.
latestvk97b6rseb5jgzpdef4cqfavqwx8324zv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
