Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
pasky avatar

Visit Webpage

  • 6 installs
  • 217 repo stars
  • Updated August 2, 2026
  • pasky/pi-amplike

Helps with ai & agent building tasks during AI-assisted development.

About

visit-webpage is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • visit-webpage
  • AI & Agent Building
  • AI-coding skill

Visit Webpage by the numbers

  • 6 all-time installs (skills.sh)
  • Ranked #12,825 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pasky/pi-amplike --skill visit-webpage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6
repo stars217
Last updatedAugust 2, 2026
Repositorypasky/pi-amplike

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Visit Webpage

Fetch and extract readable content from web pages as markdown, or download images. Handles JavaScript-rendered content via Jina Reader service.

Setup

Optionally get a Jina API key for higher rate limits: 1. Create an account at https://jina.ai/ 2. Get your API key from the dashboard 3. Add to your shell profile (~/.profile or ~/.zprofile for zsh):

   export JINA_API_KEY="your-api-key-here"

Without an API key, the service works with rate limits.

Usage

{baseDir}/visit.py <url>

Examples

# Read an article (returns markdown)
{baseDir}/visit.py https://example.com/article

# Fetch documentation
{baseDir}/visit.py https://docs.python.org/3/library/asyncio.html

# Download an image (auto-detected by content-type)
{baseDir}/visit.py https://example.com/image.png
# Then use read tool to view: read /tmp/visit-image-xxx.png

Output

For HTML pages: Returns markdown content to stdout.

For images: Downloads the image to a temp file and prints the path. Use the read tool to view it. Supports PNG, JPEG, GIF, and WebP formats.

Features

  • Extracts main content from HTML pages
  • Converts HTML to clean markdown
  • Handles JavaScript-rendered pages via Jina Reader
  • Auto-detects and downloads images to temp files
  • Retries on rate limiting (HTTP 451)
  • 5MB max image size limit

When to Use

  • Reading articles, blog posts, or documentation
  • Extracting content from search results
  • Downloading images from URLs (then use read to view)
  • Following links found during web search

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.