web-research

Conducts web research with primary-source verification and calibrated confidence labeling.

96|8|Updated Aug 13, 2026
One-click install
npx skills add https://github.com/pingfanfan/hello-dsh --skill web-research-pingfanfan
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-research
Source: https://github.com/pingfanfan/hello-dsh/tree/main/examples/skills/web-research
Command: npx skills add https://github.com/pingfanfan/hello-dsh --skill web-research-pingfanfan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Online research often produces conclusions built on secondhand summaries, outdated claims, and unverified numbers. This Skill enforces a disciplined research methodology so every factual statement traces back to a primary source and every claim carries an honest confidence level. ## Core Features & Use Cases - Primary-source tracing: Ranks sources by reliability (official docs, source code, papers first) and follows citation chains back to the original statement instead of trusting retellings. - Negative-claim caution: Treats "not found" differently from "does not exist", requiring bilingual and multi-phrasing searches before any negative assertion. - Cross-validation and confidence tiers: Requires at least two independent sources for key conclusions and separates confirmed facts, inferences, and guesses with distinct wording. - Use Case: When evaluating whether a framework supports a specific feature, the Skill checks the current official documentation and changelog rather than relying on a year-old blog post, and labels the conclusion with its source and confidence level. ## Quick Start Use the web-research skill to investigate the current state of plugin architectures in AI agent frameworks and cite primary sources for every claim.

Frequently Asked Questions about web-research

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

FAQPage Schema
How do I verify facts found through web search?▼

Trace every claim to a primary source such as official documentation, source code, or the original paper. Use secondary sources only to discover leads, then locate the primary material they cite before treating anything as confirmed.

How to research whether a tool supports a specific feature?▼

Check the current official documentation or changelog rather than old blog posts, since support claims expire quickly. Confirm the publication date and version of each source before concluding anything about current behavior.

Why is claiming something does not exist risky in research?▼

Failing to find something is not proof of absence. Before any negative claim, search in multiple languages and phrasings and check the official site or repository directly; otherwise weaken the conclusion to "I could not find relevant information".

How many sources are needed to confirm a research finding?▼

Key conclusions need at least two genuinely independent sources. Three articles quoting the same tweet count as one source, so verify that each source has its own reporting chain back to the origin.

What are the limitations of AI-generated research summaries?▼

AI-generated summaries and aggregator articles are third-tier sources that cannot support conclusions. They are useful only for gauging whether a topic is being discussed; all factual claims and numbers must be traced to primary material.