web-content

Fetch, extract, search, and crawl web content with tool-specific workflows.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/bermudi/skills --skill web-content-bermudi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-content
Source: https://github.com/bermudi/skills/tree/main/web-content
Command: npx skills add https://github.com/bermudi/skills --skill web-content-bermudi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Fetch, extract, search, crawl, and research online content to answer questions with the right tool for each job. This approach reduces time wasted switching between services and improves the quality of sourced information.

Core Features & Use Cases

  • Tool-agnostic orchestration: match tasks to the best tool (curl for raw files, r.jina.ai for HTML, Tavily for extraction, Context7 for docs, DeepWiki for repo context, and grep.app for code search).
  • Comprehensive content workflows: fetch, extract, search, crawl, map, and synthesize multi-source results.
  • Use Case: quickly gather up-to-date documentation and code examples across libraries and repositories for a troubleshooting task.

Quick Start

Ask me to fetch the latest docs on a library and summarize the key APIs.

Frequently Asked Questions about web-content

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

FAQPage Schema
How do I fetch and extract web content from multiple sources for research?

To fetch and extract web content, this approach orchestrates tools like curl for raw file downloads and r.jina.ai for HTML extraction, synthesizing multi-source results into a tailored output for your query.

What is the best way to search code across public GitHub repositories?

Searching code across public repositories is handled by integrating grep.app, which finds targeted code snippets and pairs them with library documentation to provide troubleshooting context.

Can I use this to crawl a website and extract specific documentation?

Yes, you can crawl websites and extract documentation by coordinating site crawling tools with Context7 for library docs lookups, tailoring the fetched content to answer precise questions.

Does this approach support fetching raw files and understanding GitHub repo context?

Yes, it supports raw file downloads via curl and understanding GitHub repository context via DeepWiki, matching the best tool to each task to reduce time spent switching between services.

How do I extract up-to-date library documentation for a troubleshooting task?

You extract up-to-date library documentation by using Context7 for docs lookups alongside Tavily for extraction, gathering current APIs and code examples across libraries and repositories.

What are the limitations of tool-agnostic web content extraction?

Tool-agnostic web content extraction relies on coordinating external services like Tavily, Context7, and DeepWiki, meaning its coverage is bound by the availability and accessibility of those underlying services.