paperclip-wiki-manage
Installation
SKILL.md
Paperclip Wiki Manage
Manage Paperclip llm-wiki content only through confirmed paperclipai.plugin-llm-wiki plugin bridge write routes.
Use paperclip-wiki-fetch for read-only page content, page lists, source lists, and SPA URL path conversion. Use this skill only for wiki mutations.
Path forms and the MCP gotcha
- Action bridge (write):
/api/plugins/paperclipai.plugin-llm-wiki/actions/<key>, body{ "companyId": "...", "params": { ... } }. - Scoped REST (write):
/api/plugins/paperclipai.plugin-llm-wiki/api/<route>(extra/apisegment), flat JSON body.
When calling through MCP paperclipApiRequest, omit the leading /api — the MCP prepends it; /api/plugins/... becomes /api/api/... → 404. Direct REST / curl uses the full /api/plugins/... path with a bearer token.
Confirmed Route Requirement
Do not guess wiki write routes. Verified routes (each confirmed to create no operation/task unless noted):