fabric-api
Installation
SKILL.md
Fabric API (HTTP via curl)
Use this skill to read/write content in a user's Fabric workspace using the Fabric HTTP API (https://api.fabric.so).
Critical gotchas (read first)
- "Notes" are created via POST
/v2/notepads(not/v2/notes). - Most create endpoints require
parentId:- A UUID or one of:
@alias::inbox,@alias::bin.
- A UUID or one of:
- Notepad create requires:
parentId- AND either
text(markdown string) orydoc(advanced/structured).
tagsmust be an array of objects, each either:{ "name": "tag name" }or{ "id": "<uuid>" }- Never nested arrays; never strings.
When the user doesn't specify a destination folder: default to parentId: "@alias::inbox".