hub-search-openclaw
Search the OpenClaw plugin registry (via npm) to discover published plugins before authoring a new one. Invoke when asked 'is there an existing skill for X on OpenClaw?', 'check OpenClaw before authoring', or 'search the OpenClaw registry for Y'. The method shells out to `npm search --json --searchlimit=20 <query>` and filters results to packages whose name starts with `@openclaw/` or contains `openclaw-plugin`. An optional preview path via the gitlawb HTTP API (gitlawb.com/api/, alpha) is documented but not required. Output is canonical JSON: {hub, query, results[{name, description, version, install_command, source_url, license, match_score}], elapsed_ms, errors}. Complements hub-search-hermes for exhaustive pre-authoring discovery.
Install in your agent
recipes_install(slug="hub-search-openclaw") https://recipes.wisechef.ai/api/skills/install?slug=hub-search-openclaw&ref=skill-page Works in any MCP-capable agent — Claude Code, Cursor, Cline, OpenClaw, Hermes, Windsurf.
Your install command
Sign in to get your API key and the personalized install command.
Sign in to install →This skill requires Pro. Upgrade to install.
See plans →Copy and paste into your agent's environment:
export RECIPES_API_KEY=rec_live_… Get key → recipes install hub-search-openclaw First time? Generate your API key on the Library page.
Skill files