Adding Signature Verification to AI Skill Packs

csinye · reddit · 2026-07-18

The author developed an open-source protocol and CLI for signing and verifying AI agent skills: skillerr.

Core design features include:

Usage allows inspecting before running: skill inspect my-skill.skill --trust --claims, or importing existing SKILL.md files to generate a skill pack. By default, unsigned packages will not execute unless explicitly run with --allow-untrusted.

The project splits the protocol and CLI into two packages, enabling others to build different implementations on the same standard without foracking. The author is actively seeking feedback from those implementing agent skills in production.

Original post →

More from coding & agent

coding & agent channel →