preset-skill-claude

Documents the LingTai TUI claude preset configuration and capability constraints.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It gives agents and maintainers an official-source-led reference for how the LingTai TUI claude template works, preventing incorrect assumptions about credentials, models, and vision capabilities.

Core Features & Use Cases

  • Preset Documentation: Explains that claudePreset() in tui/internal/preset/preset.go uses the canonical provider claude-code, displayed as print-mode backend claude-p.
  • Credential & Model Clarity: Clarifies that the preset reuses the existing Claude Code OAuth login, shows the account email from claude auth status --json, and defaults to the opus model with fable, sonnet, and haiku also offered.
  • Capability Boundaries: States that no API-key env var, base URL, web-search override, or LingTai vision capability is shipped, and instructs not to invent endpoints or auto-load MCPs.
  • Use Case: When a user asks why image forwarding fails through the LingTai CLI adapter for Claude, consult this manual to report the limitation accurately instead of guessing at HTTP endpoints or auth.

Quick Start

Ask the agent to explain how the LingTai TUI claude preset handles authentication, models, and vision support using this reference manual.

Frequently Asked Questions about preset-skill-claude

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

FAQPage Schema
How does the LingTai TUI claude preset handle authentication?

The claude preset reuses the current Claude Code OAuth login and never reads or stores Claude credentials itself. It displays the account email reported by `claude auth status --json`.

What models does the LingTai claude preset support?

The default model is `opus`, and the editor also offers `fable` (mapped by the Claude Code CLI to `claude-fable-5`), `sonnet`, and `haiku`.

Does the LingTai claude preset support image or vision input?

No. The shipped manifest declares no LingTai `vision` capability, and image forwarding through the LingTai CLI adapter is not established even though underlying Claude models may accept images.

Why can't I configure an API key or base URL for the claude preset?

The shipped manifest intentionally has no API-key env var, base URL, or web-search override because it relies on the existing Claude Code OAuth login rather than direct API credentials.

What should I do if image forwarding fails through the claude preset?

Report the limitation directly instead of inventing an HTTP endpoint, guessing auth, or auto-loading an MCP. Consult the official Claude vision guide and recheck TUI source for capability wiring.