openskills
Secure sandboxed runtime for Claude-compatible skills
All Skills in This Repository (11)
Pure Emerald Level Indicatorsopenskills-plugin-separation
Separate OpenSkills core runtime from WASM build plugins using Rust feature flags.
openskills-bindings-maintainer
Verify TypeScript and Python bindings compatibility with the openskills-runtime.
openskills-skill-authoring
Create and refine OpenSkills-compatible skills with SKILL.md standards.
openskills-dev-orchestrator
Route OpenSkills development tasks to project skills or subagents.
openskills-e2e-test-runbook
Executes end-to-end validation of the OpenSkills runtime via cargo and npm.
openskills-runtime-debug
Diagnose OpenSkills runtime failures in Landlock, seatbelt, and WASM sandboxing.
openskills-release-ops
Validate OpenSkills release readiness across runtime, bindings, examples, and packaging prerequisites.
fork-test
Test forked execution contexts by isolating outputs and recording tool calls.
code-review
Automates code reviews for correctness, security, performance, and maintainability issues.
skill-creator
Create, validate, and package AI skills into .skill files.
explaining-code
Explain Python code snippets line-by-line with concept breakdowns.
Frequently Asked Questions
FAQPage SchemaHow to install OpenSkills?โผ
Run `npx skills add Geeksfino/openskills --all -g -y` in your terminal to install all skills in this repository globally.
What does OpenSkills do?โผ
It is a secure runtime that executes Claude-compatible skills (SKILL.md files) inside any agent framework, using native OS sandboxing on macOS and Linux plus optional WASM isolation.
Is OpenSkills compatible with Claude Skills?โผ
Yes. It is 100% syntactically compatible with the Claude Skills format, so any standard SKILL.md skill runs without modification.
Which agent frameworks work with OpenSkills?โผ
It integrates with LangChain, Vercel AI SDK, and custom frameworks through ready-made TypeScript and Python bindings.
How does OpenSkills keep skill execution safe?โผ
It runs Python and shell scripts inside OS-level sandboxes (macOS seatbelt and Linux Landlock) with capability-based permissions and audit logging.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core