agentsclimarketplace

Web research

Skill winetree94/devtools/skills/web-research

CLI for web research and agent skill workflows.

Install
npx -y skills add winetree94/devtools --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, inspect, extract, and enumerate web content with the devtools CLI. Use when an agent needs to search the web, search official docs, inspect a page before reading it, fetch readable content, extract links, or discover URLs from sitemaps.

SKILL.md

1.8 KB, as published. Nobody here has run it

Web Research

Use this skill for web research and documentation discovery with devtools.

This skill covers the full web toolkit:

  • broad web search
  • docs-first search
  • page inspection
  • readable content extraction
  • link discovery
  • sitemap discovery

When to use which command

  • Need broad search results -> devtools web search
  • Need official docs only -> devtools web docs-search
  • Need metadata before reading content -> devtools web inspect
  • Need readable page content -> devtools web fetch
  • Need links to related pages -> devtools web links
  • Need many candidate URLs quickly -> devtools web sitemap

Recommended defaults

  • Prefer --json when another tool or agent will read the result.
  • Prefer web docs-search over general search when implementing against official APIs.
  • Use web inspect before web fetch if you are unsure whether a page is relevant.
  • Use web links --same-origin for lightweight docs traversal.
  • Use web sitemap --same-origin when you need site URL discovery without crawling.

Common commands

devtools web search "node.js 24 release notes"
devtools web docs-search nodejs.org/docs "fs watch" --json
devtools web inspect https://example.com/article --json
devtools web fetch https://example.com/article --format markdown
devtools web links https://example.com/docs/start --same-origin --json
devtools web sitemap https://example.com --same-origin --json

References

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.