nopus-configure
GitHub配置 nopus 工具的复杂度敏感度、重写证据显示、极简模式及拒绝响应隐藏功能,通过执行脚本设置用户偏好。
Trigger Scenarios
Install
npx skills add Vistyy/nopus --skill nopus-configure -g -y
SKILL.md
Frontmatter
{
"name": "nopus-configure",
"description": "Configure nopus complexity sensitivity, extra-simple rewrites, rewrite evidence, and Pi response hiding for this user.",
"allowed-tools": "Bash",
"disable-model-invocation": true
}
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.
Version History
- 43c253b Current 2026-08-19 11:32


