How to Use TopRank Skills
Quick start guide to discovering, installing, and using TopRank Skills with Claude AI. Get up and running in minutes.
search
1. Discover Skills
Browse our directory to find skills that match your needs.
Browse Skills arrow_forward
download
2. Install Skills
Use Claude Code CLI to install skills to your environment.
claude skill add [name]
rocket_launch
3. Use Skills
Invoke skills naturally in your Claude conversations.
Start chatting with Claude!Installation Guide
Prerequisites
- Node.js v18.0 or higher
- npm v9.0 or higher
- Claude API key
Install Claude Code CLI
bash
npm install -g @anthropic-ai/claude-code
Configure API Key
export CLAUDE_API_KEY="your-api-key-here"
Managing Skills
Common Commands:
claude skill list
View all installed skills
claude skill remove [name]
Uninstall a skill
claude skill update [name]
Update to the latest version