en un clic
skr
A skill for using the skr CLI tool
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
A skill for using the skr CLI tool
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | skr |
| description | A skill for using the skr CLI tool |
This skill provides instructions for using the skr CLI tool to manage Agent Skills.
skr is the CLI tool for the Agent Skills ecosystem. It handles building, installing, publishing, and managing skills.
Build a local skill directory into an artifact.
skr build [path] --tag <tag>
Install a skill into the current workspace.
skr install <ref>
Build and push a skill to a remote registry in one step.
skr publish [path] --tag <tag>
Publish multiple skills from a monorepo. This is useful for CI/CD pipelines.
skr batch publish [path] --registry <host> --namespace <ns> [options]
Login/Logout and manage remote artifacts.
skr registry login ghcr.io -u <user> -p <token>
skr registry logout ghcr.io
skr push <ref>
skr pull <ref>
Inspect and clean up local artifacts.
skr system list
skr system inspect <ref>
skr system prune
skr fails to find context, ensure you are in a directory with a valid .skr.yaml or initialize one.skr registry login before pushing/pulling private skills.