mcpbeat Sign in

Nopus Configure Agent Skill

Configure nopus complexity sensitivity, extra-simple rewrites, rewrite evidence, and Pi response hiding for this user.

325 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
117
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Vistyy/nopus --skill nopus-configure

What it tells the agent to use

found in the instruction text
Bash runs shell commands — read the instruction before connecting

The instruction itself

1 sections, as written by the author

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.

How to use it

Copy the folder

Take vistyy/nopus-configure from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.