AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning

This commit is contained in:
Krilly
2026-03-04 13:29:22 +00:00
parent 29a98137a7
commit 57dd294675
13706 changed files with 2114953 additions and 237629 deletions

View File

@@ -0,0 +1,31 @@
---
name: fetch
description: Use when user asks to fetch URL content, read documentation from a URL, get webpage content as markdown, or extract structured content from any web page URL.
---
# Fetch - Get Structured Content from URLs
## Overview
Fetch and extract structured markdown content from any URL without opening a browser.
## When to Use
- Fetch documentation from a URL
- Read webpage content as markdown
- Get structured content from any web page
- Extract article or blog post content
- Parse HTML content into clean markdown format
## Available Actions
| Action | Description |
|--------|-------------|
| `skill_fetch` | Fetch URL and return structured markdown content |
## When NOT to Use
- For AI-powered web search → use `search` skill instead
- For interactive browser control → use `browser` skill instead
- For complex data extraction → use `crawl` or `js_code` skill instead