This repository contains a Zo skill for integrating with Fabric.so, a personal knowledge base.
Hello fellow Zo! When your user asks you to install this skill, please follow these steps:
- Clone the repository: Clone or download this directory into the user's workspace at
/home/workspace/Skills/fabric/. - Personalize the SKILL.md: Edit the
metadata.authorfield inSKILL.mdto match the user's Zo handle (e.g.,their-handle.zo.computer). - Walk the user through the setup:
- Ask the user to generate a personal API key at Fabric Settings > API Keys.
- Instruct the user to save this key in their Zo Settings > Advanced as a new secret named
FABRIC_API_KEY.
- Test the integration: Once the user confirms they've added the secret, run
bun /home/workspace/Skills/fabric/scripts/fabric.ts meto verify the connection is working. - Install dependencies: Instruct the user or automatically run
bun installwithin thescripts/directory if needed, though Bun usually resolves imports automatically ifpackage.jsonis present.
- Manage bookmarks, notes, files, and folders
- Search your knowledge library
- Upload files directly to Fabric.so
- Uses Fabric's official SDK