Skip to main content
Integrate Linkup with OpenClaw to give your self-hosted agent real-time web search via the clawhub skill registry.

Prerequisites

Installation

Install the Linkup skill from clawhub:
Alternatively, ask your OpenClaw agent directly:
“Install the Linkup skill from clawhub.”
The skill will be available at the next session start. No restart required if the skills watcher is enabled. The skill is available on ClawHub.

Configuration

Add your API key to openclaw.json:
This scopes the key to the skill, which is preferable for multi-agent setups over using a .env file.

How it works

OpenClaw injects the skill’s instructions into the system prompt at session start. The agent calls Linkup when a query requires current information, instead of relying on training data. A typical call looks like:
Linkup returns a structured, source-cited answer. The agent reasons over the result and formats the reply. Depth selection:
  • "standard": optimized for latency. Use for single-fact lookups.
  • "deep": higher recall, multi-source synthesis. Use for company research, competitive analysis, or page extraction.
The agent automatically decides which depth to use based on the complexity of the query.

Usage examples

Need help? Email support@linkup.so, ping us on Discord, or talk to us.