lingtai-tui-help

Routes LingTai TUI questions to slash-command references and owning documentation skills.

692|60|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Lingtai-AI/lingtai --skill lingtai-tui-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lingtai-tui-help
Source: https://github.com/Lingtai-AI/lingtai/tree/main/tui/internal/preset/skills/lingtai-tui-help
Command: npx skills add https://github.com/Lingtai-AI/lingtai --skill lingtai-tui-help

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Users of the LingTai TUI often cannot tell which command, view, or documentation source answers their question, and may wrongly assume closing the terminal stops a running agent. This Skill provides a stable mental model of the TUI/agent relationship and routes every TUI question to the correct authoritative source.

Core Features & Use Cases

  • Mental model and lifecycle clarity: Explains that the TUI is a control surface while the agent runs as an independent kernel process, so closing the TUI never stops an agent.
  • Feature route catalog: A machine-readable YAML map and human routing table direct questions about lifecycle, presets, Portal, tutorials, updates, diagnostics, and addons to the owning skill.
  • Localized slash-command reference: Ships complete /help documentation in English, Simplified Chinese, and Classical Chinese assets covering every command from /sleep to /nirvana.
  • Use Case: A user wonders whether quitting the terminal kills their agent, or what /molt does versus /clear; this Skill answers directly or routes to the exact localized command reference.

Quick Start

Ask the agent what a specific LingTai TUI slash command does or whether closing the TUI stops the running agent.

Frequently Asked Questions about lingtai-tui-help

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

FAQPage Schema
Does closing the LingTai TUI stop the running agent?

No, closing the TUI or its terminal only quits the interface. The agent runs as an independent kernel process and continues until an explicit lifecycle command like /sleep or /suspend, or an external process failure, stops it.

How do I use slash commands in the LingTai TUI?

Type / in the message box to open the command palette, then keep typing to fuzzy-filter commands. Use arrow keys to move the selection and Enter to run the highlighted command; some commands accept arguments like /sleep all.

What is the difference between /sleep, /suspend, /clear, and /molt?

/sleep pauses the agent while preserving state, and /suspend fully freezes the process; both resume with /cpr. /clear wipes the conversation but keeps identity and memory, while /molt saves context before resetting the window.

Is the TUI help available in languages other than English?

Yes, the slash-command reference ships in three localized assets: English, Simplified Chinese, and Classical Chinese. The in-app /help command detects the UI language via i18n.Lang() and opens the matching asset, falling back to English.

Where do I find documentation for presets, Portal, or updates instead of TUI help?

Those domains have their own owning skills: lingtai-preset-skill covers presets and providers, lingtai-portal-guide covers Portal, and lingtai-update covers install and update. This help skill routes to them rather than duplicating their content.