From retriever
Confirms the Retriever plugin is installed and responding with version info. Activates on ping or smoke-test requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/retriever:pingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Operates under `retriever:routing`. If the user's intent actually fits a different tier — another `retriever:*` skill, a Tier 2 slash, a Tier 3 `tools.py` subcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Operates under
retriever:routing. If the user's intent actually fits a different tier — anotherretriever:*skill, a Tier 2 slash, a Tier 3tools.pysubcommand, or (last resort) direct DB access — stop and re-route against the ladder before continuing.
Reply in plain text with exactly this structure, substituting <version> with the value of metadata.version from this skill's frontmatter:
Retriever plugin smoke test OK.
Version: 1.1.17
Skill: ping
If the user supplied additional context, add one extra line:
Note: <user's context>
Keep the response short. Do not use tools.
npx claudepluginhub sdemyanov/retrieverChecks if the bopen-tools plugin is up to date by comparing local and GitHub versions. Returns status (current, outdated, etc.) and suggests update commands. Fast (~70ms).