Getting Started
Qubima skills run inside Claude Code — Anthropic's official CLI for Claude. You'll need it installed before anything else.
Requirements
- Claude Code CLI installed (get it here)
- A Claude Pro or API subscription
- Terminal access (macOS, Linux, or Git Bash on Windows)
How to install a skill
Step 1: Get the skill
For free skills: Click "Get for free" on the skill page. Enter your email, download the ZIP.
For paid skills: Click "Buy", complete checkout via Lemon Squeezy. You'll receive a download link and license key by email.
Step 2: Run the installer
Extract the ZIP file, open Terminal in the extracted folder, and run:
bash install.sh
The script copies the skill files to ~/.claude/skills/[skill-name]/. No admin permissions needed.
On Windows: Run the command in Git Bash. Alternatively, manually copy SKILL.md to C:\Users\[you]\.claude\skills\[skill-name]\.
Step 3: Use the skill
Open Claude Code and type the slash command:
/keyword-cannibalization
/keyword-clustering
/content-pruner
/screaming-frog-automation
Claude will activate the skill automatically and guide you through the workflow.
Troubleshooting
Skill not showing up?
Verify the file is in the right place: ls ~/.claude/skills/[skill-name]/SKILL.md should return a path.
Permission denied on install.sh?
Make the script executable first: chmod +x install.sh && bash install.sh
Skill activated but doing something unexpected? Make sure you're using Claude Code (not Claude.ai web). Skills only work in the CLI.
Updating a skill
Re-download the ZIP from your Lemon Squeezy orders page and run bash install.sh again. It overwrites the old files.
Questions?
Contact us or email hello@qubima.com.