blindness-deafness

Mute specific inputs, signals, or telemetry while keeping core operation intact.

105|13|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Hmbown/Wizards-of-the-Ghosts --skill blindness-deafness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blindness-deafness
Source: https://github.com/Hmbown/Wizards-of-the-Ghosts/tree/main/generated/hermes/containment-and-intervention/blindness-deafness
Command: npx skills add https://github.com/Hmbown/Wizards-of-the-Ghosts --skill blindness-deafness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Selective channel muting lets a system keep running while removing awareness of a chosen input, signal, or telemetry source.

Core Features & Use Cases

  • Selective channel muting: mute a specific input, signal, or telemetry without stopping the system.
  • Secure stubbing and redaction: redact or suppress outputs and event streams to test behavior under partial blindness.
  • Safe restoration: define triggers and rollback when the muted channel should be restored.

Quick Start

Identify the channel to mute, apply the muting plan, and verify restoration triggers before going live.

Frequently Asked Questions about blindness-deafness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is selective channel muting in system telemetry?

Selective channel muting reduces a system's information exposure by silencing specific inputs, signals, or telemetry sources. This allows a process to continue running while remaining blind to a chosen channel.

How do I mute API responses and event streams without stopping the system?

You can mute API responses and event streams by applying a muting plan that redacts or suppresses outputs. This secures stubbing while keeping core system operations intact and functional.

Can I filter specific input signals while keeping core system operation intact?

Yes, you can filter specific input signals by applying selective muting targets. This achieves partial blindness for the system without halting or disrupting the core operational logic.

How do I safely restore a muted telemetry channel after testing?

You safely restore a muted telemetry channel by defining explicit restoration triggers and rollback plans. Validation steps must verify the channel before going live to ensure safe recovery.

When do I need to redact outputs and test behavior under partial blindness?

You need to redact outputs and test partial blindness when validating system security. This approach tests behavior under conditions where a specific telemetry or input channel is intentionally silenced.