بنقرة واحدة
board
Use when showing a Web board for a Markdown-only Agent Team Mission without a Mexus server.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when showing a Web board for a Markdown-only Agent Team Mission without a Mexus server.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when opening a RoundTable proposal in the active Markdown-backed Agent Team Mission.
Use when executing the next tasks from a Markdown-backed Agent Team kanban with Claude Code or Codex background Agents.
Use when starting or continuing a Markdown-only Agent Team Mission with Claude Code or Codex background Agents and no Mexus server.
Use when summarizing a Markdown-only Agent Team Mission from local files.
Use when stopping the local Web board for a Markdown-only Agent Team Mission.
Use when a Mexus-launched agent should show a local Web board for repository Agent Team Mission files.
| name | board |
| description | Use when showing a Web board for a Markdown-only Agent Team Mission without a Mexus server. |
| argument-hint | [--host <host>] [--public-host <host-or-ip>] [--port <port>] |
/mexus-skill:boardUse this skill when the user invokes /mexus-skill:board.
The board is read-only. It reads the current project's agent-team/ directory and does not require Mexus, A2A, pane state, or a server beyond the board process. By default it binds to 0.0.0.0 so it can be opened from another device on the same network.
Verify agent-team/ exists in the current project. If not, ask the user to run /mexus-skill:team "<request>" first.
Start the board:
node <plugin-root>/scripts/start-board.mjs --root "$PWD" --host 0.0.0.0
Print the externally reachable board URL.
If the printed IP is not reachable, rerun with an explicit public host:
node <plugin-root>/scripts/start-board.mjs --root "$PWD" --host 0.0.0.0 --public-host <host-or-ip>
agent-team/, not plugin reference files.--host 127.0.0.1 only when the user explicitly wants local-only access./mexus-skill:team-status for terminal summary./mexus-skill:team-stop to stop the board.