@skillerr/core
v1.5.2
Published
Compile, pack, validate, and mint portable .skill packages
Maintainers
Readme
@skillerr/core
Compile, pack, validate, and mint .skill packages for the Open .skill Protocol.
Turns a SkillSource / SkillContract into a deterministic ZIP with digests, privacy scrubbing, completeness gates, and optional mint attestation.
Install
npm i @skillerr/coreCapabilities
| Function | Role |
|----------|------|
| Compile | SkillSource → package files; release profile refuses if incomplete |
| Pack / unpack | Deterministic ZIP container |
| Validate | Structure + SHA-256 digests |
| Mint | Creation attestation — default HMAC is development-only; a configured Ed25519 signer key mints as verified_issuer |
| Inspect helpers | Manifest and seal visibility without execution |
Profiles
continuity— handoff draft; soft gaps allowed; not mintablerelease— complete orcompile_refused; mintable when approved
Related
@skillerr/protocol— types & contract@skillerr/runtime— inspect / dry-run / executeskillerr— public install (skillCLI)
Docs: PROTOCOL.md · MINT.md
License
MIT
