TopRank Skills

Home / Claw Skills / 文档 / mentx@doctor
Official OpenClaw rules 72%

mentx@doctor

基于提出的医疗相关问题,通过 api上传医疗相关图片和文字(表征、内窥镜影像、X光、CT、MRI、超声、心电、各类检测报告等),获取专业医疗辅助决策报告支持。

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 mentx@doctor 技能。 若已安装,则直接安装 mentx@doctor 技能。

Overview

Skill Key
dj801117/mentx-doctor
Author
Mentx.com(仅限中国大陆用户使用)
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/dj801117/mentx-doctor
Latest Commit SHA
63db5ce85c214f6d5fdd163283c926fdb96a8514

Extracted Content

SKILL.md excerpt

# 医疗问题解答助手

## 功能概述

本 skill 用于处理用户上传的医疗相关问题(包含图片和/或文字描述)
如果原始医疗问题包含附件,则先调用 MentX file-upload API(https://developer.mentx.com/docs/file-upload) 上传附件,然后调用MentX Chat Completions API (https://developer.mentx.com/docs/chat-completions) 获取专业的医疗辅助决策报告。
如果原始医疗问题只有文字,则调用MentX Chat Completions API (https://developer.mentx.com/docs/chat-completions) 获取专业的医疗辅助决策报告。


## 使用方式

当用户需要医疗问题解答时,执行以下步骤:
### 1. 输出用户提示
“您的问题已收到。由于医疗健康信息关乎您的切身安全,为了提供更审慎的参考建议,我需要多一些时间(约15-30秒)进行分析。
请稍候片刻,感谢您的耐心。”


### 2. 接收用户输入

- **图片输入**: 用户上传的医学影像、检查报告、症状照片等
- **文字输入**: 症状描述、病史、用药情况等文字信息

### 3. 判断输入类型
如果包含附件,则先调用 API “/v1/files/upload”上传附件,获得上传文件的 id 后,调用v1/chat/completions,获取报告
如果不包含附件,只有文字的问题,则直接调用v1/chat/completions,获取报告

### 4. 构建 API 请求

#### 1  上传附件,需要使用以下格式调用 API “/v1/files/upload” 

```
POST https://developer.mentx.com/v1/files/upload 
Content-Type: application/json
Authorization: Bearer {MENTX_API_KEY}
```

Body multipart/form-data
上传文件并指定智能体。

file file
required
待上传的文件(支持 PDF、DOCX、PPTX、XLSX、图片、音频、视频等)
file=@/path/to/document.pdf

agent string
required
智能体名称,用于文件处理
默认输入:AI-GP-ReportAgent

Responses
200 上传成功
file_id string
文件唯一标识符,用于在对话接口中引用文件

file_name string
原始文件名

file_size integer
文件大小(字节)

file_type string
文件类型/扩展名


#### 2 使用以下格式调用 MentX Chat Completions API获取报告。

```
POST https://developer.mentx.com/v1/chat/completions
Content-Type: application/json
Authorization: Bearer {MENTX_API_KEY}
```

Body application/json
发送对话消息的请求体。

agent string
required
智能体名称,指定要使用的 AI 智能体
默认输入:AI-GP-ReportAgent

messages array
requir...

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".