Installable skills for OpenClaw, built by CustomClaw for client workflows.
This repo is a library of custom skills we ship for clients.
Install any skill from this repo with:
npx skills add customclaw/skills@<skill-name>Examples:
npx skills add customclaw/skills@gmail-read
npx skills add customclaw/skills@fathom-notetaker| Skill | Type | What it does |
|---|---|---|
gmail-read |
Composio-backed | Read-only Gmail access (search, read messages, list labels). |
fathom-notetaker |
Direct API | Lists Fathom meetings, fetches summaries/transcripts, and manages webhooks. |
pnpm install
pnpm build
pnpm testSource lives in packages/, installable skills in skills/. The build compiles from one into the other so skills add only copies what's needed at runtime.
packages/
gmail-read/ # dev source, tests, tsconfig
fathom-notetaker/ # dev source, tests, tsconfig
src/
package.json
skills/
gmail-read/ # what users install
fathom-notetaker/ # what users install
SKILL.md
dist/