Summarize url
Curated open Agent-Skill format skills for MyLLM (the on-device iOS AI agent). Install with /skill add teamdzx/myllm-skills.
npx -y skills add TeamDzX/myllm-skills --skill summarize-urlAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Summarize a web page or article from a URL. Use when the user shares a link and wants the gist or key points.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, as published. Nobody here has run it
Summarize a URL
When the user gives a link (or asks you to summarise one), fetch it and summarise.
-
Use the
fetch_urltool to retrieve the page. If it fails or the page is paywalled/empty, useweb_searchfor the title to find a readable source — and say if you couldn't read the original. -
Produce:
TL;DR — 1–2 sentences.
Key points
- 3–6 bullets capturing the substance.
Worth knowing (optional) — caveats, bias, date, or who published it.
Rules:
- Summarise only what the page actually says — never fill gaps from memory.
- Keep names, numbers, and quotes accurate.
- If the content is time-sensitive, note its date.
- Don't paste the whole article back; distil it.