webread
Installation
SKILL.md
webread
Save the content of an http(s) URL as clean Markdown to disk, with embedded images downloaded locally so the saved article is self-contained.
Behavior after save depends on the user's ask:
- URL alone, or with archive-style phrases ("保存", "读一下", "看看", "save", "fetch") → respond
Saved to {path}and stop. Don't read the file. - URL with an analysis ask ("总结一下", "讲了什么", "summarize", "what does it say", "tell me about") → after the chain returns the path, immediately Read the saved file and answer the question. Mention the saved path so the user knows where it landed.
Saving is free in both cases; the file survives URL rot and the user can delete it any time.
Routes
The skill picks a fetcher per URL host. All routes save to the same ~/Downloads/webread/<DATE>/ folder; only the file extension differs.