快速了解
它能做什么
诊断 Reasonix 的技能、MCP 服务器、钩子、命令和插件为何不可用或配置错误。
本站提供的是中文说明,不代表该项目或 Plugin 自身提供中文界面;语言支持请以上游文档为准。
选择前先看
这是 Reasonix 内置的诊断指南:它引导你查看 `reasonix doctor capabilities --json` 的相关部分,并按需查阅技能、命令、钩子、MCP、插件和指令的专门说明。该指南强调先基于证据定位问题,再修改配置。
适合谁
需要排查 Reasonix 能力加载、发现顺序、优先级或配置问题的用户。
常见任务
- 在不启动 MCP 子进程、也不发起网络请求的情况下检查静态能力诊断结果。
- 排查技能、斜杠命令、钩子、MCP 服务器、插件或长期指令缺失、未加载或配置不正确的原因。
- 仅在会话中明确获准启动服务器后,执行实时能力探测。
权限与数据
静态诊断旨在避免网络访问和 MCP 启动;实时探测的暴露范围更大。
权限- 静态报告会读取 Reasonix 能力配置及其来源。
- 经明确授权后,实时探测可能启动第三方 MCP 服务器。
- 报告应脱敏令牌、请求头、环境变量、URL 查询参数、用户名和外部机器路径。
- 诊断界面可复制已脱敏的 JSON。
- 静态诊断不会发起网络请求,也不会启动 MCP 子进程。
- 实时探测可能连接已配置的第三方服务器。
- 提供的证据未声明静态诊断需要凭据。
- 在获准的实时探测期间,可能发送已配置的环境变量或请求头。
局限
- 此技能是诊断指南;不会自动修改配置、执行钩子或重连服务器。
- 提供的证据未验证其能在某个特定 Reasonix 版本或环境中成功安装和运行。
- 不能仅因提出诊断请求就运行实时探测;必须获得会话中的明确授权。
DSHub 已核对
- 该技能是名为 `reasonix-guide` 的内联工件,用于诊断 Reasonix 能力配置。
- 文档说明其静态报告不会启动 MCP 子进程或发起网络请求。
- 仓库快照和技能来源均固定到特定提交。
DSHub 未核对
- 未在目标 Reasonix 环境中执行安装。
- 未执行静态或实时诊断命令。
- 证据未声明与特定 DSHub Harness 版本的兼容性。
固定版本安装
主要操作
这个独立 Skill没有 DSH Plugin 安装操作,请根据源码文档使用真实交付方式。
维护者原文
Skill 使用说明
name: reasonix-guide description: "Diagnose missing or misconfigured Reasonix skills, commands, hooks, MCP servers, plugins, and instructions." runAs: inline
Reasonix capability diagnostics
For a loading or configuration problem, start with the relevant section of
reasonix doctor capabilities --json. This static report starts no MCP
subprocesses and makes no network calls. Use its issue codes, sources, and
remediations; a configuration question with enough evidence needs no full report.
References
Read only the page needed for the reported capability. These files are bundled
in the binary; a (builtin:...) source is not a local filesystem path.
| Capability | Reference |
|---|---|
| Skill discovery, priority, overrides | skills |
| Slash command naming and overrides | commands |
| Hook events, matching, timeouts | hooks |
| MCP sources, transport, startup | MCP |
| Plugin manifests and loading | plugins |
| Standing instruction scope and imports | instructions |
Read a page using read_skill with name="reasonix-guide" and
reference="references/skills.md" (substitute the page path). If the tool is
not directly exposed, use:
{"action":"call","capability_id":"tool:read_skill","arguments":{"name":"reasonix-guide","reference":"references/skills.md"}}
Runtime and permissions
Desktop Settings → Diagnostics opens a static report. Refresh repeats collection; the optional session-runtime view reads the active tab Host without starting MCP. The page can copy redacted JSON and link to the relevant settings tab; it never auto-edits config, executes hooks, or reconnects servers.
Live probing runs third-party code and may send configured environment/headers.
Use reasonix doctor capabilities --live --timeout 5s --json only when starting
those servers is explicitly authorized in the session. A diagnostic request
alone does not authorize configuration changes.
Keep tokens, header/env values, URL query strings, usernames, and external
machine paths out of reports. Use <workspace>/…, ~/…, or <external>/….
有意识地管理
安装与管理
前置条件与目标 Profile
目标: reasonix Profile
交付方式: Skill 文件 — https://raw.githubusercontent.com/esengine/DeepSeek-Reasonix/d9d152b3f77c6968557bfd9a9e709d8a2e86a7d1/internal/skill/builtincontent/reasonix-guide/SKILL.md。
兼容性与访问范围
Built-in inline Reasonix diagnostic skill: Not declared in supplied evidence。
风险事实
证据与编辑审查Manifest、Bundle patch、分发与新鲜度
不可变证据
审查状态与源码活动
请先使用静态诊断路径。实时探测可能运行第三方代码并暴露已配置的连接数据,应作为明确选择后才执行的操作。
AI 审查于 2026/9/16 UTC 14:21。GitHub 事实核对日期: 2026/9/16 UTC 14:21。
自当前证据基线以来,没有记录到重要源码变化。