← 返回 Skills 市场
nikil511

Clawqueue Skill V6

作者 Manolis Nikiforakis · GitHub ↗ · v0.1.9 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
1
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install clawqueue
功能描述
Turn GitHub Issues into a local agent queue. GitHub issues in, agent work out.
使用说明 (SKILL.md)

ClawQueue (CQ)

ClawQueue Logo

GitHub issues in · agent work out

Turn GitHub Issues into a local agent queue. ClawQueue is a local, git-backed and issue-tracked multi-agent queue manager designed for seamless human-agent collaboration.


🌟 Core Value Proposition

ClawQueue replaces complex, centralized workflow orchestrators with a lightweight, git-native task queue. By using GitHub Issues and Project Boards as your control surface, you get full visibility, easy human-in-the-loop oversight, and standard Git auditing for free.

Why Local-First?

  • No Agent Lock-In: Run your workers locally, in isolated Docker containers, or as native OpenClaw subagents.
  • Standard Git Backing: Every action, attempt, and deliverable is logged, tracked, and stored in standard Markdown and Mermaid files.
  • Zero Heavy Infra: You don't need a heavy database or complex API endpoints. All state is modeled natively using Git branches, commits, and GitHub project columns.

🏢 The ClawQueue Organization Ecosystem

The complete ClawQueue suite is organized into specialized repositories under the github.com/ClawQueue organization:

⚙️ ClawQueue/ClawQueue (Core)

The main Python-based scheduler, dispatcher, and worker runtime. It polls your target project boards, matches unassigned issues in active column states (like "Todo"), triggers matching worker roles (e.g., cto, cmo), manages execution attempts, and commits results.

📝 ClawQueue/ClawQueue-reports (The Worklog)

The standardized repository where completed task deliverables, automated reports, and execution artifacts live. Files are saved dynamically under boards/\x3Cboard_name>/\x3Cslug>.md as structured Markdown files, ensuring your agent outputs are clean and public/private separated.

🐳 ClawQueue/openclaw-balena (Edge Deployment)

Shell scripts and container deployment configurations designed to run lightweight OpenClaw agent and node runtimes on balenaOS. Perfect for deploying resilient agent worker nodes on physical edge devices and gateways.

📖 ClawQueue/ClawQueue.github.io (Documentation)

The official open-source documentation site. Hosted via GitHub Pages at clawqueue.github.io/ClawQueue, it provides comprehensive guides, architecture overviews, and tutorials on starting your first dispatcher profile.


🚀 How It Works

[ GitHub Project Board ]
       │
       ▼ (Polls columns: "Todo", "Ready")
┌─────────────────────────────────┐
│       ClawQueue Scheduler       │
└─────────────────────────────────┘
       │
       ▼ (Spawns isolated workers / subagents)
┌─────────────────────────────────┐
│     OpenClaw Worker Agents      │
└─────────────────────────────────┘
       │
       ▼ (Generates deliverables and summaries)
[ ClawQueue-reports / Worklog Repo ]
       │
       ▼ (Updates board & closes issue)
[ Completed Issue / Board Column ]

Common CLI Commands

Run these commands from your local ClawQueue repository root:

View Status and Active Workers

Show active tasks, current PID, remaining attempts per issue, recent dispatch decisions, and matching queued items:

python3 scripts/status.py --profile \x3Cyour-profile>

Diagnostics and Verification

Diagnose local profile settings and verify that your configured repository pointers, scheduler service environment, and secret parameters are mapped correctly:

/cq diagnose

Trigger Scheduler Runs

Trigger an immediate evaluation/run of the queue to process pending dispatches:

/cq run

Resume or Retry Tasks

Retry a failed issue after clearing its attempt counts, or resume paused tickets:

/cq retry

Pause or Block

Temporarily pause task board scheduling or suspend dispatches:

/cq pause

Directory and File Mapping

  • Core Repository: ~/ClawQueue (or your chosen checkout path)
  • Reports and Deliverables: ~/clawqueue-worklog
  • Profile Configurations: ./profiles/\x3Cprofile>/config/
    • workflow_policy.md - Behavioral constraints and column mapping policies.
    • clawqueue.private.json - Private API credentials, LLM keys, and local endpoint overrides.
  • Service Logs: ~/.local/share/clawqueue/
  • Scheduler State: ~/.openclaw/tmp/clawqueue/
安全使用建议
Install only if you intend to let ClawQueue read GitHub issues and project boards, write local reports/logs/state, and potentially update boards, commit results, or close issues. Use restricted GitHub tokens and profiles limited to repositories where automated queue processing is acceptable.
能力评估
Purpose & Capability
The stated purpose is to turn GitHub Issues and Project Boards into a local agent queue; polling boards, spawning workers, producing reports, committing results, and updating or closing issues fit that purpose.
Instruction Scope
Commands such as run and retry can affect real GitHub repositories, project boards, reports, and issue state; the workflow text discloses these side effects, though users should still treat them as mutating operations.
Install Mechanism
The package contains only SKILL.md with declared python3 and git requirements; no bundled executable, install script, dependency package, or automatic setup behavior was present.
Credentials
Use of GitHub issue/project data, local repositories, reports, logs, and profile configuration is proportionate for a local git-backed queue manager.
Persistence & Privilege
The skill documents persistent reports, service logs, scheduler state, and private configuration containing credentials; this is expected for the workflow but requires careful token and file-permission handling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawqueue
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawqueue 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.9
Add description of the GitHub organization repositories and entire ClawQueue ecosystem
v0.1.8
Update high-level description to highlight the core value of ClawQueue as an issue-driven local agent queue
v0.1.7
Use native 250px-scaled repository asset to bypass Vercel Image Optimization restriction
v0.1.6
Make header logo much smaller using a 220px proxied image
v0.1.5
Resize logo to 350px for a more compact and elegant layout
v0.1.4
Update brand logo to official ClawQueue-alpha.png
v0.1.3
Fix brand logo rendering on ClawHub using native markdown image syntax
v0.1.2
Initial sanitized release with brand logos and clean links
v0.1.1
Sanitize profile settings to make it fully generic/vanilla for open-source users
v0.1.0
Initial public release of ClawQueue skill
元数据
Slug clawqueue
版本 0.1.9
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 10
常见问题

Clawqueue Skill V6 是什么?

Turn GitHub Issues into a local agent queue. GitHub issues in, agent work out. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Clawqueue Skill V6?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawqueue」即可一键安装,无需额外配置。

Clawqueue Skill V6 是免费的吗?

是的,Clawqueue Skill V6 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clawqueue Skill V6 支持哪些平台?

Clawqueue Skill V6 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawqueue Skill V6?

由 Manolis Nikiforakis(@nikil511)开发并维护,当前版本 v0.1.9。

💬 留言讨论