---
name: Nopus Configure
slug: nopus-configure
category: AI Engineering
description: Nopus Configure adjusts nopus rewrite settings for complexity sensitivity, evidence, extra-simple rewrites, and hiding rejected originals in Pi. Use it to change how responses are rewritten and displayed.
github: "https://github.com/Vistyy/nopus/tree/main/plugin/skills/nopus-configure"
language: TypeScript
stars: 266
forks: 11
install: "npx degit https://github.com/Vistyy/nopus/tree/main/plugin/skills/nopus-configure ~/.claude/skills/nopus-configure"
installs_to: ~/.claude/skills/nopus-configure
source_path: plugin/skills/nopus-configure/SKILL.md
collection_size: 2
category_size: 2631
collection_url: "https://dirskills.com/collections/Vistyy/nopus"
added: 2026-09-02T05:19:29.457Z
last_synced: 2026-09-02T05:19:29.457Z
canonical_url: "https://dirskills.com/skills/nopus-configure"
---

# Nopus Configure

Nopus Configure adjusts nopus rewrite settings for complexity sensitivity, evidence, extra-simple rewrites, and hiding rejected originals in Pi. Use it to change how responses are rewritten and displayed.

**Install:**

```bash
npx degit https://github.com/Vistyy/nopus/tree/main/plugin/skills/nopus-configure ~/.claude/skills/nopus-configure
```

## README

# 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:

```sh
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.
