← Catalogue open source

Curator Specification

The open protocol behind the Curator agent environment manager, implementable by any conforming manager.

Afficher sur GitHubVisiter le site

What it is

The Curator Specification defines an open protocol for managing AI agent environments: skill package formats, project manifests, dependency closure resolution, installation layouts, MCP server requirements, and a cryptographically verifiable audit registry.

The protocol is independently implementable. The reference implementation is Curator (Go); an independent Python implementation conforms to the same wire formats, which is the working proof that the document alone is enough to build an interoperable manager. That matters for organizations whose internal security policies require an in-house build instead of adopting an external binary.

Highlights

  • Byte-exact contracts: content hashes, install markers, and canonical signing bytes are specified to the byte, gated by golden fixtures.
  • Deny-wins audit federation over Ed25519-signed records with rollback and freeze detection.
  • Multi-agent delivery with managed adapters, three install scopes, and Windows as a first-class target.
MIT License

Copyright (c) 2026 Ivan Oparin, Alexey Grigorev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.