用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Szantoi/nexus-dev --skill verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | verify |
| description | Launch and drive the knowledge-service (DEV, port 3466) to verify changes live. |
From the repo root (NOT knowledge-service/ — the script lives at root scripts/):
cd /c/Users/szant/Documents/Development/nexus-dev
node scripts/dev-start.mjs # DEV server on port 3466
curl http://localhost:3466/health → {"status":"ok",...}.AUTH_MODE=open|required, MCP_AUTH_TOKEN=<master>, MCP_TOKEN_<NAME>=<token> (e.g. MCP_TOKEN_BACKEND).MCP endpoint is JSON-RPC over HTTP POST:
curl -s -X POST http://localhost:3466/mcp -H 'Content-Type: application/json' \
-H 'Authorization: Bearer <token>' \
-d '{"jsonrpc":"2.0","method":"tools/list","id":1}'
# tools/call: {"jsonrpc":"2.0","method":"tools/call","params":{"name":"<tool>","arguments":{...}},"id":2}
REST surface: /api/* (projects, mailbox, epic-router, ...), public: /health, /ready.
cd /c/Users/szant/Documents/Development/nexus-dev
RUNNER_CONFIG_PATH='<path to runner.yaml>' RUNNER_TOKEN=<token> node scripts/runner-start.mjs
/api/mailbox/<terminal>/inbox?status=UNREAD and spawns Codex --model <m> -p per task.claude_bin in runner.yaml at a
stub .cmd that echoes stdin (see scratchpad fake-Codex pattern) — full chain runs, no real session.SPACEOS_ROOT explicitly when starting the server, otherwise mailbox writes land under
a /opt/spaceos-derived path (and note: even with it set, POST inbox has been observed writing
to Development\terminals\ instead of the repo — pre-existing quirk, in backlog).identity.ts/terminalConfig still falls back to /opt/spaceos paths for terminal workdirs on this Windows machine (get_identity returns /opt/spaceos/terminals/<t> with null claudeMd) — pre-existing, don't mistake it for your change's bug.