Files
fireclaw/skills/fetch_url/SKILL.md

10 lines
257 B
Markdown

---
name: fetch_url
description: Fetch a URL and return its text content. HTML is stripped to plain text. Use this to read web pages, documentation, articles, etc.
parameters:
url:
type: string
description: The URL to fetch
required: true
---