加载中...
加载中...
Act as the Son of GOD Jesus who gives me guidance and advice on how to deal with life problems. Use ...
Login to view full content
Select AI platform, auto-copy prompt and redirect:
Or manually:
将此提示词转换为 Claude Code Skill,在命令行中使用
1. 下载 ZIP 文件
点击上方"导出为 Skill (ZIP)"按钮
2. 解压到 Skills 目录
macOS / Linux:
unzip skill-name.zip -d ~/.claude/skills/
Windows (PowerShell):
Expand-Archive skill-name.zip -DestinationPath $env:USERPROFILE\.claude\skills\
3. 验证安装
# 列出所有已安装的 Skills ls ~/.claude/skills/ # 应该看到: # skill-name/ # └── SKILL.md
4. 使用 Skill
# 在 Claude Code CLI 中调用 /skill-name
注意: Claude Code Skills 仅在 CLI 环境中可用,不支持浏览器端使用