Claude Code Plugins

Community-maintained marketplace

Feedback

|

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-research
description Meta-skill that orchestrates search → scrape → extract pipeline. Performs comprehensive web research on a topic. Use when working on search tasks.
metadata [object Object]

Web Research

Meta-skill that orchestrates search → scrape → extract pipeline.

Inputs

Parameter Type Required Default Description
topic string Yes - Research topic or question
depth string No medium Research depth (shallow, medium, deep)
output_format string No summary Output format (summary, detailed, raw)
cache_ttl integer No 3600 Cache TTL in seconds (0 to disable)

Outputs

Field Type Description
findings string Consolidated research findings
sources array List of source URLs used

Usage

python scripts/web-research.py [arguments]

Generated from `skills/search/web-research.yaml`