Skip to content

Commit b622055

Browse files
committed
docs: quote SKILL.md YAML description and use $TOKEN in header examples
1 parent 60b4973 commit b622055

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ agent-fetch --mode static --meta=false https://example.com
133133
agent-fetch --mode raw https://example.com
134134

135135
# Authenticated request
136-
agent-fetch --header 'Authorization: Bearer <token>' https://example.com
136+
agent-fetch --header "Authorization: Bearer $TOKEN" https://example.com
137137

138138
# Batch fetch with concurrency control
139139
agent-fetch --concurrency 4 https://example.com https://example.org

README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ agent-fetch --mode static --meta=false https://example.com
133133
agent-fetch --mode raw https://example.com
134134

135135
# 带认证请求
136-
agent-fetch --header 'Authorization: Bearer <token>' https://example.com
136+
agent-fetch --header "Authorization: Bearer $TOKEN" https://example.com
137137

138138
# 批量抓取,控制并发
139139
agent-fetch --concurrency 4 https://example.com https://example.org

skills/agent-fetch/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: agent-fetch
3-
description: Fetch web pages as clean Markdown via the agent-fetch CLI. Handles cases that built-in web-fetch tools may not cover well: JavaScript-rendered pages (headless browser), authenticated endpoints (custom headers), batch fetching multiple URLs concurrently, and content output without AI summarization. Also works standalone when no built-in fetch tool is available.
3+
description: "Fetch web pages as clean Markdown via the agent-fetch CLI. Handles cases that built-in web-fetch tools may not cover well: JavaScript-rendered pages (headless browser), authenticated endpoints (custom headers), batch fetching multiple URLs concurrently, and content output without AI summarization. Also works standalone when no built-in fetch tool is available."
44
---
55

66
# Agent Fetch

0 commit comments

Comments
 (0)