kuri-browse

Fetch web pages and render them as markdown in a terminal REPL.

349|18|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/justrach/kuri --skill kuri-browse
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kuri-browse
Source: https://github.com/justrach/kuri/tree/main/.claude/skills/kuri-browse
Command: npx skills add https://github.com/justrach/kuri --skill kuri-browse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Terminal-based quick web reading without a full browser; fetches pages and renders them as markdown for distraction-free consumption.

Core Features & Use Cases

  • Fetches pages and renders them as markdown for easy reading in the terminal.
  • REPL navigation: go, links, follow numbers, search, back, forward, quit.
  • Suitable for quick documentation lookups, reading online content offline-friendly, and scripting in automation pipelines.

Quick Start

Run the CLI with a URL to fetch and render the page in markdown.

Frequently Asked Questions about kuri-browse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read web pages in the terminal as markdown?▼

To read web pages in the terminal as markdown, use a CLI tool that fetches URLs and renders the content distraction-free. It provides a REPL for quick navigation, allowing you to follow links and search text without opening a full browser.

Can I browse online documentation without a full browser?▼

Yes, you can browse online documentation without a full browser by fetching the web page and rendering it as markdown. This allows quick documentation checks and offline-friendly reading directly within a constrained terminal environment.

Do I need a specific environment to fetch web pages and render them as markdown?▼

You need a Bash environment to fetch web pages and render them as markdown. The Skill relies on a lightweight command interface within this shell setup to execute URL fetching and provide REPL navigation.

What is the best way to navigate links when reading web content in a terminal?▼

The best way to navigate links when reading web content in a terminal is via a REPL interface. You can use commands to go, follow numbered links, search, and move back or forward through pages quickly.

Can I automate fetching web pages and converting them to markdown?▼

You can automate fetching web pages and converting them to markdown by integrating the command interface into your automation pipelines. This allows scripted retrieval of online sources for note-taking and quick reading.