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