ClawHub icon
ClawHub icon

ClawHub

ClawHub is the public skill registry for Clawdbot: publish, version, and search text-based agent skills (a SKILL.md plus supporting files). It’s designed for fast browsing + a CLI-friendly API, with moderation hooks and vector search.

ClawHub screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Online
ClawHub screenshot 1
ClawHub screenshot 2
0likes
0comments
0alternatives
0articles

Features

  1.  Dark Mode
  2.  Command line interface
  3.  Terminal-based
  4.  AI-Powered

ClawHub News & Activities

Highlights All activities

Recent activities

ClawHub information

  • Developed by

    OpenClaw
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

OS & Utilities

GitHub repository

  •  4,286 Stars
  •  734 Forks
  •  377 Open Issues
  •   Updated  
View on GitHub
ClawHub was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is ClawHub?

ClawHub is the public skill registry for Clawdbot: publish, version, and search text-based agent skills (a SKILL.md plus supporting files). It’s designed for fast browsing + a CLI-friendly API, with moderation hooks and vector search.

onlycrabs.ai is the SOUL.md registry: publish and share system lore the same way you publish skills.

What you can do with it

  • Browse skills + render their SKILL.md.
  • Publish new skill versions with changelogs + tags (including latest).
  • Browse souls + render their SOUL.md.
  • Publish new soul versions with changelogs + tags.
  • Search via embeddings (vector index) instead of brittle keywords.
  • Star + comment; admins/mods can curate and approve skills.

onlycrabs.ai (SOUL.md registry)

  • Entry point is host-based: onlycrabs.ai.
  • On the onlycrabs.ai host, the home page and nav default to souls.
  • On ClawHub, souls live under /souls.
  • Soul bundles only accept SOUL.md for now (no extra files).

How it works (high level)

  • Web app: TanStack Start (React, Vite/Nitro).
  • Backend: Convex (DB + file storage + HTTP actions) + Convex Auth (GitHub OAuth).
  • Search: OpenAI embeddings (text-embedding-3-small) + Convex vector search.
  • API schema + routes: packages/schema (clawhub-schema).

Official Links