cli-worker

Coding Agents & IDEs
v0.3.0
Benign

Delegates coding tasks to Kimi CLI agents in isolated git worktrees.

486 downloads486 installsby @quratus

Setup & Installation

Install command

clawhub install quratus/cli-worker

If the CLI is not installed:

Install command

npx clawhub@latest install quratus/cli-worker

Or install with OpenClaw CLI:

Install command

openclaw skills install quratus/cli-worker

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/quratus/cli-worker

What 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.

INPUT

User asks: Running a refactoring task in a separate branch while continuing main work

AGENT
  1. 1Running a refactoring task in a separate branch while continuing main work
  2. 2Delegating test generation to Kimi without blocking the current session
  3. 3Executing a headless code generation job from an OpenClaw agent
  4. 4Prototyping a feature in an isolated worktree to avoid git conflicts
  5. 5Cleaning up completed worktrees after merging delegated task output
OUTPUT
Delegates coding tasks to Kimi CLI agents in isolated git worktrees.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026