在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用validate
星标0
分支0
更新时间2026年6月29日 03:52
Dry-run prerequisite check for system setup
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Dry-run prerequisite check for system setup
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | validate |
| model | haiku |
| description | Dry-run prerequisite check for system setup |
| disable-model-invocation | false |
| argument-hint | [component name] |
| allowed-tools | Read, Bash |
Validate all prerequisites for system setup (READ-ONLY, no changes).
If $ARGUMENTS provided, check only that component (e.g., terminal, godot, agent).
System ID:
cat /etc/os-release
uname -r
Verify Nobara/Fedora-based.
Check prerequisites per component (read setup.sh and scripts/common.sh first):
~/Projects/agent/ exists?cat /etc/resolv.confCheck assets: Verify assets/ has expected config files:
find assets/ -type f | head -30
Conflict check: Existing configs that would be overwritten?
Report checklist: | Component | Prerequisites | Status | Notes | Mark: READY, MISSING_DEPS, or SKIP.