Claude Skill
smallnest/goskills
GoSkills is a Go-based tool for OpenAI and other LLMs, offering Claude Skill compatibility and subagent functionality for AI application development.
Overview
Repository
Install this Skill
git clone https://github.com/smallnest/goskills.gitRegistry
Summary
GoSkills is a Go-based tool that supports OpenAI and other large language models, featuring Claude Skill compatibility and the ability to function as a subagent.
一款工具支持OPENAI及其他大型语言模型,并兼容Claude Skill功能,您也可将其作为子代理使用。
Key features
- Supports OpenAI and other LLMs
- Compatible with Claude Skill
- Can be used as a subagent
- Built with the Go language
Use cases
- Integrating LLMs into Go applications
- Creating subagents for complex workflows
- Building tools with Claude Skill support
- Developing multi-model AI systems
README excerpt
# GoSkills - Claude Skills Management Tool English | [简体中文](README_CN.md) A powerful command-line tool to parse, manage, and execute Claude Skill packages. GoSkills is designed according to the specifications found in the [official Claude documentation](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/). [](https://opensource.org/licenses/MIT) [](https://github.com/smallnest/goskills/actions) [](https://goreportcard.com/report/github.com/smallnest/goskills) ## Features - **Skill Management**: List, search, parse, and inspect Claude skills from local directories - **Runtime Execution**: Execute skills with LLM integration (OpenAI, Claude, and compatible APIs) - **Web Interface**: Interactive chat UI with real-time updates, session replay, and rich artifact rendering (PPT, Podcasts) - **Rich Content Generation**: Generate PowerPoint presentations (via Slidev) and Podcast audio - **Deep Research**: Recursive analysis and self-correction capabilities for in-depth investigation - **Built-in Tools**: Shell commands, Python execution, file operations, web fetching, and search - **MCP Support**: Model Context Protocol (MCP) server integration - **Internationalization**: Full support for English and Chinese languages - **Comprehensive Testing**: Full test suite with coverage reports ## Installation ### From Source ```shell git clone https://github.com/smallnest/goskills.git cd goskills make ``` ### Using Homebrew ```shell brew install smallnest/goskills/goskills ``` Or: ```shell # add tap brew tap smallnest/goskills # install goski
Topics
No topics yet.