rscheiwe/open-skills
Open Skills is a modular, Anthropic-style skills framework that lets agents dynamically discover, select, and execute user-defined capabilities. It runs as a standalone FastAPI service or embedded Python library, providing full skill lifecycle management, versioning, and context-aware prompt integration.
Supports both embedded library and microservice deployment modes, with auto-discovery of versioned skill bundles from filesystem structure, embedding-based semantic search for skill selection, and standard `.well-known/skills.json` manifests for framework interoperability. Real-time Server-Sent Events streaming and artifact generation with S3-compatible storage enable rich execution feedback and file outputs, while multi-skill composition allows chaining or parallel execution within a single run.
Used by 1 other package. Available on PyPI.
Stars
30
Forks
6
Language
Python
License
MIT
Category
Last pushed
Oct 19, 2025
Monthly downloads
66
Commits (30d)
0
Dependencies
18
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/rscheiwe/open-skills"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
memodb-io/Acontext
Agent Skills as a Memory Layer
powroom/flins
Universal skill installer for AI coding agents
DougTrajano/pydantic-ai-skills
This package implements Agent Skills (https://agentskills.io) support with progressive...
ARPAHLS/skillware
A Python framework for modular, self-contained skill management for machines.
vaibhavtupe/skill-guard
The quality gate for Agent Skills — validate, secure, conflict-detect, and test skills across...