Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Lingtai-AI/lingtai --skill preset-skill-grok명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | preset-skill-grok |
| description | Use when revising the built-in grok TUI preset. |
| version | 3.0.0 |
| last_changed_at | 2026-09-07T00:00:00Z |
| related_files | ["tui/internal/preset/preset.go","tui/internal/tui/preset_editor.go","tui/internal/tui/SKILL.md","tui/CONTRACT.md","tui/internal/preset/revision.go","tui/internal/headless/preset_revision.go"] |
| 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. |
Use this child for the named built-in grok preset. grokPreset in tui/internal/preset/preset.go:1375 ships grok-4.5, provider grok, OpenAI compatibility, https://opencode.ai/zen/go/v1, and OPENCODE_GO_API_KEY. This is the TUI's only verified Grok route; it has no vision capability. Custom is available for a user-owned xAI or other gateway, but is not the built-in route.
For the built-in route, read the official OpenCode Go docs and call the authenticated gateway GET https://opencode.ai/zen/go/v1/models. That served-model list is authoritative for this preset; the xAI API docs are only for model-level capability facts and do not establish an xAI route in the TUI. Preserve lowercase IDs and the shared Go credential. Do not use an xAI catalog entry as proof that OpenCode Go serves it. GROK_API_KEY is only the provider-generic fallback; the shipped default keeps OPENCODE_GO_API_KEY because the default endpoint is the shared Go gateway.
Start at grokPreset in tui/internal/preset/preset.go. Revise ProviderRegionURLs["grok"] and ProviderDefaultEnv for route/env changes, providerModels["grok"] for the picker, and modelHasVision["grok-4.5"] for a reviewed vision fact in tui/internal/tui/preset_editor.go. Recheck the constructor's absent vision key and the OpenCode Go default row. Follow tui/internal/tui/SKILL.md and tui/CONTRACT.md.
The picker currently offers grok-4.5 only and modelHasVision records it false: the Go endpoint's image-input mapping is not pinned. A Custom row does not turn an xAI endpoint into the shipped route.
Prepare an evidence-bound manifest and explicit input, then run lingtai-tui presets revise --manifest PATH --input PATH --mode dry-run|check|apply [--output-dir PATH]. Review the JSON plan, use dry-run/check before apply, and apply only to a new explicit output directory. revision.go validates hashes, route bindings, and evidence and preserves unowned bytes. This amendment does record the evidence-bound no-op: Grok remains OpenCode Go-only at grok-4.5, with no product refresh to an unverified Go model or vision route.
Maintenance: If the relevant TUI preset/page is revised, check whether this sub-skill also needs revision and, if so, include it in the same PR.
For save, endpoint/capability, availability, activation/refresh, or
troubleshooting, use the five shared operation children under
reference/operations/; this child owns Grok route and capability facts.