The command-line tool that lets you create, manage, and share Claude skills with AI-powered content generation.
curl -L https://github.com/rakshit-gen/openskill/releases/download/v0.1.0/openskill_darwin_arm64.tar.gz | tar xz && sudo mv openskill /usr/local/bin/Powered by your favorite AI providers
OpenSkill combines the power of AI with a simple CLI interface to streamline your Claude workflow.
Choose from Groq, OpenAI, Anthropic, or Ollama. Switch providers with a single command.
Built in Go for maximum performance. Create and manage skills in milliseconds.
Skills are stored as Markdown with YAML frontmatter for Claude's native skill discovery.
Track every change with automatic versioning. Roll back to any previous version instantly.
Extend and combine skills with 'extends' and 'includes' for powerful skill hierarchies.
Your skills stay on your machine. No cloud sync required, full control over your data.
AI Providers
CLI Commands
Local & Private
Open Source
Intuitive CLI commands that get out of your way and let you focus on what matters.
openskill initInitialize OpenSkill in your projectopenskill addCreate a new skill with AI-generated contentopenskill validateValidate skill structureopenskill historyView version history of a skillopenskill rollbackRestore a skill to a previous versionopenskill configSwitch AI providers instantly--- name: code-review description: Comprehensive code review --- # code-review Review code for security, performance, and maintainability best practices. ## Rules - Check for security vulnerabilities - Verify proper error handling - Ensure code follows conventions
Get started in under a minute. No account required.
curl -L https://github.com/rakshit-gen/openskill/releases/download/v0.1.0/openskill_darwin_arm64.tar.gz | tar xz && sudo mv openskill /usr/local/bin/Supports Groq, OpenAI, Anthropic, and Ollama (local)