Multi-AI Skill Generation

Build Claude Skills
in Seconds

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/
openskill
$ openskill init

Powered by your favorite AI providers

Groq
OpenAI
Anthropic
Ollama

Everything you need

OpenSkill combines the power of AI with a simple CLI interface to streamline your Claude workflow.

Multi-AI Providers

Choose from Groq, OpenAI, Anthropic, or Ollama. Switch providers with a single command.

Lightning Fast

Built in Go for maximum performance. Create and manage skills in milliseconds.

SKILL.md Format

Skills are stored as Markdown with YAML frontmatter for Claude's native skill discovery.

Version History

Track every change with automatic versioning. Roll back to any previous version instantly.

Skill Composition

Extend and combine skills with 'extends' and 'includes' for powerful skill hierarchies.

Local First

Your skills stay on your machine. No cloud sync required, full control over your data.

0+

AI Providers

0+

CLI Commands

0%

Local & Private

0$

Open Source

Simple, powerful commands

Intuitive CLI commands that get out of your way and let you focus on what matters.

openskill initInitialize OpenSkill in your project
openskill addCreate a new skill with AI-generated content
openskill validateValidate skill structure
openskill historyView version history of a skill
openskill rollbackRestore a skill to a previous version
openskill configSwitch AI providers instantly
SKILL.md
---
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

Ready to supercharge your Claude workflow?

Get started in under a minute. No account required.

macOSLinuxARM64x86_64
$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)