paperclip-wiki-fetch

Installation
SKILL.md

Paperclip Wiki Fetch

Fetch Paperclip wiki data through the paperclipai.plugin-llm-wiki plugin bridge API.

Use this skill for read-only wiki retrieval. Do not use /api/wiki/...; llm-wiki exposes data through plugin bridge routes under /api/plugins/paperclipai.plugin-llm-wiki/data/....

Inputs

Identify these values before calling the API:

  • Paperclip API base URL, for example https://your-paperclip-host.example.com
  • bearer token in an environment variable such as TOKEN
  • companyId
  • wikiId, usually default
  • spaceSlugdefault unless a specific space is named; list spaces with the api/spaces route
  • page path, for example wiki/sources/rl-30-day-validation-plan.md

If a user gives a public-looking wiki URL, treat it as an SPA route and extract the page path from it. For example:

Installs
36
GitHub Stars
3
First Seen
Jun 9, 2026
paperclip-wiki-fetch — bbengamin/skills