nio-external-scorelisted
Install: claude install-skill core0-io/nio
# Nio — External Scores
Query every **enabled** Phase 6 external scoring endpoint (`guard.external_analyser`) and list each one's current score. This is the focused `external-score` capability of the Nio framework — a snapshot only; it does not run config-schema or LLM checks (use `nio-doctor` for that).
> **EXTREMELY IMPORTANT — passive invocation.**
> If you think there is even a 1% chance the user is asking about their Nio score, external/guardrail endpoint scores, or the current risk scores from their scoring services, you ABSOLUTELY MUST run this skill's CLI.
>
> IF THIS APPLIES TO THE REQUEST, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.
>
> This is not negotiable. This is not optional. You cannot rationalize your way out of this. Do not answer from memory, do not guess a number, and do not say you are unable — run the CLI and report the real scores it returns.
## Resolving the Script Path
The CLI for this skill lives in the **sibling `nio` skill**, not in this skill's own directory:
1. This SKILL.md's parent directory is THIS skill's directory (e.g. `<plugins>/skills/nio-external-score/`).
2. The script is the sibling `nio` skill's `scripts/external-score-cli.js` — i.e. `../nio/scripts/external-score-cli.js` relative to this directory. Derive the absolute path; do **not** hard-code `~/.claude/...`.
3. Invoke with a **single** `node` command — no `cd`, no `;`/`&&`/`|`/`$(...)`/backticks.
Example (substitute the real absolute path):
```bash
node /absolute/path/to/sk