zeroclaw-labs

41 mods across 2 repositories, 33k stars between them.

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Changelog generation skill for ZeroClaw releases. Use this skill when the user wants to generate a changelog, prepare release notes, or summarize what changed between versions. Trigger on: 'generate changelog', 'changelog for v0.7.x', 'prepare release notes', 'what changed since ', 'write the changelog'…

33k 2d ago A 87 tokens original Apache-2.0

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Update the OpenClaw and Hermes comparison columns of the ZeroClaw feature-and-support matrix. Use this skill when the user wants to refresh, fill, or verify parity data in docs/book/feature-matrix-parity.toml, add a new comparison row or section to the feature matrix, or re-walk the competitor repos for support…

33k 2d ago A 127 tokens original Apache-2.0

github-issue-triage

03

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…

33k 2d ago A 140 tokens original Apache-2.0

github-issue

04

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

File a structured GitHub issue for ZeroClaw interactively from Claude Code.

33k 2d ago A 0 tokens original Apache-2.0

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Human-reviewer co-pilot for ZeroClaw PR reviews. Use this skill when the user wants to review a specific PR as themselves, re-review a PR after author changes, work through a queue of PRs, check what's still open on a PR, or post a formal review verdict. Trigger on: 'review 1234', 'can you look at PR #1234'…

33k 2d ago A 142 tokens original Apache-2.0

github-pr

06

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Open or update a GitHub Pull Request for ZeroClaw. Handles creating new PRs with a fully filled-out template body, and updating existing PRs (title, body sections, labels, comments). Use this skill whenever the user wants to open a PR, create a pull request, update a PR, edit PR description, add labels to a PR, or…

33k 2d ago A 0 tokens original Apache-2.0

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Advisory architecture review of a PR diff. Validates dependency direction, trait boundary compliance, extension pattern conformance, and crate placement against AGENTS.md and FND-001. Posts a non-blocking comment; never gates merge. Trigger on: 'arch-check #N', 'architecture check #N'.

33k 2d ago A 68 tokens original Apache-2.0

skill-creator

08

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

33k 2d ago A 64 tokens copy · 88% Apache-2.0

analyzer

09

zeroclaw-labs/zeroclaw

Agent Claude Code

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

33k 2d ago A 0 tokens copy · 100% Apache-2.0

comparator

10

zeroclaw-labs/zeroclaw

Agent Claude Code

Compare two outputs WITHOUT knowing which skill produced them.

33k 2d ago A 0 tokens copy · 100% Apache-2.0

grader

11

zeroclaw-labs/zeroclaw

Agent Claude Code

Evaluate expectations against an execution transcript and outputs.

33k 2d ago A 0 tokens copy · 100% Apache-2.0

squash-merge

12

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Squash-merge a PR into zeroclaw-labs/zeroclaw master with fully preserved commit history in the squash message body. Use this skill when the user explicitly mentions squash-merging, merging a specific PR number, landing a PR, or 合入 — e.g. "squash-merge #123", "merge PR 456", "land #789", "合入 #123", "/squash-merge…

33k 2d ago A 0 tokens original Apache-2.0

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Classify WIT interface changes as breaking or non-breaking against frozen version markers. Use this skill when the user wants to check WIT breaking changes, review a WIT diff, verify whether a WIT change is breaking, or run a WIT compat check. Trigger on: 'check WIT breaking changes', 'review WIT diff', 'is this WIT…

33k 2d ago A 88 tokens original Apache-2.0

zeroclaw

14

zeroclaw-labs/zeroclaw

Skill Claude CodeCodex

Help users operate and interact with their ZeroClaw agent instance — through both the CLI (zeroclaw commands) and the REST/WebSocket gateway API. Use this skill whenever the user wants to: send messages to ZeroClaw, manage memory or cron jobs, check system status, configure channels or providers, hit the gateway API…

33k 2d ago A 167 tokens original Apache-2.0

zeroclaw AGENTS.md

15

zeroclaw-labs/zeroclaw

Instructions file CodexOpenCode

Instructions for zeroclaw-labs/zeroclaw, covering agents.md - zeroclaw, single source of truth, safety and privacy, working rules and user-facing text.

33k 2d ago A 946 tokens original Apache-2.0

zeroclaw CLAUDE.md

16

zeroclaw-labs/zeroclaw

Instructions file

Instructions for zeroclaw-labs/zeroclaw, covering claude.md — zeroclaw (claude code), claude code settings, hooks and slash commands.

33k 2d ago A 100 tokens original Apache-2.0

anatomy

17

zeroclaw-labs/zeroclaw

Agent

An agent is configured as a single [agents. ] block. Every field is either a reference to something configured elsewhere or a per-agent override. The table below is generated from the config schema, so it always matches the running build. Click a field to expand it; click again to see how to set it.

33k 2d ago A 0 tokens original Apache-2.0

delegation

18

zeroclaw-labs/zeroclaw

Agent

A SubAgent is an ephemeral child run spawned by a parent agent that inherits the parent's identity by default: same agent alias, same SecurityPolicy, same memory allowlist, same configured model provider, same tool registry. Auditable as a child via a tracing span agent. .subagent. .

33k 2d ago A 0 tokens original Apache-2.0

filesystem

19

zeroclaw-labs/zeroclaw

Agent

The relational half of an agent points at config; the on-disk half lives under the install root. The layout is organized by scope, not one flat tree: instance-wide state, cross-agent shared resources, and per-agent private data each get their own top-level directory.

33k 2d ago A 0 tokens original Apache-2.0

history-management

20

zeroclaw-labs/zeroclaw

Agent

The runtime keeps conversation history for each agent session and sends a provider-facing working history to the model. Two complementary limits operate on different representations.

33k 2d ago A 0 tokens original Apache-2.0

internals

21

zeroclaw-labs/zeroclaw

Agent

This page is the architecture-depth companion to the rest of the Agents section: how the runtime enforces per-agent permissions, scopes memory, and attributes logs. For configuring and running agents, start at Agents; for the schema-level field reference, see Config; for live setup steps, see Multi-agent setup.

33k 2d ago A 0 tokens original Apache-2.0

operating

22

zeroclaw-labs/zeroclaw

Agent

Because there is no privileged "the agent," every command that drives an agent names which one. Agents coexist; you address one by its alias.

33k 2d ago A 0 tokens original Apache-2.0

overview

23

zeroclaw-labs/zeroclaw

Agent

Agents are the star of a ZeroClaw deployment. Everything else in this book, the providers, the channels, the security profiles, the skills, the memory, exists so that an agent can use it. This section is the showcase; the rest of the docs are the credits.

33k 2d ago A 0 tokens original Apache-2.0

api-tester

24

zeroclaw-labs/zeroclaw-skills

Skill Claude CodeCodex

Automated API testing with schema validation and load testing. Test REST and GraphQL APIs by sending requests, validating responses against schemas, checking edge cases, and reporting failures clearly. Use when the user wants to test APIs, validate endpoints, run load tests, or check schema compliance.

60 2mo ago A 60 tokens