lynx

Render HTML as text in the terminal without JavaScript execution.

1|Updated Sep 10, 2024
One-click install
npx skills add https://github.com/WillChangeThisLater/dotfiles --skill lynx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lynx
Source: https://github.com/WillChangeThisLater/dotfiles/tree/main/pi/.pi/agent/skills/pi-skills/lynx
Command: npx skills add https://github.com/WillChangeThisLater/dotfiles --skill lynx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lynx is a terminal-only browser that renders HTML as text, does not execute JavaScript, and is ideal for quickly searching the web or dumping readable page content without leaving the shell.

Core Features & Use Cases

  • Terminal-based HTML rendering (text view)
  • No JavaScript execution
  • Quick web searches and page dumps from the shell

Quick Start

Open a URL in the terminal by running lynx https://example.com

Frequently Asked Questions about lynx

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

FAQPage Schema
How do I browse a web page in the terminal without JavaScript?

You can dump readable web page content from the shell using the Lynx skill, which renders HTML as text. It is ideal for quickly extracting page content without leaving the terminal environment.

Can I use a text-based browser when a GUI is unavailable?

Yes, you can use a text-based browser when a GUI is unavailable by running the Lynx skill. It requires the Lynx executable to be installed on PATH and renders web pages as text in the terminal.

Does terminal web browsing support cookies and SSL certificates?

Yes, terminal web browsing via the Lynx skill supports basic cookie and SSL certificate handling. This enables secure HTTPS navigation and session management directly within the terminal.

What is the best way to quickly search the web from the command line?

The best way to quickly search the web from the command line is using the Lynx skill. It performs fast web searches and renders HTML as text without executing JavaScript.

What are the limitations of browsing the web with a text-only terminal browser?

The main limitation of browsing with a text-only terminal browser is that it does not execute JavaScript, so dynamic web applications will not render correctly. It is best suited for quick searches and static page dumps.