Unlock the Power of
Claude Skills with other LLMs

A robust claude parser and agent CLI for Claude Skill packages. Build intelligent agents and integrate LLM capabilities seamlessly into your applications with lots of programming languages support.

# brew untap smallnest/goskills
brew install smallnest/goskills/goskills

export OPENAI_API_KEY=YOUR_KEY
export OPENAI_API_BASE=https://api.openai.com/v1
export OPENAI_MODEL=gpt-5.1

goskills run --auto-approve "use markitdown to parse https://baike.baidu.com/item/%E5%AD%94%E5%AD%90/1584"

Skill Parser

Parse `SKILL.md` files effortlessly. Extract metadata, instructions, and resource files according to official Claude specifications.

LLM Runner

Simulate the Claude skill-use workflow. Integrate with OpenAI-compatible models (GPT-4, DeepSeek, etc.) to execute skills intelligently.

Claude Skills Support

Seamlessly integrate standard Claude Skills. Use the official format to define tools, prompts, and resources for your agents.

MCP Support

Built-in support for the Model Context Protocol. Connect to external tools and data sources with standard configuration.

Powerful CLI

Manage and run skills directly from the terminal. Inspect skill structures, search for capabilities, and execute tasks with a single command.

Modular Design

Packaged as a reusable Go module. Easily import into your existing projects to add agentic capabilities.

High Performance

Built with Go for speed and efficiency. Handle complex skill parsing and execution with minimal overhead.