Stinking Cloud
Make an area inhospitable without destroying it.
What This Skill Does
In D&D, Stinking Cloud fills an area with nauseating gas — creatures inside are incapacitated but the terrain itself is undamaged. The real-world version is area denial: making a zone, endpoint, or resource unusable to unwanted traffic without permanently destroying or modifying it. Rate limiting, IP-range blocks, honeypots, tarpits, geographic restrictions. Stinking Cloud is defensive — it protects a perimeter by making the area inside it miserable for intruders while leaving the underlying infrastructure intact.
In this grimoire, Stinking Cloud is treated as a metaphorical spell with a shipping-now delivery profile.
Canonical reference input: Stinking Cloud (spell).
When To Use
- You need to deter access to a resource, endpoint, or zone without destroying it.
- Defensive measures should slow, frustrate, or redirect unwanted traffic rather than block it outright.
- You want to set up a honeypot, tarpit, or deterrent zone that wastes attackers' time and resources.
Prerequisites
- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.
Procedure
- Restate the target, the success condition, and any no-touch boundaries before taking action.
- Define the area to deny: which endpoints, IP ranges, geographic zones, or resources.
- Choose the deterrent mechanism: rate limiting, tarpitting, CAPTCHA walls, honeypots, or access throttling.
- Deploy the deterrent and verify it affects only the intended zone.
- Monitor for legitimate traffic caught in the cloud and create bypass mechanisms if needed.
- Set review criteria for when the cloud should be lifted or the perimeter adjusted.
- Package the result as the deliverables below, with confidence, assumptions, and unresolved risk called out explicitly.
Deliverables
- A deployed area-denial mechanism with clear boundaries.
- Monitoring for false positives: legitimate users caught in the deterrent zone.
- A review schedule for adjusting or lifting the deterrent.
Pitfalls / Guardrails
- Keep the metaphor anchored to a real mechanism instead of drifting into lore.
- Area denial must not trap legitimate users without recourse. Always provide a way for real users to verify themselves and pass through.
- Stinking Cloud is temporary and defensive. If you need permanent access control, use proper authentication and authorization.
- Honeypots and tarpits must be clearly separated from production systems to avoid contamination.
Verification
- Check that the result includes every deliverable promised above.
- Check that confirmed facts, assumptions, and inferences are visibly separated.
- Check that the metaphor still maps cleanly to a real operational mechanism.
Example Invocation
/stinking-cloud set up area-denial defenses — rate limits, tarpits, honeypots, or deterrent zones that make an area inhospitable to unwanted traffic without destroying the underlying infrastructure
1---2name: stinking-cloud-23description: In D&D, Stinking Cloud fills an area with nauseating gas — creatures inside are incapacitated but the terrain itself is undamaged. The real-world version is area denial: making a zone, endpoint, or resource unusable to unwanted traffic without permanently destroying or modifying it. Rate limiting, IP-range blocks, honeypots, tarpits, geographic restrictions. Stinking Cloud is defensive — it protects a perimeter by making the area inside it miserable for intruders while leaving the underlying infrastructure intact.4license: CC0-1.05---6# Stinking Cloud7Make an area inhospitable without destroying it.8## What This Skill Does9In D&D, Stinking Cloud fills an area with nauseating gas — creatures inside are incapacitated but the terrain itself is undamaged. The real-world version is area denial: making a zone, endpoint, or resource unusable to unwanted traffic without permanently destroying or modifying it. Rate limiting, IP-range blocks, honeypots, tarpits, geographic restrictions. Stinking Cloud is defensive — it protects a perimeter by making the area inside it miserable for intruders while leaving the underlying infrastructure intact.10In this grimoire, Stinking Cloud is treated as a metaphorical spell with a shipping-now delivery profile.11Canonical reference input: Stinking Cloud (spell).12## When To Use1314- You need to deter access to a resource, endpoint, or zone without destroying it.15- Defensive measures should slow, frustrate, or redirect unwanted traffic rather than block it outright.16- You want to set up a honeypot, tarpit, or deterrent zone that wastes attackers' time and resources.1718## Prerequisites1920- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.2122## Procedure23241. Restate the target, the success condition, and any no-touch boundaries before taking action.252. Define the area to deny: which endpoints, IP ranges, geographic zones, or resources.263. Choose the deterrent mechanism: rate limiting, tarpitting, CAPTCHA walls, honeypots, or access throttling.274. Deploy the deterrent and verify it affects only the intended zone.285. Monitor for legitimate traffic caught in the cloud and create bypass mechanisms if needed.296. Set review criteria for when the cloud should be lifted or the perimeter adjusted.307. Package the result as the deliverables below, with confidence, assumptions, and unresolved risk called out explicitly.3132## Deliverables3334- A deployed area-denial mechanism with clear boundaries.35- Monitoring for false positives: legitimate users caught in the deterrent zone.36- A review schedule for adjusting or lifting the deterrent.3738## Pitfalls / Guardrails3940- Keep the metaphor anchored to a real mechanism instead of drifting into lore.41- Area denial must not trap legitimate users without recourse. Always provide a way for real users to verify themselves and pass through.42- Stinking Cloud is temporary and defensive. If you need permanent access control, use proper authentication and authorization.43- Honeypots and tarpits must be clearly separated from production systems to avoid contamination.4445## Verification4647- Check that the result includes every deliverable promised above.48- Check that confirmed facts, assumptions, and inferences are visibly separated.49- Check that the metaphor still maps cleanly to a real operational mechanism.5051## Example Invocation52```text53/stinking-cloud set up area-denial defenses — rate limits, tarpits, honeypots, or deterrent zones that make an area inhospitable to unwanted traffic without destroying the underlying infrastructure54```