在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用live
星标4
分支0
更新时间2026年3月24日 00:19
Run RLE against a live RimWorld colony with dashboard
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run RLE against a live RimWorld colony with dashboard
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Full post-run pipeline for RLE benchmark runs — leaderboard analysis vs baseline, failure taxonomy, story mining with verbatim verification, footage indexing, and X-ready video production. Use after any live run or model spread completes.
Run the full RLE benchmark suite (6 scenarios)
Show current RLE project status
Run full test suite and lint
| name | live |
| description | Run RLE against a live RimWorld colony with dashboard |
Run a live game session. Before starting, verify prerequisites:
curl -s http://localhost:1234/v1/modelscurl -s http://localhost:8765/api/v1/game/stateThen run three services:
.env for config, run python scripts/run_scenario.py with --provider openai --model from .env, --no-think --visualize --output results/live/ $ARGUMENTSpython scripts/serve_dashboard.py results/livecd c:\Users\redmo\Projects\rimapi-dashboard && bun run startTell the user to open http://localhost:3000 once compiled.