在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用serve
星标1
分支0
更新时间2026年3月22日 05:47
Start or restart the local web dev server
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Start or restart the local web dev server
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build Miyoo Rust/Zig ports (native or cross-compile for ARM)
Deploy ChaiLove games to the Miyoo Mini Plus, kill RetroArch, upload, relaunch
Build .tic cartridges and deploy to Miyoo Mini Plus via SCP
Port a web game to ChaiLove (ChaiScript) for Miyoo Mini Plus
Port a web game to TIC-80 (Lua) for Miyoo Mini Plus
Package and test a ChaiLove game on the Miyoo Mini Plus via RetroArch
| name | serve |
| description | Start or restart the local web dev server |
| user_invocable | true |
Start or restart the local Python HTTP server for browser game testing.
pkill -f "python.*http.server" 2>/dev/null; sleep 1
cd /home/mo/data/Documents/git/retrogames/web && python3 -m http.server 8000 &
echo "Server running at http://localhost:8000/"