Article digest
Quick research brief on any topic — web search results plus an AI-generated answer in one pass.
When to use this pack
An agent needs a fast overview of a topic: the top 5 web results plus a synthesized answer. Useful for research briefs, background checks before a meeting, or seeding a longer document with cited sources.
Tools in this pack
-
Web search
$0.02
GET /api/search
Live web search: ranked results (title, URL, snippet, age) from an independent search index as clean JSON — fresh pages your model's training cutoff has never seen. Optional freshness filter (pd/pw/pm/py = past day/week/month/year).
-
Web answer
$0.03
GET /api/answer
AI-generated answer to a natural-language question, grounded in live web search results with source citations. Returns clean prose plus a structured citations array (URL, snippet, favicon) — backed by an independent search index, not the model's training data. Useful when an agent needs a synthesized answer plus the receipts to verify or follow up.
Workflow
- Run search with q=<topic> and count=5 to get the top web results — titles, URLs, and snippets.
- Run answer with q=<topic> to get a synthesized response with citations. Compare against the search results for consistency.
Run it in Claude
claude mcp add agent402 -s user -- npx -y agent402-mcp@latest
Then paste this prompt into Claude:
Research 'x402 payment protocol' using Agent402's article-digest skill pack: (1) search for the top 5 results, (2) get an AI-generated answer with citations. Summarize findings in a brief with key points and sources.
← All skill packs