Profile
Pydantic AI with agentskills.io support. Adds type-safe schema validation to agent skill inputs and outputs.
Signals
Listed in the awesome-hermes-agent README
Sources: 2 / Surfaces: 1
What the upstream surface says
Short excerpt only, so you can decide whether to click out.
A standardized, composable framework for building and managing Agent Skills within the Pydantic AI ecosystem.
Agent Skills are modular collections of instructions, scripts, tools, and resources that enable AI agents to progressively discover, load, and execute specialized capabilities for domain-specific tasks.
This package implements the Agent Skills specification for Pydantic AI using a tool-calling approach, maintaining full compatibility with the specification while adapting the loading mechanism for Pydantic AI's architecture. Agent Skills is an open format maintained by Anthropic and open to contributions from the community.
- Progressive Disclosure - Load skill information only when needed, reducing token usage
- Agent Skills Spec - Fully compatible with the Agent Skills open format
- Filesystem Skills - Define skills as filesystem directories with Markdown files and scripts
- Programmatic Skills - Create skills dynamically in Python code using decorators or dataclasses
- Type-Safe - Built with Python dataclasses and type hints
- Validation - Automatic validation of skill metadata and structure
- Multiple Directories - Load skills from multiple sources
- Security - Path traversal prevention and safe script execution