بنقرة واحدة
web-ui-test
Test the Axinite web UI using the Claude for Chrome browser extension.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Test the Axinite web UI using the Claude for Chrome browser extension.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Install and operate a full GitHub issue-to-merge workflow in Axinite 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.
Build, run, and test Axinite locally using Docker containers and Chrome MCP browser automation.
Pre-merge review checklist based on recurring AI reviewer feedback patterns
| name | web-ui-test |
| version | 0.1.0 |
| description | Test the Axinite 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 Axinite 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 axinite 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 ~/.axinite/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