在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用run
星标1
分支0
更新时间2026年3月21日 19:34
Use when user types /run to start the API server.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when user types /run to start the API server.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | run |
| description | Use when user types /run to start the API server. |
MSYS_NO_PATHCONV=1 taskkill /F /IM python.exe 2>/dev/null || true
sleep 2
find "D:/Users/Administrator/Documents/GitHub/Construct3-RAG" -type d -name "__pycache__" -exec rm -rf {} + 2>/dev/null
cd "D:/Users/Administrator/Documents/GitHub/Construct3-RAG"
/c/Users/test/AppData/Local/Python/bin/python.exe -m uvicorn src.api:app --host 0.0.0.0 --port 8765 --reload
http://localhost:8765/playground.