ワンクリックで
web-ui-test
Test the LunarWing web UI using the Claude for Chrome browser extension.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Test the LunarWing web UI using the Claude for Chrome browser extension.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Build, run, and test LunarWing locally using Docker containers and Chrome MCP browser automation.
Install and operate a full GitHub issue-to-merge workflow in LunarWing using event-driven and cron routines. Use when setting up or tuning autonomous project orchestration: issue intake, planning, maintainer feedback handling, branch/PR execution, CI/comment follow-up, batched staging review every 8 hours, and memory updates from merge outcomes.
Poll a Multica/Lunartica board for tasks, claim and execute them, report results
Pre-merge review checklist based on recurring AI reviewer feedback patterns
SOC 職業分類に基づく
| name | web-ui-test |
| version | 0.1.0 |
| description | Test the LunarWing web UI using the Claude for Chrome browser extension. |
| activation | {"keywords":["test web ui","test the ui","browser test","chrome test","test skills tab","test chat","web gateway test"],"patterns":["test.*web.*ui","test.*browser","chrome.*extension.*test"]} |
Use this skill when manually testing the LunarWing web gateway UI via the Claude for Chrome browser extension.
GATEWAY_ENABLED=truehttp://127.0.0.1:3000/) and auth tokenCLI_ENABLED=false GATEWAY_AUTH_TOKEN=<your-token> cargo run
Wait for "Agent lunarwing ready and listening" in the logs before proceeding.
http://127.0.0.1:3000/?token=<token>markdown-viewerhttps://wry-manatee-359.convex.site/api/v1/download?slug=markdown-viewerAfter testing, remove any test-installed skills:
rm -rf ~/.lunarwing/installed_skills/<skill-name>
Stop the server with Ctrl+C or by killing the process.
clawhub.ai is behind Vercel which blocks non-browser TLS fingerprints; the backend uses wry-manatee-359.convex.site directlyconfirm() dialog for install may block browser automation; override with window.confirm = () => true in the console first