| name | web-fetch |
| description | Fetch a single URL and extract readable article content for analysis and summarization. |
| metadata | {"cyberagent":{"tool":"web-fetch","timeout_class":"standard"}} |
| input_schema | {"type":"object","properties":{"url":{"type":"string"}}} |
| output_schema | {"type":"object","properties":{"content":{"type":"string"},"error":{"type":"string"}}} |
Use this skill when you already have a target URL and need clean readable text.
Guidelines:
- Fetch one URL at a time.
- Capture title, author/date when available, and main content.
- Strip navigation/ads/noise before summarizing.
- Flag paywalls, anti-bot blocks, or unavailable pages explicitly.