url-fetcher
Installation
SKILL.md
URL Fetcher
Available Tool
- fetch_url_content(url, include_html=False, max_length=50000): Fetch a URL and extract clean text content.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
url |
str | (required) | URL to fetch (must start with http:// or https://) |
include_html |
bool | False | Include raw HTML in response |
max_length |
int | 50000 | Maximum character length of extracted text |
Usage Guidelines
- Useful for reading articles, documentation, job postings, and other web content
- Automatically strips navigation, scripts, and boilerplate HTML
- Extracts page title and clean text content
- Use include_html=True only when you need to analyze the page structure
- Reduce max_length for quick summaries or when you only need the beginning of a page
Related skills
More from aws-samples/sample-strands-agent-with-agentcore
financial-news
Stock quotes, price history, financial news, and analysis
207code-interpreter
Test and prototype code in a sandboxed environment. Use for debugging, verifying logic, or installing packages.
139google-maps
Place search, directions, geocoding, and interactive maps
83wikipedia-search
Wikipedia article search and retrieval
68word-documents
Create, modify, and manage Word documents.
67weather
Current weather and multi-day forecasts worldwide
53