install
source · Clone the upstream repo
git clone https://github.com/gupsammy/Claudest
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/gupsammy/Claudest "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/claude-claw/skills/create-claw-skill/examples/sample-command" ~/.claude/skills/gupsammy-claudest-fetch-page && rm -rf "$T"
manifest:
plugins/claude-claw/skills/create-claw-skill/examples/sample-command/SKILL.mdsource content
Fetch Page
Fetch the content of a URL and produce a concise summary.
Process
- Fetch the URL passed as
using the$1
toolweb_fetch - Summarize the main content in 3–5 sentences, preserving key facts and figures
- List any notable links or resources mentioned in the page
- If the URL is inaccessible, report the error and suggest checking the URL format