charm-glow

Render Markdown from local files, stdin, and remote sources in the terminal.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ClankerGuru/opsx --skill charm-glow-clankerguru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: charm-glow
Source: https://github.com/ClankerGuru/opsx/tree/main/cli/src/main/resources/content/skills/charm-glow
Command: npx skills add https://github.com/ClankerGuru/opsx --skill charm-glow-clankerguru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Render Markdown in the terminal for clear, readable output, including local files, piped input, and remote READMEs without leaving the shell.

Core Features & Use Cases

  • Local file rendering with syntax highlighting and formatting for quick reading.
  • Piped input and interactive TUI browsing to explore Markdown projects.
  • Remote README fetching from GitHub/GitLab/HTTP without cloning or checkout.

Quick Start

Render a local Markdown file by running glow README.md to view formatted content in the terminal.

Frequently Asked Questions about charm-glow

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

FAQPage Schema
How do I render Markdown files in the terminal for quick reading?

This Skill renders Markdown in the terminal for clear, readable output directly in your shell. It formats local files with syntax highlighting so you can quickly read documentation without leaving your current context.

Can I view a remote README from GitHub without cloning the repository?

Yes, this Skill fetches and renders remote READMEs from GitHub, GitLab, or HTTP sources without cloning. It displays the formatted Markdown directly in your terminal for immediate, in-context viewing.

How do I display piped Markdown input from a command pipeline?

You can display piped Markdown by feeding stdin from your command pipeline directly into the tool. This allows you to process and view formatted output from upstream commands without saving temporary files.

Do I need the glow CLI installed to render Markdown in the terminal?

Yes, this Skill requires the glow CLI tool to be installed in your environment. It leverages glow to apply specific CLI flags for styling, width adjustments, pager integration, and local versus remote rendering.

What is the best way to browse large Markdown projects interactively in the shell?

The best way to browse large Markdown projects is using the interactive TUI mode provided by the tool. This allows you to explore and navigate through formatted Markdown documentation directly within your shell environment.