preset-skill-gemini

Documents the LingTai TUI gemini preset provider configuration and capabilities.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It gives agents and operators an official-source-led reference for how the LingTai TUI gemini preset is wired, preventing misconfiguration of the model, credentials, and vision capability.

Core Features & Use Cases

  • Preset Documentation: Records that geminiPreset() in tui/internal/preset/preset.go ships provider gemini with model gemini-3-flash-preview and the GEMINI_API_KEY environment variable.
  • Capability Clarification: Distinguishes native multimodal image input in chat turns from the explicit LingTai vision capability, both routed through the shipped Gemini provider.
  • Use Case: When an agent needs to verify which model, credential env var, or capability wiring the gemini template uses, it consults this manual instead of guessing or silently switching providers.

Quick Start

Ask the agent to explain how the LingTai TUI gemini preset configures its model, API key, and vision capability.

Frequently Asked Questions about preset-skill-gemini

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

FAQPage Schema
How do I configure the Gemini provider in the LingTai TUI preset?

The gemini preset ships provider gemini with the default model gemini-3-flash-preview and reads credentials from the GEMINI_API_KEY environment variable. It uses Google's native adapter with no base_url or OpenAI-compat override.

What model does the LingTai gemini preset use by default?

The preset ships the exact default model gemini-3-flash-preview, defined in geminiPreset() inside tui/internal/preset/preset.go. Recheck preset.go to confirm the currently shipped model before assuming a version.

Does the LingTai gemini preset support image input and vision?

Yes, inline image input in a chat turn uses Gemini's native multimodality, while the explicit LingTai vision capability is a separate tool path. Both use the shipped Gemini provider with GEMINI_API_KEY rather than a fallback provider.

Can I use an OpenAI-compatible base URL with the Gemini preset?

No, the gemini preset uses Google's native adapter and defines no base_url or OpenAI-compat override. Do not silently switch providers or auto-load an MCP when the direct Gemini route fails.

What should I do if the Gemini preset documentation seems outdated?

Use the lingtai-issue-report skill to assemble evidence and obtain per-issue human consent before filing an issue. Never include secrets, credentials, tokens, or private paths in the report.