File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,13 +60,14 @@ tool.
6060
6161## Distribution
6262
63- Skills are packaged as OCI artifacts for distribution. This means you can push
64- skills to any OCI-compatible registry (such as GitHub Container Registry) and
65- reference them by tag or digest, just like container images.
63+ Skills can be distributed as OCI artifacts or from Git repositories. OCI
64+ artifacts can be pushed to any OCI-compatible registry (such as GitHub Container
65+ Registry) and referenced by tag or digest. Git-based packages reference a
66+ repository URL, commit, and optional subfolder.
6667
6768The ToolHive Registry Server stores skill metadata and makes it searchable
68- through its API. The actual skill content is fetched from the OCI registry when
69- a skill is installed.
69+ through its API. The actual skill content is fetched from the package source
70+ when a skill is installed.
7071
7172## Lifecycle
7273
You can’t perform that action at this time.
0 commit comments