Summary
Allow skills to be pulled from an OCI registry, similar to how container images are distributed.
Motivation
Skills are currently loaded from the filesystem (ConfigMap-mounted directories). OCI distribution would enable versioned skill sharing across teams and organizations without rebuilding images.
Design considerations
- Use OCI artifacts spec for skill packaging
- Support pulling skills at agent startup or on demand
- Integrate with existing
pkg/skills/ discovery and loading
- Consider signing and verification for skill provenance
From roadmap: docs/slides/docsclaw-intro.html, slide 6
Summary
Allow skills to be pulled from an OCI registry, similar to how container images are distributed.
Motivation
Skills are currently loaded from the filesystem (ConfigMap-mounted directories). OCI distribution would enable versioned skill sharing across teams and organizations without rebuilding images.
Design considerations
pkg/skills/discovery and loadingFrom roadmap: docs/slides/docsclaw-intro.html, slide 6