awesome-webpage-research

Generates a cited topic brief from one bounded web-search round.

6.8k|540|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill awesome-webpage-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: awesome-webpage-research
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/bundled/awesome-webpage-research
Command: npx skills add https://github.com/opensquilla/opensquilla --skill awesome-webpage-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Webpage generation pipelines need factual grounding, but full deep-research workflows are too slow and expensive for a single page-planning step. This Skill produces a short, citation-backed topic brief in one bounded search round so the page planner gets factual anchors without multi-round investigation overhead.

Core Features & Use Cases

  • Single-Pass Research: Identifies 3-5 focused sub-questions and runs at most one web-search query per sub-question, with no iteration or state files.
  • Cited Brief Output: Compiles a 300-500 word brief with a topic summary, key facts with inline [n] citations, a Sources list, and Page anchors usable as section headings.
  • Graceful Degradation: Prepends a RESEARCH_THIN marker and falls back to a question-only summary when the search round returns nothing usable, without fabricating citations.
  • Use Case: As part of the AwesomeWebpageMetaSkill pipeline, research the topic "benefits of static site generators" to produce a cited brief that grounds the sections of a generated webpage.

Quick Start

Ask the agent to run a single-round mini research on your webpage topic and return a short cited brief with page anchors.

Frequently Asked Questions about awesome-webpage-research

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

FAQPage Schema
How do I run a single-round web research for a webpage topic?

Invoke this Skill with a question parameter describing the topic, audience, language, and webpage context. It identifies 3-5 sub-questions, runs one web-search query per sub-question, and returns a cited brief of about 300-500 words.

What is the difference between mini research and deep research?

Mini research runs exactly one bounded search round with no iteration and caps output at ~500 words, while deep research performs multi-round investigations. This Skill explicitly forbids calling deep-research and is not a replacement for general literature reviews.

Can I use this Skill for general literature reviews?

No. The Skill is designed only as a single-pass step inside the AwesomeWebpageMetaSkill pipeline. For multi-round investigations or literature reviews, use a dedicated deep-research skill instead.

What happens when web search returns no usable sources?

The Skill prepends a RESEARCH_THIN marker line to the brief and continues with a question-only summary. It never invents citations or sources, so claims without a matching source are dropped.

Does this Skill fetch full articles or media during research?

No. It relies on search snippets and performs at most one quick fetch per sub-question if a snippet is unusable. Image, audio, and video acquisition is explicitly out of scope and handled by other meta-skill steps.