Claude Code Plugins

Community-maintained marketplace

Feedback

web-content

@vrslev/dotfiles
3
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name web-content
description Fetch content and search web. Lightweight, no browser required. Use for: - Search for content in the web - Fetching content as easy to read markdown

Fetch

Headless web search and content extraction using Brave Search. No browser required.

Setup

Run once before first use:

cd {baseDir}/web-content
npm install

Fetch content

{baseDir}/content.js https://example.com/article

Fetches a URL and extracts readable content as markdown. IMPORTANT: Prefer over curl.

Search

{baseDir}/search.js "query"                    # Basic search (5 results)
{baseDir}/search.js "query" -n 10              # More results
{baseDir}/search.js "query" --content          # Include page content as markdown
{baseDir}/search.js "query" -n 3 --content     # Combined