zeroclaw
Self-hosted AI assistant runtime with GitHub workflow automation skills
Gives the AI agent core operating rules for this repository, including safety boundaries, single-source-of-truth state handling, validation commands, and how to treat skill files and untrusted GitHub content when executing tasks.
All Skills in This Repository (11)
Pure Emerald Level Indicatorsgithub-pr
Create and update GitHub Pull Requests via the GitHub CLI.
github-issue
Create structured GitHub issues for the ZeroClaw repository using templates.
zeroclaw
Operate ZeroClaw agents via CLI and REST/WebSocket API.
skill-creator
Create and refine AI skills with SKILL.md and automated testing.
squash-merge
Squash-merge GitHub pull requests with preserved commit history and verified CI checks.
github-pr-review-session
Conducts structured GitHub PR reviews and posts verdicts via the gh CLI.
changelog-generation
Generate release changelogs from git commits and GitHub contributor data.
feature-matrix-parity
Update competitor parity columns in the ZeroClaw feature matrix TOML from source-walked repository evidence.
pr-architecture-check
Reviews pull request diffs against documented architecture constraints and posts advisory comments.
wit-breaking-change-check
Classifies WIT interface diff changes as breaking or non-breaking against frozen version markers.
github-issue-triage
Triages, labels, and closes GitHub issues using gh CLI commands and maintainer policies.
Frequently Asked Questions
FAQPage SchemaHow to install ZeroClaw?โผ
Run `npx skills add zeroclaw-labs/zeroclaw --all -g -y` in your terminal to install all skills in this suite globally.
What is ZeroClaw used for?โผ
ZeroClaw is a self-hosted personal AI assistant runtime that connects to providers like Anthropic, OpenAI, and Ollama, and answers you across Discord, Telegram, email, and more. Its bundled skills also automate GitHub work like PRs, issues, reviews, and changelogs.
Can AI open and merge GitHub pull requests for me?โผ
Yes. The included skills draft template-complete PRs, run validation checks, post structured reviews, and squash-merge with preserved commit history after your explicit confirmation.
Does ZeroClaw work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible agents, with CLAUDE.md and AGENTS.md providing the orchestration rules.
Do I need coding experience to use these skills?โผ
No. You describe what you want in plain English, such as filing a bug or reviewing a PR, and the agent gathers context, drafts the output, and asks for your approval before publishing anything.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core