Claude Skill
instavm/open-skills
Open-source Python tool for running Claude Skills locally with privacy. Compatible with any LLM for offline AI skill execution and custom workflow development.
Overview
Repository
Install this Skill
git clone https://github.com/BandarLabs/open-skills.gitRegistry
git clone https://github.com/BandarLabs/open-skills.gitpip install -r examples/requirements.txt
Summary
OpenSkills is a Python tool that enables running Claude Skills locally with any compatible LLM, offering privacy-focused AI skill execution.
OpenSkills:使用任意LLM本地运行Claude Skill
Key features
- Run Claude Skills locally
- Compatible with any LLM
- Privacy-focused execution
- Python-based implementation
- Open-source project
Use cases
- Private AI skill deployment
- Local LLM integration testing
- Offline Claude Skill execution
- Custom AI workflow development
- Privacy-sensitive AI applications
README excerpt
<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