lastsearch: Skill for Claude Code

.agents/skills/browse-research/SKILL.md

research is a skill for Claude Code, Codex from LastSearch-HQ/lastsearch. It costs 32 tokens per session (1,009 once invoked), scanned A, original, Apache-2.0.

A web-research guide for finding evidence-backed answers with citations and confidence scores. It is intended for questions where claims should be checked against real sources.

In plain words
What is it for?
Use it to research factual questions, verify claims, gather sources, and produce cited answers; its described workflow requires the LastSearch service.
Why use it?
It reduces the risk of relying on unverified or made-up information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is LastSearch-HQ/lastsearch's own configuration. It tells Claude Code and Codex how to work on lastsearch itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything lastsearch configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/LastSearch-HQ/lastsearch/main/.agents/skills/browse-research/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/LastSearch-HQ/lastsearch

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for research

README.md
[![agentmods](https://agentmods.dev/badge/skills/lastsearch-hq/lastsearch/browse-research/github.svg)](https://agentmods.dev/skills/lastsearch-hq/lastsearch/browse-research)
Your own site
<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.

agentmods 80×15 button for research

Your own site · 80×15
<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>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,009 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 6c1bc26bc541, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

.agents/skills/browse-research/SKILL.md · 125 lines

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:

  1. Lead with the answer
  2. Cite sources inline using the URLs from claims[].sources
  3. Mention confidence: "Confidence: 78% based on 5 sources"
  4. If contradictions exist, surface them: "Note: sources disagree on X"
  5. If confidence < 50%, caveat: "Limited evidence available — treat with caution"

Read the full file on GitHub · 125 lines

Changes

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.

  1. 12d ago First seen · 125 lines · 32 tokens per session scan A 6c1bc26bc541

Subscribe to this mod's changes

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.

Related

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…

asokore/statcite · 152 tokens

beware-of-hallucinated-quotes

Verify quotations, book titles, and academic references against original sources before publishing them.

alivirgo/Major-AI-Skills · 26 tokens

source-bibliography-writer

Produces a correctly formatted bibliography or source list from details you provide, supporting AP, Chicago (Notes-Bibliography), and APA citation styles.

ur-grue/autopunk-media-skills · 35 tokens

always-verify-numbers-and-links

Verify statistics, contact details, calculations, and URLs against appropriate sources before using them in a deliverable.

alivirgo/Major-AI-Skills · 29 tokens

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.

beepboop2025/groundcheck · 64 tokens

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…

JOSETRA44/scopus-mcp · 67 tokens