Skip to main content
在 Manus 中运行任何 Skill
一键导入

skills-manual

Operational guide for the `skills` capability — your skill catalog's on-disk layout, how the `<available_skills>` XML in your system prompt is built, and the full authoring/publishing workflow for new skills. Reach for this manual when: - You're authoring a new skill in `.library/custom/<name>/` and need the frontmatter schema, the bundled template, the validator, or the "do create a skill / do NOT create a skill" decision rules. - You want to publish a custom skill to the network-shared library (`.library_shared/`) and need the `cp -r` recipe plus the admin stewardship norms. - A skill you expect to see isn't showing up in the catalog — the health-check workflow (`skills({"action": "info"})`) and the `intrinsic` vs `custom` directory split tell you what's wrong. - You want to pin a skill's body into your pad (so it survives the next molt and stays in the cached prefix) — the `psyche` pinning recipe lives here. - You're adding a new skills path source (e.g. a project-

概览

Operational guide for the `skills` capability — your skill catalog's on-disk layout, how the `<available_skills>` XML in your system prompt is built, and the full authoring/publishing workflow for new skills. Reach for this manual when: - You're authoring a new skill in `.library/custom/<name>/` and need the frontmatter schema, the bundled template, the validator, or the "do create a skill / do NOT create a skill" decision rules. - You want to publish a custom skill to the network-shared library (`.library_shared/`) and need the `cp -r` recipe plus the admin stewardship norms. - A skill you expect to see isn't showing up in the catalog — the health-check workflow (`skills({"action": "info"})`) and the `intrinsic` vs `custom` directory split tell you what's wrong. - You want to pin a skill's body into your pad (so it survives the next molt and stays in the cached prefix) — the `psyche` pinning recipe lives here. - You're adding a new skills path source (e.g. a project-

安装命令
npx skills add https://github.com/zhiping0913/Download_paper --skill skills-manual

复制此命令并粘贴到 Claude Code 中以安装该技能

星标1
分支0
更新时间2026年5月21日 21:17
文件资源管理器
3 个文件
SKILL.md
readonly