@lingtai-ai/preset-skill-deepseek
AOfficial-source-led manual for the TUI `deepseek` template.
Install
agr install @lingtai-ai/preset-skill-deepseek --target claudeWrites 1 file into .claude/skills/, pinned to git-c16be0d1.
- .claude/skills/preset-skill-deepseek/SKILL.md
Document
name: preset-skill-deepseek
description: Official-source-led manual for the TUI deepseek template.
version: 2.0.0
last_changed_at: "2026-07-19T00: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."
deepseek
deepseekPreset() (tui/internal/preset/preset.go:1052-1061) uses the
shared OpenAI-compatible text shape: provider deepseek, default model
deepseek-v4-pro, https://api.deepseek.com, and DEEPSEEK_API_KEY.
The shipped manifest has no vision capability, so this manual records no
direct image route and no DeepSeek plan-level vision MCP.
Template-specific settings
Read the official DeepSeek API introduction when checking current models, protocol, or limits. For an image request, report that this preset’s shipped wiring is text-only and let the agent discover an explicitly chosen skill if one exists; do not guess credentials, switch providers, or auto-load/invoke an MCP. Verify the provider/model/endpoint/env-var fields in TUI source after a template change.
Operations
For base URL/API-compat/model/capability declaration shape versus
credentials, see reference/operations/endpoint-capabilities/SKILL.md.
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- passType matchnot applicable to this artifact type
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-c16be0d1b1092026-07-31