Linkup JS SDK for Sourced Web Search and Fetch
Linkup’s JS SDK wraps the Linkup API for sourced web search and clean content fetching. It gives agents a maintained client for standard and deep search modes, plus URL fetch operations that can return rendered page content in a cleaner form for downstream reasoning.
Linkup JS SDK for Sourced Web Search and Fetch
Linkup’s JS SDK wraps the Linkup API for sourced web search and clean content fetching. It gives agents a maintained client for standard and deep search modes, plus URL fetch operations that can return rendered page content in a cleaner form for downstream reasoning.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/linkup-js-sdk-sourced-web-search-fetch/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/linkup-js-sdk-sourced-web-search-fetch
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/linkup-js-sdk-sourced-web-search-fetch.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.