Skip to content

skillett pull

Terminal window
skillett pull <integration> [--path <directory>]

Downloads all skill files (SKILL.md + endpoint docs) for an integration and writes them to your agent’s skill directory. This enables offline discovery — your agent can read the docs without calling the API.

FlagDescriptionDefault
--path <dir>Custom output directoryPlatform-detected skill path
PlatformPath
Claude Code.claude/skills/skillett-<integration>/
Cursor.cursor/rules/skillett-<integration>/
Windsurf.windsurf/rules/skillett-<integration>/
Generic.skillett/skills/<integration>/

GET /v1/:slug/download

Returns all file paths and content for the integration’s skill docs.

Terminal window
$ skillett pull github
{ "slug": "github", "files": 62, "path": ".claude/skills/skillett-github/" }
Terminal window
$ skillett pull github --path ./docs/github/
{ "slug": "github", "files": 62, "path": "./docs/github/" }
  • 0 — Successfully downloaded
  • 1 — Integration not found
  • 2 — Network or server error