Skip to main content

← All sources

crabbox skills

Crabbox: warm a box, sync the diff, run the suite. 3 skills. skills-hub.ai mirrors 3 skills from crabbox daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/openclaw/crabbox

Installing a crabbox skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a crabbox skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all crabbox skills via API
curl https://skills-hub.ai/api/v1/skills?source=crabbox

# Browse all sources
open https://skills-hub.ai/sources

Top crabbox skills

See all →

The most-installed skills from crabbox, ranked by adoption.

  1. 01autoreview

    Structured Codex, Claude, Amp, Pi, or Kimi code review when explicitly requested.

    Buildfrom crabbox
  2. 02crabbox

    Detect and use Crabbox for repository tests and validation on remote runners. Use when crabbox.yaml or .crabbox.yaml exists, the crabbox CLI is available, or work needs remote compute, a clean or reusable environment, target-platform coverage, or auditable execution evidence.

    Buildfrom crabbox
  3. 03crabbox-quickstart

    First contact with Crabbox: run your repository's tests inside a disposable Docker or Podman container on your own machine, no account and no cloud spend, then stop the box. Use when someone asks what Crabbox is or how to try it, wants a throwaway sandbox for a repo with no crabbox.yaml yet, or is about to run crabbox init here; hand off to the crabbox skill for config that already exists, leased remote machines, jobs, secrets, or artifacts.

    Buildfrom crabbox

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Sep 14, 2026, 6:13 PM (success).

crabbox skills, frequently asked

What are crabbox skills?

crabbox skills are AI coding skills published by crabbox (Crabbox: warm a box, sync the diff, run the suite. 3 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many crabbox skills are available?

skills-hub.ai indexes 3 skills from crabbox, synced daily from the upstream GitHub repository (https://github.com/openclaw/crabbox).

How do I install a crabbox skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official crabbox skills?

Yes. Every skill from this source is mirrored from crabbox's own GitHub repository (https://github.com/openclaw/crabbox). Each skill page links back to the upstream source of truth, so you can verify the original.