Borrowing it
Nothing to install: this file belongs to LastSearch-HQ/lastsearch. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/LastSearch-HQ/lastsearch/main/.agents/skills/browse-research/SKILL.mdgit clone --depth 1 https://github.com/LastSearch-HQ/lastsearchWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/lastsearch-hq/lastsearch/browse-research)<a href="https://agentmods.dev/skills/lastsearch-hq/lastsearch/browse-research"><img src="https://agentmods.dev/badge/skills/lastsearch-hq/lastsearch/browse-research/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lastsearch-hq/lastsearch/browse-research"><img src="https://agentmods.dev/badge/skills/lastsearch-hq/lastsearch/browse-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00032 | $0.01009 |
| Opus 5 | $0.00016 | $0.00504 |
| Sonnet 5 | $0.00006 | $0.00202 |
| Haiku 4.5 | $0.00003 | $0.00101 |
Grade A, and why
research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LastSearch — Evidence-Backed Research
Use this skill when the user needs researched, cited answers backed by real web sources — not LLM hallucinations.
When to Use
- User asks a factual question and wants verified, sourced answers
- User says "research this", "find out", "what does the evidence say", "look this up"
- User needs citations, confidence scores, or source verification
- User wants to know if something is true or needs fact-checking
- Any question where accuracy matters more than speed
Prerequisites
Install LastSearch MCP server:
{
"mcpServers": {
"lastsearch": {
"command": "npx",
"args": ["-y", "lastsearch"]
}
}
}
Or set LASTSEARCH_API_KEY=ls_xxx for full features (sessions, sharing, knowledge export).
Workflow
Step 1: Research the Question
Use answer to get a cited, evidence-backed answer:
answer({ query: "How do mRNA vaccines work?", depth: "fast" })
Use depth: "thorough" when:
- The topic is nuanced or controversial
- You need high confidence (thorough auto-retries with rephrased queries if confidence < 60%)
- The user explicitly asks for deep research
Step 2: Interpret the Response
The response contains:
- answer: The synthesized answer from real sources
- claims[]: Individual claims, each with source URLs, verification status, consensus level
- sources[]: Each source with URL, title, domain, quote, authority score
- confidence: 0-1 score computed from 7 real factors (NOT LLM self-assessed)
- contradictions[]: Conflicting claims found across sources
- trace[]: Pipeline timing (search, fetch, extract, verify, answer)
Step 3: Present to the User
When presenting results:
- Lead with the answer
- Cite sources inline using the URLs from
claims[].sources - Mention confidence: "Confidence: 78% based on 5 sources"
- If contradictions exist, surface them: "Note: sources disagree on X"
- If confidence < 50%, caveat: "Limited evidence available — treat with caution"
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 125 lines · 32 tokens per session scan A 6c1bc26bc541
research is a skill published in the GitHub repository LastSearch-HQ/lastsearch (20 stars, last pushed 4d ago), licensed Apache-2.0. It adds 32 tokens to every session and 1,009 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
statcite
Fetch official macroeconomic and sovereign statistics (GDP, inflation/CPI, unemployment, government debt, fiscal balance, current account, trade, FDI, population, exchange rates) with full source citations from World Bank WDI, IMF WEO, ECB via StatCite (statcite.com, free, no auth), and verify a claimed economic…
beware-of-hallucinated-quotes
Verify quotations, book titles, and academic references against original sources before publishing them.
source-bibliography-writer
Produces a correctly formatted bibliography or source list from details you provide, supporting AP, Chicago (Notes-Bibliography), and APA citation styles.
always-verify-numbers-and-links
Verify statistics, contact details, calculations, and URLs against appropriate sources before using them in a deliverable.
groundcheck
Verify factual claims against live web sources before asserting them. Use when about to state a fact you are not certain of (a date, number, name, statistic), or before publishing AI-generated text that makes factual claims. Returns a verdict (supported/refuted/unverified), a confidence score, and citations.
scopus-researcher
Expert academic researcher using the Scopus MCP. Finds papers, retrieves full abstracts, builds author profiles, analyzes citation impact, and constructs advanced Boolean queries across the Elsevier Scopus database. Activate when asked to search for academic papers, analyze research trends, find citations, profile…