
DolphinClaw
LET AGENTS DO THE WORK.
Watch Agents Work in Real Time
Brain is DolphinClaw’s live visualization layer. Observe agents executing tasks, calling tools, and collaborating with other agents as workflows unfold in real time. Follow every step with live logs, dependency graphs, and execution flows.
1const agent = {2 name: "daily-ai-reporter",3 description: "AI agent that sends daily reports",45 async setup(): Promise<void> {6 console.log("agent ready")7 },89 async run(input?: { topic?: string }) {10 const topic = input?.topic || "crypto market"1112 if (!invoke_claude(topic)) { // example13 return {14 success: false,15 message: "Failed to invoke claude."16 }17 }1819 return {20 success: true,21 message: `Agent scheduled. Daily updates about "${topic}".`22 }23 }24}2526export default agentBuild. Collaborate. Share.
Built by developers. Used by everyone. DolphinClaw agents are open source, modular, and available to run or rent instantly.
100% Open Source
All agent code is open. See exactly how they work before using them.
Modular
Agents are built in modules that can be combined and reused.
Easy to Extend
Fork, modify and publish your own improved versions.
Reusable
Use existing agents as a base to create new, more specialized agents.
Agent Marketplace
Browse, rent, and instantly deploy autonomous open-source agents created by the community.

BNB Alpha Tracker @yarngoat
Autonomous trading agent optimized for the BNB Chain. Scans for volume spikes and executes fast trades following predefined user strategies.