Fetch

Fetches markdown from public URLs, docs pages, articles, or changelogs. Use when web content needs to be read or summarized.

wevm d7060fa 739 B Updated

File contents

Use fetch to fetch the URL or domain in $ARGUMENTS or the surrounding conversation.

Guidelines:

  • Prefer the canonical docs or article URL.
  • Set objective when the user asks a specific question.
  • Set keywords for long pages when only a few sections matter.
  • Use mode: "smart" for long or noisy pages, mode: "rush" when the relevant section is already obvious.
  • Set fresh: true when freshness matters, such as changelogs, release notes, pricing, or recently updated docs.

After fetching, answer the user directly instead of restating the tool output verbatim.

wevm/curl.md/tree/main/plugins/claude/skills/fetch commit d7060fa55d

Frequently asked questions

npx skillmds@latest add wevm/fetch