How It Works

From purchase to first use in under 5 minutes. No code required.

1

Choose your skill

Browse the catalog, pick what you need, and pay once. No subscriptions, no recurring fees.

2

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.

3

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

Prerequisites

Any Claude app: Claude Code, Claude Desktop, or claude.ai
Any Claude plan — Free, Pro, Max, Team, or Enterprise
macOS, Windows, or Linux
No programming knowledge required

Common Questions