Skip to main content
Teach any coding agent to use Linkup well, with one command:
one-click CLI install
npx skills add LinkupPlatform/skills
The installer detects your environment and places the skills where your agent loads project instructions automatically.

What are Linkup skills?

Skills are knowledge for AI agents, not tools. They are markdown instruction files that an agent loads when a task matches a skill’s purpose, then follows to make better API calls — choosing the right parameters, writing effective queries, and avoiding common mistakes. They work in any agent environment that supports instruction files. Learn more about the Skill CLI. The Linkup skills are generated from linkup-for-agents, the full Linkup knowledge pack with knowledge files and 18 ready-to-adapt workflow recipes.

What’s included

The package installs five self-contained skills:
SkillUse it for
linkup-searchAny web lookup or research query — the default. Covers depth, output types, and query-as-retrieval-plan.
linkup-fetchReading one known URL as clean Markdown.
linkup-researchMinutes-long, multi-source investigations via /v1/research.
linkup-extractBulk structured rows from one listing page via /v1/extract.
linkup-workflowTurning a business goal into a multi-step Linkup workflow, with 18 bundled recipes.
Together, the skills replace generic tool descriptions with structured guidance: how to pick depth, choose an output type, phrase queries as retrieval plans, decide between scraping inside Search and the Fetch endpoint, and handle advanced cases like LinkedIn extraction and search-then-scrape chains. Each skill also bundles the reference material it needs in a local references/ directory. For the full detail, follow the links: query writing lives in Search best practices, workflow patterns and recipes in For AI agents, and client setup in the MCP guide.

Prerequisites

Before installing the skills, make sure you have:

Where it works

The skills install into your project and load automatically when an agent handles web search, content extraction, research, or workflow planning via Linkup — no manual invocation needed.
EnvironmentHow it loads
Claude CodeAutomatically when relevant
CursorVia .cursor/rules/
WindsurfVia .windsurfrules
Cline / GitHub CopilotFrom project-level instruction files

How it works

When an agent hits a task involving web search, company research, or content extraction:
  1. It detects access to Linkup tools (via MCP or SDK).
  2. The matching Linkup skill instructions load into context.
  3. The agent follows the skill’s reasoning to choose depth, query style, and outputType.
  4. The result: more accurate queries, fewer wasted API calls, better results.

Example

Without the skill, an agent might write:
query: "Tell me about Datadog"
depth: "standard"
With linkup-search, it reasons through the framework and writes:
query: "Find Datadog's pricing page. Scrape it. Extract plan names, per-host prices, and included features for each tier."
depth: "deep"
The skills teach agents to be specific about what to retrieve, where to look, and how to chain steps — the way an experienced developer uses the API.

Resources

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