一键导入
test-live-gateway
Run integration tests against the live OpenClaw gateway at ws://127.0.0.1:18789. Use when verifying SDK changes work against the real gateway.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run integration tests against the live OpenClaw gateway at ws://127.0.0.1:18789. Use when verifying SDK changes work against the real gateway.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build and deploy documentation to GitHub Pages. Verifies the build locally, then triggers the GitHub Actions workflow. Use after docs/code changes to update the live site.
Prepare and publish a new SDK release. Bumps version, runs quality gate, tags, pushes, and triggers PyPI publish. Use with version argument e.g. /prepare-release 2.2.0
Pre-release validation checklist. Use before tagging a version or publishing to PyPI. Manual invocation only.
Find and update documentation after code changes. Use after implementing features, fixing bugs, or changing APIs to keep docs in sync.
Run the full SDK quality gate — pytest, mypy, and ruff. Use after making code changes to verify nothing is broken.
| name | test-live-gateway |
| description | Run integration tests against the live OpenClaw gateway at ws://127.0.0.1:18789. Use when verifying SDK changes work against the real gateway. |
| allowed-tools | ["Bash(poetry *)","Bash(python *)","Read","Grep"] |
Test the SDK against the live OpenClaw gateway running on this system.
python -c "import asyncio, websockets; asyncio.run(websockets.connect('ws://127.0.0.1:18789/gateway'))" 2>&1 || echo "GATEWAY UNREACHABLE"
poetry run pytest tests/integration/ -v --tb=short
poetry run pytest tests/integration/ -k "$ARGUMENTS" -v
ws://127.0.0.1:18789/gateway~/.openclaw/identity/.claude/context/protocol-notes.md for verified protocol details