linkup-research
Installation
SKILL.md
Linkup Deep Research
The Research endpoint is an autonomous agent that investigates the web iteratively for minutes, cross-checks claims across sources, and returns a synthesized, cited answer. Reach for it only when a single deep search can't cover the job — many entities, many facets, verification needed, or a report-style deliverable.
This uses the REST API, so it needs LINKUP_API_KEY in the environment:
test -n "$LINKUP_API_KEY" || echo "Missing LINKUP_API_KEY"
Choose mode and depth explicitly
Always set mode and reasoningDepth for predictable latency, cost, and output shape.
- mode —
answer(a precise question with one correct answer, self-verified),investigate(deep analysis of one defined entity),research(broad, multi-angle exploration across many entities). Rule of thumb: ends with "?" and expects one answer →answer; "the state of / analysis of" →research; one entity comprehensively →investigate. - reasoningDepth —
S(~2-5 min),M(~3-7 min, default for a bounded report),L(~5-10 min, market maps / multi-company),XL(~10-20 min, only when the user wants exhaustive coverage). - outputType —
sourcedAnswerfor reports;structuredonly with astructuredOutputSchema.