Skill · /nio-external-score

/nio-external-score — snapshot endpoint scores.

Query every enabled Phase 6 external scoring endpoint and list each one's current score, keyed by name.

Invoke: /nio-external-score (Claude Code) · $nio-external-score or natural language (Codex) · or via the umbrella /nio external-score on any platform (incl. OpenClaw / Hermes). See Focused skills.

external-score

Query every enabled Phase 6 external scoring endpoint (guard.external_analyser) and list each one's current score. A focused snapshot — unlike doctor it skips the config-schema and LLM checks. No arguments.

Each endpoint is keyed by its configured name; nio issues a real GET, sends auth, and validates the strict { score, reason? } contract. Disabled entries are skipped entirely — neither probed nor listed. The probe uses a scoped collector, so it never writes to /nio report.

Output

## Nio External Scores

2 enabled endpoint(s) queried.

- [0.42] — guardrail (https://score.example.com)
- [0.1] — reputation (https://rep.example.com)
- [✗] — legacy (https://old.example.com): HTTP 401 Unauthorized

Successful rows lead with the bracketed score, then the endpoint name and URL; only failed rows carry the error reason.