Disguise Self
Adapt voice, tone, or presentation for a specific audience without changing the underlying substance.
Overview
Disguise Self is interpreted here as a metaphorical spell with a shipping-now execution model.
Canonical source: Disguise Self (spell)
Provider target: OpenClaw
When To Use
- Trigger this spell when the user asks to rewrite, adapt, repackage, or convert existing content for a different audience, tone, format, or medium while keeping all facts, meaning, and requirements intact.
Workflow
- Lock the substance. Read the source content and extract all facts, requirements, decisions, and constraints. These are immutable.
- Profile the target. Identify the audience's reading level, expectations, preferred structure, and what jargon they know or don't know.
- Apply the disguise. Rewrite using the target's vocabulary, sentence length, formality, and structure. Map every original point to a corresponding point in the output — nothing drops, nothing invents.
- Report the changes. Return the adapted content plus a short note: what presentation choices were made and which facts were deliberately preserved unchanged.
Deliverables
- The content re-presented for the target audience or medium.
- A brief note on the presentation changes made.
- Confirmation that no factual content or critical nuance was altered.
Guardrails
- Never alter facts, omit requirements, or soften warnings to suit the audience.
- Adaptation serves comprehension, not deception. The reader should understand the same thing the original reader understood, just in their own language.
- If the source content is ambiguous or incomplete, flag it — do not invent clarity that isn't there.
- Do not use for: Multi-audience generation ("write versions for engineering, sales, and legal") — that's a batch/orchestration spell, not a single disguise.
- Do not use for: Code refactoring ("rewrite this Python in Go", "switch to the new ORM") — implementation changes, not presentation changes.
- Do not use for: Rebranding ("change the name, logo, branding") — identity work, not content adaptation.
- Do not use for: Anonymization/redaction ("strip PII", "remove sensitive data") — that removes substance; disguise preserves everything.
- Do not use for: Monitoring/visibility changes ("hide this service from dashboards") — literal invisibility, not metaphorical disguise.
- Do not use for: Adding or removing content ("summarize by cutting details", "expand with examples") — substance changes, not presentation changes.
Default Invocation
Use $disguise-self to rewrite this for the target audience without changing what it actually says.
1---2name: disguise-self3description: Disguise Self changes how something is said, never what is said. The input content is already correct — only the delivery surface needs adjustment. If the user wants to change facts, add new information, transform code implementations, or produce multiple versions at once, this is NOT this spell.4---56# Disguise Self78Adapt voice, tone, or presentation for a specific audience without changing the underlying substance.910## Overview1112Disguise Self is interpreted here as a metaphorical spell with a shipping-now execution model.1314Canonical source: Disguise Self (spell)1516Provider target: OpenClaw1718## When To Use1920- Trigger this spell when the user asks to rewrite, adapt, repackage, or convert existing content for a different audience, tone, format, or medium while keeping all facts, meaning, and requirements intact.2122## Workflow23241. Lock the substance. Read the source content and extract all facts, requirements, decisions, and constraints. These are immutable.252. Profile the target. Identify the audience's reading level, expectations, preferred structure, and what jargon they know or don't know.263. Apply the disguise. Rewrite using the target's vocabulary, sentence length, formality, and structure. Map every original point to a corresponding point in the output — nothing drops, nothing invents.274. Report the changes. Return the adapted content plus a short note: what presentation choices were made and which facts were deliberately preserved unchanged.2829## Deliverables3031- The content re-presented for the target audience or medium.32- A brief note on the presentation changes made.33- Confirmation that no factual content or critical nuance was altered.3435## Guardrails3637- Never alter facts, omit requirements, or soften warnings to suit the audience.38- Adaptation serves comprehension, not deception. The reader should understand the same thing the original reader understood, just in their own language.39- If the source content is ambiguous or incomplete, flag it — do not invent clarity that isn't there.40- Do not use for: Multi-audience generation ("write versions for engineering, sales, and legal") — that's a batch/orchestration spell, not a single disguise.41- Do not use for: Code refactoring ("rewrite this Python in Go", "switch to the new ORM") — implementation changes, not presentation changes.42- Do not use for: Rebranding ("change the name, logo, branding") — identity work, not content adaptation.43- Do not use for: Anonymization/redaction ("strip PII", "remove sensitive data") — that removes substance; disguise preserves everything.44- Do not use for: Monitoring/visibility changes ("hide this service from dashboards") — literal invisibility, not metaphorical disguise.45- Do not use for: Adding or removing content ("summarize by cutting details", "expand with examples") — substance changes, not presentation changes.4647## Default Invocation4849Use $disguise-self to rewrite this for the target audience without changing what it actually says.50