Skip to content
LoopSkill
All skills
FREE data v1.0.1 · Apache-2.0 3 installs · +1/wk

Hub Search (Claude Code)

by LoopSkill community

Scanner skill for LLM agents that need to discover locally-installed Claude Code skills and community npm plugins before installing a duplicate or authoring a new skill from scratch. Walks ~/.claude/skills/**/SKILL.md (default skills directory) and the XDG variant at ~/.config/claude/skills/, then queries the npm registry for packages in the claude-plugin-* namespace. If the Hermes CLI is on PATH, augments results with hermes plugins search <q>. Emits a standard JSON envelope compatible with hub-search-hermes and hub-search-openclaw so agents can union results across all four hubs. Missing skills directories are treated as empty results, not errors.

4 KB

Install in your agent

First time? Tell your agent: "install the loopskill skill from app.loopskill.io/skill" — then the lines below add this skill.
Quick install hub-search-claude-code
In your agent (MCP)
loopskill_install(slug="hub-search-claude-code")
Signed install URL (curl-able with your API key)
https://app.loopskill.io/api/skills/install?slug=hub-search-claude-code&ref=skill-page

Works in any MCP-capable agent — Claude Code, Cursor, Cline, OpenClaw, Hermes, Windsurf.

Skill files