Run an always-on research agent with SwarmClaw
Wann einsetzen: You want an agent that wakes up daily, runs a research loop, and drops results somewhere.
Voraussetzungen
- SwarmClaw installed — One-click desktop installer or
npm i -g @swarmclawai/swarmclaw - First-run access key — Generated on initial launch at http://localhost:3456
Ablauf
-
Define the agentCreate a SwarmClaw agent 'daily-ai-news' with provider=Claude, memory=enabled, schedule='every day 08:00'.✓ Kopiert→ Agent registered
-
Attach tools via MCPAttach firecrawl + notion MCPs so the agent can scrape and write results to Notion.✓ Kopiert→ Tools wired
-
Let it runEnable the schedule. Review memory weekly to see what it's learned.✓ Kopiert→ Daily Notion pages appear
Ergebnis: A background research teammate.
Fallstricke
- LLM cost spiral on long loops — Set per-session token budgets in the agent config; alert on overrun