skill-candidates/shim-pc-control-brain-routing/SKILL.md
Enforce one-brain routing across VRM Sandbox, PC Control, and MemryX shim with shim-first public endpoint authority on port 9000. Use when VRM chat/control behavior must be governed by PC Control without changing the public model-plane endpoint.
npx skillsauth add grtninja/skill-arbiter shim-pc-control-brain-routingInstall 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 operator wants:
http://127.0.0.1:90009000.G:\GitHub; treat legacy Documents\GitHub paths only as aliases to report and correct.http://127.0.0.1:2337/v1 as authoritative alongside the shim public plane.http://127.0.0.1:1234/v1 only as a non-authoritative operator surface when it is present.127.0.0.1:9000127.0.0.1:2337127.0.0.1:1234127.0.0.1:8890127.0.0.1:5175GET /v1/agent-fabric/contracts/endpointsGET /v1/agent-fabric/models/localPOST /v1/agent-fabric/local-agent/chat (research-only prompt)Invoke-RestMethod http://127.0.0.1:9000/v1/models?health=1
Invoke-RestMethod http://127.0.0.1:2337/v1/models
Invoke-RestMethod http://127.0.0.1:9000/api/agent/auth-status
Invoke-RestMethod http://127.0.0.1:8890/v1/agent-fabric/contracts/endpoints
Invoke-RestMethod http://127.0.0.1:8890/v1/agent-fabric/models/local
Invoke-RestMethod http://127.0.0.1:5175/runtime/health
9000) unless operator explicitly overrides.:1234 or other legacy direct ports become the authority source in docs, scripts, or validation examples.Use this skill for cross-repo routing alignment among:
If the request expands beyond these lanes, route through $skill-hub.
references/routing-contract.mdIf evidence is incomplete or contradictory:
9000 public-lane contract is re-confirmedtools
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.