recipe-research-agent

Search the web, retrieve full pages, deduplicate findings, and verify facts with citations.

21|4|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/tylerjrbuell/reactive-agents-ts --skill recipe-research-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-research-agent
Source: https://github.com/tylerjrbuell/reactive-agents-ts/tree/main/apps/docs/skills/recipe-research-agent
Command: npx skills add https://github.com/tylerjrbuell/reactive-agents-ts --skill recipe-research-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill builds a research agent that automates web discovery, full-content retrieval, deduplication against persistent memory, and factual verification so users receive concise, source-cited syntheses without manual aggregation.

Core Features & Use Cases

  • End-to-end research workflow: orchestrates web-search, http-get retrieval, checkpointing, and final synthesis with inline citations.
  • Persistent memory & deduplication: recalls past findings to avoid duplication and to build cross-session knowledge.
  • Hallucination detection and verification: runs verification passes and applies thresholds to reduce unsubstantiated claims.
  • Use Case: run recurring literature reviews, competitive intelligence briefs, or technical topic summaries that require source attribution and memory-aware aggregation.

Quick Start

Ask the agent to "Research the latest developments in quantum error correction and return a cited summary with memory checkpoints and source URLs".

Frequently Asked Questions about recipe-research-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web research with inline citations and source URLs?

Automating web research with inline citations requires an agent framework that orchestrates web-search and http-get retrieval to generate source-cited summaries. This workflow retrieves full page content, applies hallucination detection, and synthesizes findings with inline source URLs.

What is hallucination detection in web research synthesis?

Hallucination detection in web research synthesis is a verification mechanism that runs fact-checking passes against retrieved content. It applies verification thresholds to filter unsubstantiated claims, ensuring the final source-cited summary contains only verified information.

How do I deduplicate research findings against persistent memory across sessions?

To deduplicate research findings against persistent memory, the agent recalls past findings from checkpointed memory and performs semantic deduplication. This prevents redundant aggregation and builds cross-session knowledge for recurring literature reviews or competitive intelligence briefs.

Can I use an agent framework for recurring literature reviews with cross-session recall?

Yes, an agent framework with persistent checkpointed memory supports recurring literature reviews with cross-session recall. It stores past findings, allowing the agent to deduplicate new discoveries and synthesize up-to-date topic summaries with source attribution.

What's the best way to conduct competitive intelligence briefs with source attribution?

The best way to conduct competitive intelligence briefs with source attribution is deploying a multi-step research agent. It orchestrates web discovery and full-content retrieval, applies hallucination detection, and outputs a concise synthesis with inline citations and source URLs.

Why does my web research agent return duplicate findings across different sessions?

Web research agents return duplicate findings across sessions when they lack persistent memory and semantic deduplication. Implementing checkpointed memory allows the agent to recall past findings and automatically filter redundant information during the aggregation and synthesis process.