Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기skr
스타5
포크0
업데이트2026년 3월 26일 16:29
A skill for using the skr CLI tool
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
A skill for using the skr CLI tool
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.