How can we help you?
Search our knowledge base or browse categories to find answers to your questions.
Getting Started
Quick start guide
Documentation
Complete guides
Tutorials
Step-by-step guides
Contact Us
Get in touch
Frequently Asked Questions
What are TopRank Skills?
expand_more
TopRank Skills are modular capabilities that extend Claude's functionality. They're built on GitHub repositories and enable Claude to perform specialized tasks, integrate with external services, and provide custom workflows tailored to your needs.
How do I install a skill?
expand_more
Use the Claude Code CLI to install skills:
claude skill add [skill-name]
Or install from a GitHub URL:
claude skill add https://github.com/user/skill-repo
Are skills free to use?
expand_more
Most skills in the TopRank directory are open-source and free to use. Some premium skills may require payment or subscription. Check each skill's details page for pricing information.
How do I create my own skill?
expand_more
Creating a skill is easy! Follow our documentation for a step-by-step guide. Basic requirements:
- Create a skill.json manifest file
- Define your skill's parameters and tools
- Test locally with the CLI
- Publish to GitHub
How many skills can I install?
expand_more
There's no hard limit on the number of skills you can install. However, we recommend keeping it under 50 active skills for optimal performance.
My skill isn't working. What should I do?
expand_more
Try these troubleshooting steps:
- Verify your Claude API key is set correctly
- Check if the skill is properly installed:
claude skill list - Try updating the skill:
claude skill update [name] - Check the skill's GitHub repository for known issues
- Contact the skill author or our support team
Popular Articles
Still need help?
Our support team is here to help. Reach out to us and we'll get back to you as soon as possible.
Contact Support arrow_forward