Prerequisites
- OpenClaw installed and running (quick start)
- A Linkup API key — get one at app.linkup.so
clawhubCLI:npm i -g clawhub
Installation
Install the Linkup skill from clawhub:“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 toopenclaw.json:
.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:standard— optimized for latency. Use for single-fact lookups.deep— higher recall, multi-source synthesis. Use for company research, competitive analysis, or page extraction.
Usage Examples
| Query | Depth |
|---|---|
| ”What is Vercel’s current free tier limit?“ | standard |
| ”Compare Vercel and Netlify pricing” | deep |
| ”Summarize OpenAI’s last 3 press releases” | deep |
| ”Funding history and team size of Acme Corp” | deep |
Related
Facing issues? Reach out to our engineering team at support@linkup.so or via our Discord or book a 15 minutes call with a member of our technical team.