DolphinClaw mascot

DolphinClaw

LET AGENTS DO THE WORK.

Brain

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.

Real-time monitoring
Agent dependency visualization
Instant logs and results
Visual debugging of complex flows
Agent Core
LLM Core
Data Agent
API Agent
Analysis
Storage
Output Agent
dolphinclaw.agent.ts
1const agent = {
2 name: "daily-ai-reporter",
3 description: "AI agent that sends daily reports",
4
5 async setup(): Promise<void> {
6 console.log("agent ready")
7 },
8
9 async run(input?: { topic?: string }) {
10 const topic = input?.topic || "crypto market"
11
12 if (!invoke_claude(topic)) { // example
13 return {
14 success: false,
15 message: "Failed to invoke claude."
16 }
17 }
18
19 return {
20 success: true,
21 message: `Agent scheduled. Daily updates about "${topic}".`
22 }
23 }
24}
25
26export default agent
For Developers

Build. 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.

Marketplace

Agent Marketplace

Browse, rent, and instantly deploy autonomous open-source agents created by the community.

BNB Rocket

BNB Alpha Tracker  @yarngoat

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

DEX TradingMempoolBNB Chain
Rental rate
0.01BNB/h