agentsclimarketplace

Summarize url

Skill TeamDzX/myllm-skills/skills/summarize-url

Curated open Agent-Skill format skills for MyLLM (the on-device iOS AI agent). Install with /skill add teamdzx/myllm-skills.

Install
npx -y skills add TeamDzX/myllm-skills --skill summarize-url

Assembled 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.

  1. Use the fetch_url tool to retrieve the page. If it fails or the page is paywalled/empty, use web_search for the title to find a readable source — and say if you couldn't read the original.

  2. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.