mordenkainen-s-sword
Installation
SKILL.md
Mordenkainen’s Sword
Summon a standing process that keeps cutting through one job until dismissed.
What This Skill Does
Use this spell when you need an autonomous tool with a narrow mandate: a daemon, scheduled worker, watcher, or persistent background agent that repeatedly executes one precise task. It is prototype territory because the hard part is lifecycle control, observability, and safe cancellation, not the single action itself. In this grimoire, Mordenkainen’s Sword is treated as a metaphorical spell with a prototype delivery profile. Canonical reference input: Mordenkainen’s Sword (spell).
When To Use
- You need a long-running background process, scheduled task, or watcher with a single clear mandate.
- A recurring precise action should persist without manual babysitting once it is safely launched.
- The right abstraction is a narrow autonomous worker, not a broad orchestration system.
Prerequisites
- No extra runtime dependencies beyond Hermes Agent and the normal toolset for this session.