daemon.de

daemon.de is a command for coding agents from druide67/asiai. It costs 28 tokens per session (588 once invoked), scanned A, original, Apache-2.0.

Commands for running asiai monitoring and its web dashboard as background services on macOS. A background service keeps running without an open terminal.

In plain words
What is it for?
Use it to start monitoring, collect system and inference measurements, run the dashboard continuously, set intervals or ports, send webhook alerts, and inspect logs.
Why use it?
It lets monitoring start on a schedule and keeps the dashboard available, while providing commands to check status, stop services, and read logs.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/druide67/asiai/daemon.de
Clone the repo
git clone --depth 1 https://github.com/druide67/asiai
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 588 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00028 $0.00588
Opus 5 $0.00014 $0.00294
Sonnet 5 $0.00006 $0.00118
Haiku 4.5 $0.00003 $0.00059

Measured 3d ago against content hash 4bb5f54ebf79, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

daemon.de scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/commands/daemon.de.md · 58 lines

How it starts

The opening of the file, as written. The whole thing — 58 lines — stays where its author put it; the contents beside it link to each section on GitHub.

asiai daemon

Hintergrunddienste über macOS launchd LaunchAgents verwalten.

Dienste

Dienst Beschreibung Modell
monitor Erfasst System- + Inferenzmetriken in regelmäßigen Abständen Periodisch (StartInterval)
web Führt das Web-Dashboard als persistenten Dienst aus Dauerhaft (KeepAlive)

Verwendung

# Monitor-Daemon (Standard)
asiai daemon start                     # Monitoring starten (alle 60s)
asiai daemon start --interval 30       # Benutzerdefiniertes Intervall
asiai daemon start --alert-webhook URL # Webhook-Alerts aktivieren

# Web-Dashboard-Dienst
asiai daemon start web                 # Web starten auf 127.0.0.1:8899
asiai daemon start web --port 9000     # Benutzerdefinierter Port
asiai daemon start web --host 0.0.0.0  # Im Netzwerk freigeben (keine Auth!)

# Status (zeigt alle Dienste)
asiai daemon status

# Stoppen
asiai daemon stop                      # Monitor stoppen
asiai daemon stop web                  # Web stoppen
asiai daemon stop --all                # Alle Dienste stoppen

# Logs
asiai daemon logs                      # Monitor-Logs
asiai daemon logs web                  # Web-Logs
asiai daemon logs web -n 100           # Letzte 100 Zeilen

Funktionsweise

Jeder Dienst installiert eine separate launchd-LaunchAgent-Plist in ~/Library/LaunchAgents/:

  • Monitor: Führt asiai monitor --quiet im konfigurierten Intervall aus (Standard: 60s). Daten werden in SQLite gespeichert. Bei --alert-webhook werden Alerts bei Zustandsübergängen per POST gesendet (Speicherdruck, Thermal, Engine nicht erreichbar).
  • Web: Führt asiai web --no-open als persistenten Prozess aus. Startet bei Absturz automatisch neu (KeepAlive: true, ThrottleInterval: 10s).

Beide Dienste starten automatisch bei der Anmeldung (RunAtLoad: true).

Sicherheit

  • Dienste laufen auf Benutzerebene (kein Root erforderlich)
  • Das Web-Dashboard bindet standardmäßig an 127.0.0.1 (nur localhost)
  • Eine Warnung wird bei Verwendung von --host 0.0.0.0 angezeigt — keine Authentifizierung konfiguriert
  • Logs werden in ~/.local/share/asiai/ gespeichert

Read the full file on GitHub · 58 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 58 lines · 28 tokens per session scan A 4bb5f54ebf79

Subscribe to this mod's changes

daemon.de is a command published in the GitHub repository druide67/asiai (11 stars, last pushed 4d ago), licensed Apache-2.0. It adds 28 tokens to every session and 588 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.