Skip to content

feat: Add URL rewrite support documentation (issue #8)#20

Open
cjxzdzh wants to merge 1 commit into
op7418:mainfrom
cjxzdzh:feature/url-rewrite-support
Open

feat: Add URL rewrite support documentation (issue #8)#20
cjxzdzh wants to merge 1 commit into
op7418:mainfrom
cjxzdzh:feature/url-rewrite-support

Conversation

@cjxzdzh
Copy link
Copy Markdown

@cjxzdzh cjxzdzh commented May 18, 2026

Issue

Fixes #8

What changed

Added a new section URL 原文获取(可选) to SKILL.md that documents how to use humanizer-zh with a URL instead of raw text.

Details

  • 工作流程: Describes the 4-step process (identify URL type → fetch via web_extract/curl → humanize → return result)
  • 支持的 URL 来源: Table of supported sources (web pages, GitHub raw files, .txt/.md docs, PDFs) with the fetch tool used for each
  • 使用示例: Three concrete examples (web page URL, GitHub raw file URL, PDF URL)
  • 无法抓取时的处理: Graceful fallback when URL is inaccessible (ask user to paste raw text)

This is purely documentation — no implementation change required since the fetch behavior is already available via the web_extract and terminal tools built into the skill runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

可以送url,让其改写吗?

1 participant