This skill should be used when the user says "retriever ping", "test retriever", "is retriever installed", or "check retriever". Confirms the Retriever plugin is installed and responding.
Scanned 6/8/2026
Install via CLI
openskills install sdemyanov/retriever---
name: ping
description: >
This skill should be used when the user says "retriever ping",
"test retriever", "is retriever installed", or "check retriever".
Confirms the Retriever plugin is installed and responding.
metadata:
version: "1.1.17"
---
> 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.
# Retriever Ping
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.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.