Claude Skill
instavm/open-skills
开源 Python 工具,用于在本地以隐私保护方式运行 Claude Skill。兼容任何 LLM,支持离线 AI 技能执行和自定义工作流开发。
概览
仓库信息
安装这个 Skill
git clone https://github.com/BandarLabs/open-skills.gitRegistry 信息
git clone https://github.com/BandarLabs/open-skills.gitpip install -r examples/requirements.txt
项目简介
OpenSkills 是一个 Python 工具,支持使用任何兼容的 LLM 在本地运行 Claude Skill,提供注重隐私的 AI 技能执行。
OpenSkills: Run Claude Skills Locally using any LLM
要点
- 本地运行 Claude Skill
- 兼容任何 LLM
- 注重隐私的执行
- 基于 Python 实现
- 开源项目
使用场景
- 私有 AI 技能部署
- 本地 LLM 集成测试
- 离线 Claude Skill 执行
- 自定义 AI 工作流开发
- 注重隐私的 AI 应用
README 摘要
<div align="center"> [](https://github.com/BandarLabs/open-skills/stargazers) [](https://github.com/BandarLabs/open-skills/blob/master/LICENSE) </div> ``` ___ ____ _____ _ _ ____ _ _____ _ _ ____ / _ \| _ \| ____| \ | | / ___|| |/ /_ _| | | | / ___| | | | | |_) | _| | \| | \___ \| ' / | || | | | \___ \ | |_| | __/| |___| |\ | ___) | . \ | || |___| |___ ___) | \___/|_| |_____|_| \_| |____/|_|\_\___|_____|_____|____/ ``` # OpenSkills: Run Claude Skills Locally on Your Mac Anthropic recently announced [Skills for Claude](https://www.anthropic.com/news/skills) - reusable folders with instructions, scripts, and resources that make Claude better at specialized tasks. This tool lets you run these skills **entirely on your local machine** in a sandboxed environment. **What this means:** You can now process your files (documents, spreadsheets, presentations, images) using these specialized skills while keeping all data on your Mac. No uploads, complete privacy. > This tool executes AI-generated code in a truly isolated sandboxed environment on your Mac using Apple's native containers. ## Demo Watch Open-Skills in action with Gemini CLI:  ## Why Run Skills Locally? - **Privacy:** Process sensitive documents, financial data - **Full Control:** Skills execute in an isolated container with VM-level isolation - **Compatibility:** Works with Claude Desktop, Gemini CLI, Qwen CLI, or any MCP-compatible tool - **Extensibility:** Import Anthropic's official skills or create your ow