com um clique
preset-skill-codex
Official-source-led manual for the TUI `codex` template.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Official-source-led manual for the TUI `codex` template.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Official-source-led manual for the TUI `claude` template.
Base URL / API-compat / provider / model / capability declaration shape versus credentials and live probes; includes proven Codex OAuth quota inspection with exact agent query routing and dated official-vs-measured context-window evidence.
Thin dual-axis router for preset questions: which of the 12 TUI-shipped built-in preset templates (provider axis), and which cross-cutting preset lifecycle mechanic (operation axis) — saving, checking availability, activating/refreshing, endpoint/capability facts, or troubleshooting. Read a child only when it is relevant; this does not describe arbitrary saved presets.
Anything you need to know about LingTai TUI. Read this first for the stable mental model, major-feature map, interface and slash-command help, or the correct source/manual route for a TUI question. It stays thin: exact command prose lives in the localized help assets, precise Go structure lives in `lingtai-tui-anatomy` plus the repository ANATOMY graph, and independent domains such as presets, Portal, tutorials, updates, and addons keep their own top-level skills.
Nested tutorial-guide reference for lessons 10–12: TUI commands, lifecycle exercises, addons, external connections, and graduation.
The 12-lesson tutorial curriculum for teaching a human how Lingtai works. Router for orientation, agent runtime, communication, memory/molt, capabilities, operations, addons, and graduation. Invoke this skill when the human is ready to begin or continue the tutorial.
| name | preset-skill-codex |
| description | Official-source-led manual for the TUI `codex` template. |
| version | 2.1.0 |
| last_changed_at | 2026-07-19T12:00:00Z |
| maintenance | If you find stale or incorrect information here, 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. |
codexcodexPreset() (tui/internal/preset/preset.go:1148-1176) uses provider
codex, model gpt-5.6-sol, the Codex endpoint
https://chatgpt.com/backend-api/codex, and ChatGPT OAuth rather than an API
key env-var. The manifest exposes provider-native vision and web search.
Exact image support can depend on the current model/account; verify it rather than treating this manual as a promise.
Read the official Codex authentication and Codex models pages on demand. No separate Codex vision MCP is established. If the native route fails, report the failure and use this manual for discovery; do not fall back to a generic OpenAI key, switch providers, or auto-load/invoke an MCP. Recheck the TUI preset source for model and capability changes. Never inspect, print, or reproduce OAuth token contents.
For base URL/API-compat/model/capability declaration shape versus
credentials, see reference/operations/endpoint-capabilities/SKILL.md. See
also reference/codex-pool/SKILL.md for the pooled multi-account variant.
To check live OAuth quota/rate-limit state for this account, query the
app-server directly: complete initialize, then send the
account/rateLimits/read request (its params are structurally null — no
request body), and read the GetAccountRateLimitsResponse
(usedPercent/windowDurationMins/resetsAt per window, plan/credits
fields). Optionally also watch the sparse account/rateLimits/updated
notification as a rolling supplement, never a substitute for the read.
Full field-by-field routing, the official-272K-vs-measured-372K distinction,
and secret-safety rules live in
reference/operations/endpoint-capabilities/SKILL.md — do not restate or
re-derive that evidence here.