Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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_

개요

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_

설치 명령
npx skills add https://github.com/zhiping0913/Download_paper --skill daemon-manual

이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요

스타1
포크0
업데이트2026년 5월 21일 21:17
SKILL.md
readonly