用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/RainyGao-GitHub/DocSys --skill list-models命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | list_models |
| description | List all available AI models for chat and RAG |
| category | ai |
| version | 1.1.0 |
| author | DocSys Team |
| permissions | ["read"] |
| tags | ["ai","models","list","available-models"] |
Display all available AI models that can be used for chat and RAG.
AI models, 模型列表, 可用模型, models, list models, 查看AI模型, 支持哪些模型, available models, what models, list AI models, 查看可用模型, AI模型有哪些, 支持哪些LLM, list all AI models, what LLM models, 可用的大模型, 大模型列表, 模型能力, 模型对比
docsys models
docsys models --verbose
| Parameter | Type | Required | Description |
|---|---|---|---|
| --verbose | flag | no | Show detailed model capabilities |
User: "what AI models are available"
Skill triggers → calls: docsys models
Output: gpt-4o (OpenAI, default), gpt-3.5-turbo (OpenAI), claude-3 (Anthropic)
User: "show me all available models in detail"
Skill triggers → calls: docsys models --verbose
Output: Name, Provider, Context Window, Supports Vision, Supports Function Calling, Default
User: "支持哪些大模型"
Skill triggers → calls: docsys models
Output: 可用模型:gpt-4o (OpenAI)、文心一言 (Baidu)、通义千问 (Alibaba)
User: "list available AI models"
Skill triggers → calls: docsys models
Output: 错误:No AI models configured(未配置模型时返回此错误)
User: "哪个模型最适合写代码"
Skill triggers → calls: docsys models --verbose → then apply recommendation rules:
| Use Case | Recommended | Why |
|---|---|---|
| Code generation | gpt-4o / claude-3 | High context_window + strong reasoning |
| Long document summarization | gpt-4o | Largest context_window |
| Fast simple Q&A | gpt-3.5-turbo | Lowest latency |
| Chinese content | 文心一言 / 通义千问 | Native Chinese training |
| Function calling | claude-3 / gpt-4o | Native function_calling support |
| Output: Recommended model + capability fields |
Success: Model list with name, provider, is_default. With --verbose: + context_window (tokens), capabilities (vision, function_calling). Error: "No AI models configured", "Connection failed", "API timeout"
| Error | Cause |
|---|---|
| No AI models configured | No AI models available in config |
| Connection failed | DocSystem unreachable |
| API timeout | AI service timeout |
See references/ for related skills and API docs.