iannuttall/skills · Archived

get-url

Fetch any URL as markdown with `npx playbooks get`. Use whenever you need to retrieve web content from a URL to get clean markdown for analysis or quoting.

First seen Mar 1, 2026

Installation

$ npx skills add iannuttall/skills --skill get-url

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Also in this package

Other skills from iannuttall/skills.

npx skills add iannuttall/skills

Browse all from iannuttall/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 404 B
  • docs SUMMARY.md 170 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

get-url

  • Fetch to stdout: npx playbooks get <url>
  • Save to file: npx playbooks get <url> out <path>
  • JSON metadata: npx playbooks get <url> --json
  • If out is used, it must be exactly: out <path>