gkwa/volcanicviper

view-imgur

View an imgur image by downloading it with curl and reading the local file. Use whenever an i.imgur.com URL is shared, because WebFetch cannot load imgur URLs directly.

First seen Mar 18, 2026

Installation

$ npx skills add gkwa/volcanicviper --skill view-imgur

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from gkwa/volcanicviper · top by installs.

npx skills add gkwa/volcanicviper

Browse all from gkwa/volcanicviper

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

Default branch master
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 547 B
  • docs SUMMARY.md 186 B

History

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

SKILL.md

Viewing Imgur Images

WebFetch cannot load imgur URLs — imgur blocks that access path.

To view an imgur image, download it with curl and read the local file:

curl -L -o /tmp/image.png "https://i.imgur.com/example.png"

Then read /tmp/image.png directly using the Read tool.

This applies to all i.imgur.com image links.