在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用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.