GeeksfinoGeeksfinoCommunityยท11 Agent Skills Included

openskills

Secure sandboxed runtime for Claude-compatible skills

Runs Claude-compatible skills securely inside any agent framework using OS-level sandboxing on macOS and Linux. Eliminates unsafe script execution, manual permission handling, and fragile cross-platform setup. Provides ready-made TypeScript and Python bindings plus build tooling so developers integrate skill execution with minimal code.
npx skills add Geeksfino/openskills --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

openskills-plugin-separation

Separate OpenSkills core runtime from WASM build plugins using Rust feature flags.

Community
Intermediate
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

openskills-bindings-maintainer

Verify TypeScript and Python bindings compatibility with the openskills-runtime.

Community
Intermediate
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

openskills-skill-authoring

Create and refine OpenSkills-compatible skills with SKILL.md standards.

Community
Basic
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

openskills-dev-orchestrator

Route OpenSkills development tasks to project skills or subagents.

Community
Advanced
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

openskills-e2e-test-runbook

Executes end-to-end validation of the OpenSkills runtime via cargo and npm.

Community
Advanced
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

openskills-runtime-debug

Diagnose OpenSkills runtime failures in Landlock, seatbelt, and WASM sandboxing.

Community
Advanced
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

openskills-release-ops

Validate OpenSkills release readiness across runtime, bindings, examples, and packaging prerequisites.

Community
Intermediate
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

fork-test

Test forked execution contexts by isolating outputs and recording tool calls.

Community
Basic
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

code-review

Automates code reviews for correctness, security, performance, and maintainability issues.

Community
Intermediate
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

skill-creator

Create, validate, and package AI skills into .skill files.

Community
Intermediate
๐Ÿ“ฆ In Repo
GeeksfinoGeeksfino

explaining-code

Explain Python code snippets line-by-line with concept breakdowns.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’