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