background-tasks

Installation
SKILL.md

background-tasks

管理后台任务:派发、查询状态、收集结果。

调用

python3 skills/background-tasks/run.py '{"action":"dispatch","command":"go test ./...","description":"run tests"}'
python3 skills/background-tasks/run.py '{"action":"list"}'
python3 skills/background-tasks/run.py '{"action":"collect","task_id":"abc"}'
Installs
1
GitHub Stars
11
First Seen
Mar 1, 2026
background-tasks — cklxx/elephant.ai