nopus-configure

nopus-configure is a skill for Claude Code from Vistyy/nopus. It costs 27 tokens per session (285 once invoked), scanned A, original, MIT.

A configuration command for nopus, with settings for how strongly it notices complexity, includes rewrite evidence, simplifies first answers, and hides rejected responses in Pi.

In plain words
What is it for?
Use it to set low, medium, or high complexity sensitivity, turn rewrite evidence on or off, enable or disable extra-simple answers, or control whether Pi hides the original response.
Why use it?
It lets you adjust how nopus presents and rewrites answers without manually editing host configuration files.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the nopus plugin — 2 skills, 1 hook shipped together

Good fit Use it to set low, medium, or high complexity sensitivity, turn rewrite evidence on or off, enable or disable extra-simple answers, or control whether Pi hides the original response.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vistyy/nopus/nopus-configure
View source ↗ Vistyy/nopus
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Vistyy/nopus --skill nopus-configure
Clone the repo
git clone --depth 1 https://github.com/Vistyy/nopus

Made for: Claude Code.

Or install nopus, the plugin that ships this one along with the rest of its 2 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nopus-configure

README.md
[![agentmods](https://agentmods.dev/badge/skills/vistyy/nopus/nopus-configure/github.svg)](https://agentmods.dev/skills/vistyy/nopus/nopus-configure)
Your own site
<a href="https://agentmods.dev/skills/vistyy/nopus/nopus-configure"><img src="https://agentmods.dev/badge/skills/vistyy/nopus/nopus-configure/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nopus-configure

Your own site · 80×15
<a href="https://agentmods.dev/skills/vistyy/nopus/nopus-configure"><img src="https://agentmods.dev/badge/skills/vistyy/nopus/nopus-configure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 285 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00285
Opus 5 $0.00014 $0.00143
Sonnet 5 $0.00005 $0.00057
Haiku 4.5 $0.00003 $0.00028

Measured 10d ago against content hash 1847f82554e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

nopus-configure scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/nopus-configure/SKILL.md · 29 lines

What it actually says

Configure nopus

Use low, medium, or high to change complexity sensitivity. Use evidence on or evidence off to control whether rewrite requests include examples from the response. Use extra-simple on or extra-simple off to control whether nopus requests a short initial answer that keeps the conclusion, immediate action, and conditions that could change that action while leaving supporting detail for follow-up. Use hide-original on or hide-original off to control whether Pi hides a rejected response before it displays the rewrite. This setting affects Pi only. Ask the user to select a supported value when the argument is absent or invalid.

Resolve ../../dist/configure.mjs relative to this SKILL.md file. Run the applicable command:

node <resolved-configure-path> <low|medium|high>
node <resolved-configure-path> evidence <on|off>
node <resolved-configure-path> extra-simple <on|off>
node <resolved-configure-path> hide-original <on|off>

Report the setting and configuration path printed by the command. Do not edit host configuration files.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 29 lines · 27 tokens per session scan A 1847f82554e3

Subscribe to this mod's changes

nopus-configure is a skill published in the GitHub repository Vistyy/nopus (281 stars, last pushed 21d ago), licensed MIT. It adds 27 tokens to every session and 285 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

opensrc

Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for"…

vercel-labs/opensrc · 103 tokens

context-efficient-coding

Use ContextFlux to minimize coding-agent context and tool calls when exploring, planning, debugging, reviewing, or modifying an unfamiliar or multi-file repository. Trigger for codebase discovery, symbol search, architecture questions, cross-file changes, error tracing, review feedback, test discovery, or any request…

divyanshu-iitian/ContextFlux · 72 tokens

minimize-token-usage

Reduce Codex context and token use while preserving evidence and correctness. Use for long coding, research, debugging, repository exploration, noisy logs, large command or MCP outputs, repeated file reads, cost-sensitive work, or when the user asks for concise, cheap, low-token, or context-efficient execution. Also…

Kolikkii/token-razor · 82 tokens

trovex

Token-efficient routing for a repo's Markdown docs. Use BEFORE reading or grepping any .md file to find the one canonical doc for a question — and to read it at the section level instead of whole. Trovex serves the single current doc per query (with a canonical/stale/duplicate freshness marker) for 60% fewer tokens…

TsukumoHQ/trovex · 0 tokens

adaptive-token-efficiency

Escalation-only workflow for materially ambiguous, research-heavy, high-impact, cross-system, or failed-validation tasks. Do not load for clear, bounded, low-risk work; use the AGENTS fast path.

gunwoo55/adaptive-token-efficiency · 47 tokens

agent-carnet

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

yamadashy/repomix · 67 tokens