chatbot-app/agentcore/skills/url-fetcher/SKILL.md
Fetch and extract text content from web page URLs.
npx skillsauth add aws-samples/sample-strands-agent-with-agentcore url-fetcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
| 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 |
success field in the response before using the contentWhen presenting information from fetched pages, wrap every specific claim in <cite> tags:
<cite source="SOURCE_TITLE" url="URL">claim text</cite>
Rules:
source attribute should contain the page title or site name.url attribute should contain the fetched URL.development
Read and write files in the shared session workspace. Use this to access files created by any skill — code-agent outputs, office documents, images, and more. All within the same isolated session.
documentation
Create, modify, and manage Word documents.
documentation
Wikipedia article search and retrieval
development
Search the web using DuckDuckGo for current information, news, and research topics.