소스 정보
- 저장소
- Lingtai-AI/lingtai
- 최근 소스 활동
- 2026년 9월 7일 20:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 698
- 포크
- 61
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Lingtai-AI/lingtai --skill preset-skill-openrouter명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | preset-skill-openrouter |
| description | Use when revising the built-in openrouter 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 openrouter preset. openrouterPreset in tui/internal/preset/preset.go:1418 ships gateway provider openrouter, model z-ai/glm-5.3, provider-resolved base_url, OPENROUTER_API_KEY, web_search, and skills; the stock manifest has no vision capability.
The stock template is text-only. A saved preset that explicitly adds
capabilities.vision may attempt the selected downstream model's endpoint
and only then may the vision tool attempt that endpoint; gateway-wide
multimodality alone does not change this template.
Read the official OpenRouter model guide and multimodal guide. For the live gateway catalog, authenticated GET https://openrouter.ai/api/v1/models is the lookup; inspect each returned id, input_modalities, supported parameters, and endpoint details. The website is useful for browsing but the API response is the served-list evidence. Do not confuse a downstream provider model or gateway-wide multimodality with the stock preset's capability wiring.
Start at openrouterPreset in tui/internal/preset/preset.go. OpenRouter intentionally has no providerModels picker or modelHasVision binding, so the model remains free text and a catalog update does not automatically edit the TUI. Recheck the constructor's provider-resolved base_url, credential, and absent vision key; inspect the fixed capability rendering only if that constructor contract changes. Follow tui/CONTRACT.md.
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 revises the constructor default to z-ai/glm-5.3. GLM 5.3, 5.3 Flash, and 5.2 remain documented choices only; batch variants are excluded from interactive use and no universal picker is introduced.
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 OpenRouter gateway and capability
facts.