Use this skill when the user wants to know the current Retriever tool or schema version for a workspace, or explicitly asks to run schema-version.
Scanned 6/8/2026
Install via CLI
openskills install sdemyanov/retriever---
name: schema-version
description: >
Use this skill when the user wants to know the current Retriever tool or schema version
for a workspace, or explicitly asks to run schema-version.
metadata:
version: "1.1.17"
---
# Retriever Schema Version
Use this skill when the user says things like:
- "what schema version is this workspace on?"
- "run schema-version"
- "which Retriever tool version is installed?"
## Load order
1. Read [../workspace/workspace.md](../workspace/workspace.md).
2. Use [../tool-template/tools.py](../tool-template/tools.py) as the canonical tool entrypoint.
## Execution rules
- Confirm or infer the workspace root.
- Run the canonical bundled tool against the workspace root.
- Report the returned `schema_version` and `tool_version` faithfully.
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.