What is a Skill?
Skills are knowledge for AI agents, not tools. They are markdown-based instruction files that agents load automatically when a task matches the skill’s purpose. The agent then follows the skill’s guidance to make better API calls — choosing the right parameters, writing effective queries, and avoiding common mistakes. Skills work across agent environments: Claude Code, Cursor, Windsurf, Cline, GitHub Copilot, and any platform that supports instruction files. Skills are installed with the Skill Comand Line Interface (CLI). Read more here.Install the Linkup Skill
Teach your agent how to use Linkup with our official Skill. Redirects to source code repository with SKILL.md file.
The Linkup Skill
The linkup-search skill teaches agents how to use the Linkup API effectively. Instead of relying on generic tool descriptions, agents get structured guidance on:- Query construction — A 3-step reasoning framework: what inputs do I have? Where does the data live? Do I need to chain steps?
- Depth selection — When to use
standardvsdeep, with decision rules and worked examples - Output types — Choosing between
searchResults,sourcedAnswer, andstructuredbased on the use case - Effective prompting — Keyword-style for simple lookups, instruction-style for complex extraction
- Scraping and fetch — When to scrape within search vs use the
/fetchendpoint directly - Advanced patterns — LinkedIn extraction, parallel multi-query coverage, sequential search chains
- MCP setup — Configuration for Claude Code, VS Code, Cursor, and Claude Desktop
Installation
Supported environments
| Environment | How it works |
|---|---|
| Claude Code | Skill is loaded automatically when relevant |
| Cursor | Loaded via .cursor/rules/ |
| Windsurf | Loaded via .windsurfrules |
| Cline / GitHub Copilot | Loaded from project-level instruction files |
How It Works
When an agent encounters a task that involves web search, company research, or content extraction:- The agent detects it has access to Linkup tools (via MCP or SDK)
- The skill’s instructions are loaded into the agent’s context
- The agent follows the skill’s reasoning framework to decide depth, query style, and output type
- The result: more accurate queries, fewer wasted API calls, better results
Example
Without the skill, an agent might write:Resources
- GitHub Repository — Source code and SKILL.md
- Prompting Guide — Detailed query writing best practices
- Agent Instructions — System prompt snippets and integration patterns
- MCP Setup — Connect Linkup to your agent via MCP
Facing issues? Reach out to our engineering team at [email protected] or via our Discord or book a 15 minutes call with a member of our technical team.