Huh by Charmbracelet is a Go library for building interactive forms and prompts in the terminal. It supports input fields, selects, multi-selects, text areas, and confirmations with built-in validation, theming, and accessibility support for screen readers.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Huh Interactive Terminal Forms and Prompts Library for Go"
slug: "huh-terminal-forms-prompts-library"
description: "Huh by Charmbracelet is a Go library for building interactive forms and prompts in the terminal. It supports input fields, selects, multi-selects, text areas, and confirmations with built-in validation, theming, and accessibility support for screen readers."
github_stars: 6784
verification: "security_reviewed"
source: "https://github.com/charmbracelet/huh"
category: "Developer Tools"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "charmbracelet/huh"
github_stars: 6784
---
# Huh Interactive Terminal Forms and Prompts Library for Go
Huh by Charmbracelet is a Go library for building interactive forms and prompts in the terminal. It supports input fields, selects, multi-selects, text areas, and confirmations with built-in validation, theming, and accessibility support for screen readers.
## Installation
Basic usage or getting-started notes:
- The above example is running from a single Go program ([source](./examples/burger/main.go)).
- Finally, run the form:
- err := form.Run()
- Source: https://github.com/charmbracelet/huh
- Extracted from upstream docs: https://raw.githubusercontent.com/charmbracelet/huh/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/huh-terminal-forms-prompts-library/)
No comments yet. Be the first to comment!