agentsclimarketplace

Web research

Skill aizech/bernhard-zechmann-skills/skills/productivity/web-research

Modular AI agent skills used across engineering, writing, and research workflows. Model‑agnostic, composable, and production‑tested. Includes engineering, productivity, personal, and experimental skill packs.

Install
npx -y skills add aizech/bernhard-zechmann-skills --skill web-research

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Research a topic across multiple web sources and produce a cited report. Use when the user asks to research online, search the web, compare options, or produce a research report.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.3 KB, as published. Nobody here has run it

Web Research

Research a topic across multiple sources and synthesize the findings.

Process

  1. Plan: create a folder research_[topic_name]/ and write research_plan.md with:

    • Main question
    • 2-5 non-overlapping subtopics
    • Expected information per subtopic
    • How results will be synthesized
  2. Delegate: for each subtopic, spawn a research task with:

    • Clear, specific question
    • Instructions to save findings to findings_[subtopic].md
    • 3-5 web searches maximum
  3. Synthesize: read all findings files, then produce:

    • Direct answer to the original question
    • Integrated insights from all subtopics
    • Source citations with URLs
    • Gaps or limitations
  4. Report (optional): write research_report.md if requested.

Best practices

  • Plan before delegating.
  • Use file-based communication for subagents.
  • Stop at 3-5 searches per subtopic.
  • Cite specific sources.

Note

Use fetch_url for URLs, not read_file.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.