cli-worker
Delegates coding tasks to Kimi CLI agents in isolated git worktrees.
Setup & Installation
Install command
clawhub install quratus/cli-workerIf the CLI is not installed:
Install command
npx clawhub@latest install quratus/cli-workerOr install with OpenClaw CLI:
Install command
openclaw skills install quratus/cli-workeror paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/quratus/cli-workerWhat This Skill Does
Delegates coding tasks to Kimi CLI agents running in isolated git worktrees. Tasks execute headlessly without blocking the main agent, and each task gets its own branch to avoid git conflicts. Supports parallel workloads by running multiple tasks simultaneously.
Isolated worktrees prevent git conflicts during parallel task execution, which sessions_spawn does not reliably handle for single delegated coding jobs.
When to Use It
- Running a refactoring task in a separate branch while continuing main work
- Delegating test generation to Kimi without blocking the current session
- Executing a headless code generation job from an OpenClaw agent
- Prototyping a feature in an isolated worktree to avoid git conflicts
- Cleaning up completed worktrees after merging delegated task output
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Running a refactoring task in a separate branch while continuing main work
- 1Running a refactoring task in a separate branch while continuing main work
- 2Delegating test generation to Kimi without blocking the current session
- 3Executing a headless code generation job from an OpenClaw agent
- 4Prototyping a feature in an isolated worktree to avoid git conflicts
- 5Cleaning up completed worktrees after merging delegated task output
Delegates coding tasks to Kimi CLI agents in isolated git worktrees.
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.