Install
openclaw skills install stego-textEncode and decode hidden messages within natural-looking text using steganographic techniques. Use when asked to hide a message in text, encode a secret message, create steganographic text, decode a hidden message from text, or analyze text for hidden encodings. Supports multiple encoding methods including probability-anomaly substitution (Resonance), word-count mapping (Structural Harmonic), acrostic patterns, and multi-channel confirmation (Dual-Channel Harmonic).
openclaw skills install stego-textHide messages in plain sight. Encode secrets into innocent-looking prose that reads naturally to humans but contains recoverable hidden messages for those who know where to look.
See references/encoding-methods.md for detailed specifications, constraints, and worked examples.
| Method | Unit Encoded | How It Works | Detection Difficulty |
|---|---|---|---|
| Resonance | Words/phrases | Statistically improbable synonym substitutions | Very hard |
| Structural Harmonic | Letters (A=1..Z=26) | Word count per sentence → alphabet position | Hard |
| Dual-Channel Harmonic | Letters | Two independent features confirm same message | Very hard |
| Acrostic | Letters | First letter of each sentence | Medium |
| Fibonacci Positional | Letters | First letters at Fibonacci word positions | Very hard |
references/resonance-deep-dive.md.