Skip to content
Recipes
All skills
PRO discovery v1.0.2 3 installs

hub-search-openclaw

by WiseChef Team @wisechef_ai

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

First time? Tell your agent: "install the recipes skill from recipes.wisechef.ai/skill" — then the lines below add this skill.
Quick install hub-search-openclaw
In your agent (MCP)
recipes_install(slug="hub-search-openclaw")
Signed install URL (curl-able with your API key)
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.

Skill files