Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

daemon-manual

Operational guide for the `daemon` tool — how to inspect, debug, and reason about emanations (the agent fragments you spawn for parallel sub-tasks). Reach for this manual when: - You called `daemon(action="emanate", ...)` and the emanation has been running long enough that you want to know if it's stuck, slow, or working — without killing it on a hunch. - An emanation finished with `state=failed` or `state=timeout` and you need to figure out why. - You want to inspect on-disk artifacts of a past emanation (chat transcript, token spend, event log) — the folders persist forever and `daemon(action="list")` only shows currently-active runs. - You're trying to understand why your token totals don't match the sum of what your tools claim — daemon spend is tagged into your parent ledger and may explain the gap. This manual covers: the on-disk folder layout under `daemons/em-N-*/`, exactly which fields in `daemon.json` answer "is it stuck?" vs "is it thinking?", how to tail `chat_

Resumen

Operational guide for the `daemon` tool — how to inspect, debug, and reason about emanations (the agent fragments you spawn for parallel sub-tasks). Reach for this manual when: - You called `daemon(action="emanate", ...)` and the emanation has been running long enough that you want to know if it's stuck, slow, or working — without killing it on a hunch. - An emanation finished with `state=failed` or `state=timeout` and you need to figure out why. - You want to inspect on-disk artifacts of a past emanation (chat transcript, token spend, event log) — the folders persist forever and `daemon(action="list")` only shows currently-active runs. - You're trying to understand why your token totals don't match the sum of what your tools claim — daemon spend is tagged into your parent ledger and may explain the gap. This manual covers: the on-disk folder layout under `daemons/em-N-*/`, exactly which fields in `daemon.json` answer "is it stuck?" vs "is it thinking?", how to tail `chat_

Comando de instalación
npx skills add https://github.com/zhiping0913/Download_paper --skill daemon-manual

Copia y pega este comando en Claude Code para instalar la habilidad

Estrellas1
Forks0
Actualizado21 de mayo de 2026, 21:17
SKILL.md
readonly