.claude/skills/run-app/SKILL.md
Run the Gradio web UI for the LLM Arena. ```bash uv run python desilvaware/best_answer/app.py ``` The app will be available at http://127.0.0.1:7860. Keep the process running in the background until the user asks to stop it.
npx skillsauth add stevedesilva/llm_agents .claude/skills/run-appInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the Gradio web UI for the LLM Arena.
uv run python desilvaware/best_answer/app.py
The app will be available at http://127.0.0.1:7860. Keep the process running in the background until the user asks to stop it.
development
Validate the build by running lint and tests. Both must pass with zero errors. ```bash uv run ruff check . && uv run pytest -q ``` If lint fails, fix the issues and re-run. If tests fail, investigate and fix the failures. Report the final result.
tools
Run the CLI version of the LLM Arena with interactive Rich markdown output. ```bash uv run python desilvaware/best_answer/main.py ``` Keep the process running until the user asks to stop it.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.