linkup-search
Installation
SKILL.md
This skill teaches you how to use Linkup's search and fetch tools effectively. Linkup is an agentic web search API — it interprets natural language instructions and executes retrieval steps to return accurate, real-time web data. Read this skill before making any Linkup search or fetch call.
1. How to Construct a Query
Your Linkup query should focus on data retrieval, not answer generation. Tell Linkup what to find and where to look. Do the reasoning and synthesis yourself after receiving the results.
Before writing your query, reason through three questions in order. Each answer constrains the next.
Step 1: What inputs do I already have?
| I have... | Then... |
|---|---|
| A specific URL | Scrape it directly — don't waste a search finding it |
| A company name, topic, or question (no URL) | You'll need to search |
| Both a URL and a broader question | Combine: scrape the known URL + search for the rest |