/SKILL.md
Run the local NullClaw host security app for skill governance, curated-source discovery, guarded threat suppression, and self-governance on Windows hosts.
npx skillsauth add grtninja/skill-arbiter skill-arbiterInstall 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.
Use this skill when the work requires:
Install desktop launcher dependencies when using the managed security-console startup flow:
cd apps/nullclaw-desktop
npm install
Open the desktop app for developer/debug work:
python scripts/nullclaw_desktop.py
Open the desktop app through the accepted no-shell Windows launcher:
wscript.exe //B //Nologo .\scripts\launch_security_console.vbs
Run the local loopback agent without the desktop shell:
python scripts/nullclaw_agent.py
Refresh the machine-generated catalogs:
python scripts/generate_skill_catalog.py
This refresh writes both the repo-owned discovery index at skill-catalog.md and the deeper governance inventory at references/skill-catalog.md.
Run the public-shape gate:
python scripts/check_private_data_policy.py
Run the public-release gate:
python scripts/check_public_release.py
cmd.exe, powershell.exe, or pwsh.exe windows may flash or remain open during startup.Default local advisor configuration:
$env:NULLCLAW_AGENT_BASE_URL="http://127.0.0.1:9000/v1"
$env:NULLCLAW_AGENT_MODEL="radeon-qwen3.5-4b"
$env:NULLCLAW_AGENT_ENABLE_LLM="1"
The advisor must remain local-only by default. The shared app-agent lane is radeon-qwen3.5-4b; Hui Hui stays reserved for avatar-specialized endpoints.
Treat http://127.0.0.1:9000/v1 as the public authoritative model plane, http://127.0.0.1:2337/v1 as the hosted large-model lane, and http://127.0.0.1:1234/v1 as a non-authoritative operator surface only.
Subagent policy:
skill-catalog.mdBOUNDARIES.mdSECURITY.mdreferences/skill-catalog.mdreferences/skill-vetting-report.mdreferences/vscode-skill-handling.mdreferences/usage-chaining-multitasking.mdreferences/OPENCLAW_NULLCLAW_THREAT_MATRIX_2026-03-11.mdtools
Run a defender-first security sweep on code, configs, prompts, model/tooling surfaces, or third-party contribution lanes. Use when a request involves safe bug, leak, zero-day-class, exploit, or hack hunting for protection, when contributing to outside repositories and you want a focused security pass, or when touching auth, secrets, permissions, network exposure, prompt/tool boundaries, data flow, or update/build surfaces. This skill is defensive only and must never be used for weaponization or unauthorized access.
development
Validate and repair VRM Sandbox startup acceptance with shim-first local model authority, frontend/backend bring-up, and avatar-runtime launch proof. Use when launch behavior, chat handoff, voice fallback, or runtime bridge acceptance must be verified end to end.
documentation
Align documented voice-command catalogs, endpoint action allowances, and live runtime handlers so operator-visible voice surfaces match what the stack can actually execute. Use when voice command docs, parser matrices, endpoint permissions, or runtime action routing drift apart.
development
Track SkillHub trend and topic drift, maintain a bounded rewrite watchlist, and surface emerging gaps worth turning into repo-owned skills. Use when the marketplace query set shows new families or when the current shortlist has gone stale.