How It Works
From purchase to first use in under 5 minutes. No code required.
Choose your skill
Browse the catalog, pick what you need, and pay once. No subscriptions, no recurring fees.
Get the ZIP
Immediately after payment, you’ll receive a download link via email. The ZIP contains everything: the skill files, documentation, and a quick-start guide.
Install in your Claude app
Installation takes 30 seconds. The method depends on which Claude app you use.
Claude Code (terminal / VS Code)
Extract the ZIP into your .claude/skills/ folder. Done.
Claude Desktop / claude.ai
Go to Settings → Features → Skills → Add. Upload the ZIP file — it contains the skill folder with SKILL.md and all supporting files. Done.
Installation
Claude Code
# macOS / Linux
unzip skill-name.zip -d ~/.claude/skills/# Windows (PowerShell)
Expand-Archive skill-name.zip -DestinationPath $env:USERPROFILE\.claude\skills\Claude Desktop / claude.ai
1. Open Settings → Features → Skills 2. Click “Add” 3. Upload the ZIP file (it contains the skill folder with SKILL.md and all subfolders) 4. The skill appears in your list — ready to use