Skip to main content
OpenClaw enables AI agents to interact with APIs, make payments, and execute autonomous workflows. Shoal Intelligence serves as a real-time data source — agents can monitor markets, track organizations, and react to signal events.

Use Case: Autonomous Intelligence Agent

An OpenClaw agent can:
  1. Monitor the Shoal API for high-signal events in specific categories
  2. Analyze events against portfolio positions or watchlists
  3. Act — send alerts, adjust positions, or trigger downstream workflows via CreditClaw virtual cards

Quick Start

Agent Configuration

JavaScript SDK

Example: OpenClaw + Shoal Pipeline

Combined with Shoal, an OpenClaw agent can:
  1. Detect a partnership event via /v1/radar/byCategory?category=partnership
  2. Evaluate the opportunity using the brief endpoint
  3. Act on the intelligence in downstream workflows

Rate Limits

OpenClaw agents should respect Shoal’s rate limits:
  • 100 requests per 60 seconds per API key
  • Use cursor pagination for deep scans instead of high-offset queries
  • Monitor X-RateLimit-Remaining header to throttle proactively
  • For high-frequency agents, use webhooks instead of polling