Skip to content

customclaw/skills

Repository files navigation

CustomClaw Skills

Installable skills for OpenClaw, built by CustomClaw for client workflows.

This repo is a library of custom skills we ship for clients.

Install

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

Skills

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.

Development

pnpm install
pnpm build
pnpm test

Source 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/

About

Useful OpenClaw skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors