Claude Skill
smallnest/goskills
GoSkills 是一款基于 Go 的工具,支持 OpenAI 及其他大型语言模型,提供 Claude Skill 兼容性和子代理功能,适用于 AI 应用开发。
概览
仓库信息
安装这个 Skill
git clone https://github.com/smallnest/goskills.gitRegistry 信息
项目简介
GoSkills 是一款基于 Go 语言的工具,支持 OpenAI 及其他大型语言模型,兼容 Claude Skill 功能,并可作为子代理使用。
A tool supports OPENAI and other LLMs with Claude Skills, you can also use it as a subagent
要点
- 支持 OpenAI 及其他大型语言模型
- 兼容 Claude Skill 功能
- 可作为子代理使用
- 基于 Go 语言构建
使用场景
- 将大型语言模型集成到 Go 应用中
- 为复杂工作流创建子代理
- 构建支持 Claude Skill 的工具
- 开发多模型 AI 系统
README 摘要
# 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
话题
暂无话题