kitchen-setOpenClaw External Tools Integration (MCP)

OpenClaw can now natively leverage Commonstack's external tool integrations to expand its autonomous capabilities. By equipping your agent with these tools, it can interact with the live web, synthesize voice, and generate media directly from your chat interface.

Supported Tools

  • Brave Web Search: Grants your agent real-time internet search capabilities to fetch up-to-date information.

  • Firecrawl Scrape: Enables advanced web scraping and data extraction from live URLs.

  • ElevenLabs TTS: High-fidelity Text-to-Speech generation, giving your agent a natural-sounding voice.

  • Seedance: Natively generate videos from text prompts directly through your agent workflows.


Installation

You can configure these tools alongside your OpenClaw setup using our installation script. We offer both an interactive wizard and a headless, non-interactive command for automated deployments.

Run the following command in your terminal. The script will guide you through the configuration process:

curl -fsSL https://download.commonstack.ai/install.sh | bash

Steps during setup:

  1. When prompted for the node/endpoint, select the Testnet environment.

  2. Enter your Testnet API Key when requested.

  3. Follow the on-screen prompts to enable the external tools.

Option 2: Automated (Non-Interactive) Setup

For CI/CD pipelines, headless servers, or rapid deployment, you can pass your configuration directly into the install script via command-line arguments.

Run the following command, making sure to replace <YOUR_TESTNET_API_KEY> with your actual key:

Flag breakdown:

  • --quick: Bypasses the interactive prompts for a silent installation.

  • --node test: Automatically targets the Testnet environment.

  • --apikey: Injects your provided API key into the configuration.

  • --mcp: Enables the Model Context Protocol to instantly activate the external tools (Brave, Firecrawl, ElevenLabs, Seedance).

Last updated