con un clic
skr
A skill for using the skr CLI tool
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
A skill for using the skr CLI tool
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.