Back to Docs

What is ClawClawGo?

ClawClawGo is a search engine for AI agent kits — curated collections of skills packaged together. It aggregates kits from GitHub repos, indexes them, and lets you search across all of them in one place.

The Problem

AI agents (Claude Code, Cursor, Windsurf, OpenClaw, Cline, etc.) can be extended with skills and configs. But there’s no central place to find curated collections of them.

  • Kits are scattered across GitHub repos with no discoverability
  • No standard format across agents
  • No way to search across all of them
  • No security scanning before use

The Solution

  1. Aggregating — Pulls kits from GitHub repos into one searchable index
  2. Standardizing — Supports the Agent Skills open standard plus all major agent formats
  3. Scanning — Built-in security analysis with trust scores
  4. Adding — Clone kit repos with one command: npx clawclawgo add owner/repo

What’s a Kit?

A kit is a GitHub repo containing a collection of skills and agent configs. Examples:

Two Commands

npx clawclawgo push              # Push your kit to the registry
npx clawclawgo add owner/repo    # Add a kit from GitHub

For kit creators: Push to GitHub, then push to the registry. Kit metadata is built internally — no files generated on disk.

For kit users: Search on clawclawgo.com, then add.

Agent Skills Standard

ClawClawGo follows the Agent Skills open standard. 30+ agents support this format. See AGENT-COMPATIBILITY.md for the full list.

Not Agent-Specific

ClawClawGo started in the OpenClaw ecosystem but is a cross-platform search engine for any AI agent.

Open Source

Next Steps

clawclawgo