Instructions file
Instructions for core0-io/nio, covering nio, skill, project structure, build and release.
Instructions file
Instructions for core0-io/nio, covering nio, skill, project structure, build and release.
Plugin Claude Code
Plugin marketplace listing 1 plugin: nio.
Plugin Claude Code
Nio — Execution assurance and observability for autonomous AI agents. Dynamic guard, static scan, OTEL collector.
Hook
Runs when a session starts on startup, executing scanner-hook.js via node. From core0-io/nio.
Hook
Runs when you submit a prompt, before the agent sees it, executing collector-hook.js via node. From core0-io/nio.
Hook
Runs before the agent uses a tool, executing guard-hook.js and collector-hook.js via node (2 commands). From core0-io/nio.
Hook
Runs on the TaskCreated event, executing collector-hook.js via node. From core0-io/nio.
Hook
Runs when a task is marked completed, executing collector-hook.js via node. From core0-io/nio.
Hook
Runs after a tool call finishes, executing guard-hook.js and collector-hook.js via node (2 commands). From core0-io/nio.
Hook
Runs when the agent finishes a response, executing collector-hook.js via node. From core0-io/nio.
Hook
Runs when a subagent finishes, executing collector-hook.js via node. From core0-io/nio.
Skill Claude CodeCodex
Nio runtime action safety evaluator. Use when the user asks whether a specific runtime action is safe — e.g. "is it safe to run ", "should I allow this curl/POST", "evaluate this file write / secret access", "check this action with nio". Returns allow/deny/confirm. Focused single-purpose skill; for other Nio…
Skill Claude CodeCodex
Nio configuration viewer/editor. Use when the user wants to view or change Nio settings — e.g. "show my nio config", "set nio to strict/balanced/permissive", "what protection level am I on", "reset nio config". Focused single-purpose skill; for other Nio operations use /nio.
Skill Claude CodeCodex
Nio config validator + connectivity check. Use when the user wants to validate their Nio setup — e.g. "run nio doctor", "is my nio config valid / working", "test my OAuth / external endpoint / LLM connectivity", "why isn't my scorer firing". Focused single-purpose skill; for other Nio operations use /nio.
Skill Claude CodeCodex
Nio external scoring-endpoint snapshot. Use when the user asks about their current Nio/risk scores from configured external scoring endpoints — e.g. "what's my Nio score", "tell me the nio score", "check my external/guardrail endpoint scores", "what do my scoring services return right now", "list the current risk…
Skill Claude CodeCodex
Nio execution audit report. Use when the user wants to review recent agent execution activity — e.g. "show my nio report", "what did nio block recently", "show the audit log / recent activity", "any diagnostics / errors in nio". Read-only. Focused single-purpose skill; for other Nio operations use /nio.
Skill Claude CodeCodex
Nio code/skill execution-risk scanner. Use when the user wants to scan a file, repo, directory, or skill for execution risks — e.g. "scan this code for risks", "is this file/plugin dangerous", "check this repo for malicious code", "run nio scan on ". Focused single-purpose skill; for other Nio operations use /nio.
Skill Claude CodeCodex
Nio — AI agent execution assurance. Use for evaluating action safety before execution, scanning code for execution risks, reviewing the agent execution audit log, and querying the current risk scores returned by configured external scoring endpoints (e.g. "what's my Nio score", "check my external/guardrail endpoint…
Command
Nio — scan code, evaluate an action, read the audit report, manage config.