# Web Browsing

> Guidance on web content analysis, data extraction, and online research techniques for legal and regulatory information gathering

- Skill: `gtynnn060110-hash/web-browsing` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add gtynnn060110-hash/web-browsing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gtynnn060110-hash/web-browsing/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: gtynnn060110-hash (https://skillmd.com/u/gtynnn060110-hash)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/gtynnn060110-hash/web-browsing

---


# Web Browsing Skill

This skill provides guidance on web content analysis, data extraction, and online research techniques for legal and regulatory information gathering.

## Available Sub-skills

### [Web Analysis](web-analysis.md)
Techniques for parsing and analyzing web content including HTML parsing, link extraction, and structured data extraction. Useful for:
- Extracting information from legal websites
- Parsing regulatory documents
- Analyzing web-based legal resources

### [Data Scraping](data-scraping.md)
Methods for systematically collecting data from web sources. Useful for:
- Gathering legal precedents and case law
- Collecting regulatory information
- Extracting data from multiple web pages

## Quick Start

1. Identify the web source and information you need to extract
2. Refer to [Web Analysis](web-analysis.md) for parsing techniques
3. Use [Data Scraping](data-scraping.md) for systematic collection
4. Apply appropriate error handling and rate limiting for web requests

## Best Practices

- Always respect robots.txt and terms of service
- Use appropriate delays between requests
- Handle errors gracefully (timeouts, 404s, etc.)
- Verify extracted data for accuracy

