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.
npx agentmods add commands/druide67/asiai/daemon.degit clone --depth 1 https://github.com/druide67/asiaiWhat 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.
| Model | Per session | Once 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 |
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.
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 --quietim konfigurierten Intervall aus (Standard: 60s). Daten werden in SQLite gespeichert. Bei--alert-webhookwerden Alerts bei Zustandsübergängen per POST gesendet (Speicherdruck, Thermal, Engine nicht erreichbar). - Web: Führt
asiai web --no-openals 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.0angezeigt — keine Authentifizierung konfiguriert - Logs werden in
~/.local/share/asiai/gespeichert
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.
- 3d ago First seen · 58 lines · 28 tokens per session scan A 4bb5f54ebf79
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.
Other commands, from other repositories
perfup
Autonomous performance optimization: research, PoC, benchmark, implement, review, PR.
account
This API allows you to manage your Scaleway Projects.
domains
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
deploy
Deploy a frontend (React, Next.js, or static HTML) to a live URL on Butterbase.
cf-scaffold-project
Scaffold a Cloudflare project — Worker, Pages, or Worker+D1+R2 starter — with Wrangler config, Terraform skeleton, and GitHub Actions deploy using scoped API tokens.
scan
Scan AWS account for cost optimization.