AIAny
AI Agent2026
Icon for item

ClawHub

Registry where OpenClaw agents publish, version, and vector-search text-based skills — each a SKILL.md plus supporting files. Adds a CLI with install pinning and moderation, plus a unified catalog that lists native code and bundle plugins beside skills.

Introduction

Agent skills have multiplied faster than any place to find them: a SKILL.md usually lives in a scattered gist or repo, discovered by word of mouth. The bet here is that skills deserve the same publish-version-discover loop npm gave code — a canonical slug, changelogs, and search that understands what a task needs rather than which keywords it spells.

What Sets It Apart
  • Search runs on embeddings (OpenAI text-embedding-3-small over Convex vector search), so you find a skill by describing the job instead of guessing exact terms.
  • Canonical slugs support rename and merge while keeping old links and installs working through redirect aliases — maintainers can reorganize without breaking anyone's setup.
  • Install pinning freezes a local copy so updates and force-reinstalls can't silently overwrite it, which matters when a skill is load-bearing in your workflow.
  • One catalog spans both text skills and native code/bundle plugins, reachable from the same CLI (clawhub package explore, clawhub install), so consumers don't juggle two ecosystems.
Who It's For

Great fit if you build or consume OpenClaw skills and want a versioned, discoverable home with moderation and star/comment curation. Look elsewhere if you're outside the OpenClaw ecosystem — the registry, CLI, and package format are OpenClaw-specific (code-plugin manifests must declare openclaw.compat.pluginApi), and the project is young, launched early 2026 on a Convex + GitHub-OAuth stack.

Information

  • Websitegithub.com
  • AuthorsOpenClaw
  • Published date2026/01/03

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.