[ Documentation ]

Install in
5 minutes.

Each skill is a folder of markdown + reference files. Drop it into your Claude Code skills directory and Claude auto-discovers it. Here's how.

01

Install Claude Code (free)

If you don't have it: download from claude.ai/code. Sign in with your Anthropic account.

# macOS / Linux
curl -fsSL https://claude.ai/install.sh | sh

# Or download installer from claude.ai/code
02

Find your skills directory

Claude Code looks for skills in this folder by default:

~/.claude/skills/

# Create it if it doesn't exist:
mkdir -p ~/.claude/skills
03

Drop in the skill folder

After download, unzip and move the entire skill folder into ~/.claude/skills/

~/.claude/skills/
├── lead-finder-outreach/
│   ├── SKILL.md
│   ├── references/
│   └── examples/
└── seo-blog-engine/
    └── SKILL.md
04

Add API keys (one-time per skill)

Each SKILL.md lists what API keys are needed. Add them to a `.env` file in your project, or to your shell profile for global access:

# Add to ~/.zshrc or ~/.bashrc
export ANTHROPIC_API_KEY="sk-ant-..."
export SERPER_API_KEY="..."
export APOLLO_API_KEY="..."
05

Restart Claude Code

New skills get auto-discovered on Claude Code startup. Restart, and just ask:

"Find me 50 dentists in Miami"
# → triggers lead-finder-outreach skill

"Write a blog post about AI agents"
# → triggers seo-blog-engine skill

Don't want to do this yourself?

We'll set it up for you in a 30-minute Zoom session. Starts at $299.

See setup tiers