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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).