← 返回 Skills 市场
wisediag

WiseDiag-Skin

作者 wisediag · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wisediag-skin
功能描述
Skin Disease Analysis — Analyze skin photos (via local file binary upload) and identify possible conditions via WiseDiag AI. Triggered when the user asks to...
使用说明 (SKILL.md)

When to Use This Skill

Activate this skill when any of the following conditions are met:

  • The user provides a local image file of a skin condition and asks to analyze it
  • The user says things like "analyze this skin photo", "what is this rash", "check this mole", or similar requests (in any language)

Note: This skill uses local file upload (binary stream). The user should provide a local file path (e.g. /home/user/skin.jpg, C:\Users\...\rash.png) and the script uploads it via binary stream (-f).


⚠️ Privacy Notice

Please read before installing:

This tool transmits your skin image files to WiseDiag cloud servers (via direct binary upload) for AI analysis.

Do not upload images containing sensitive or private content unless:

  • You trust WiseDiag's data handling policy
  • You accept that the file content will be transmitted to and processed remotely

The output of this tool is for reference only and does not constitute medical diagnosis. Please consult a doctor for any health concerns.


WiseDiag Skin Disease Analysis (OpenClaw Skill)

Upload a skin photo and let WiseDiag AI automatically identify possible skin conditions and provide analysis and recommendations.

License Python

Features

  • Local file binary upload: upload skin images directly via multipart/form-data
  • AI-powered skin condition identification from photos
  • Streaming output — results appear in real time
  • Results automatically saved as a Markdown file

Installation

pip install -r requirements.txt

🔑 API Key Configuration (Required)

Get your API Key: 👉 https://console.wisediag.com/apiKeyManage

The API key MUST be set as an environment variable. The script reads it automatically.

export WISEDIAG_API_KEY=your_api_key

Usage (Step-by-Step)

Do not call any API or HTTP endpoints directly — use only the script below.

⚠️ IMPORTANT: The script makes HTTP requests to an external API and may take 30-120 seconds to complete (especially for large images). Do NOT kill or interrupt a running command — wait for it to finish. The script prints streaming output so you can see it is working.

cd scripts

# Basic usage: upload a local skin image
python3 skin.py -f "/path/to/skin.jpg"

# Ask a specific question
python3 skin.py -f "/path/to/skin.jpg" --question "这个皮疹是什么原因?"

# Specify output filename
python3 skin.py -f "/path/to/skin.jpg" -n "skin_20260324"

Results are automatically saved to ~/.openclaw/workspace/WiseDiag-Skin/{name}.md — no manual saving needed.

Parameters

Parameter Description
-f, --file Local file path to upload as binary stream — image file (required)
--question Question to ask (default: analyze skin and identify possible conditions)
-n, --name Output filename (without extension)
-o, --output Output directory (default: ~/.openclaw/workspace/WiseDiag-Skin)

FAQ

"WISEDIAG_API_KEY is not set" error: Verify the environment variable is set correctly by running echo $WISEDIAG_API_KEY.

"Authentication failed" error: Your API Key may be invalid or expired. Visit console.wisediag.com to check or regenerate it.

"File not found" error: The local file path provided via -f does not exist. Check the path and try again.

Image not recognized: Ensure the image is in JPG, JPEG, PNG, WebP, GIF, BMP, or TIFF format. Photos should be clear and well-lit for best results.

Data Privacy

  • File upload mode (-f): Local files are uploaded as binary streams via multipart/form-data to WiseDiag's server for processing.

Image content is not permanently stored. Results are returned directly to you.

⚠️ Disclaimer

The output of this tool is for reference only and does not constitute medical diagnosis or treatment advice. Please consult a qualified healthcare professional for any health concerns.

License

MIT

能力标签
requires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wisediag-skin
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wisediag-skin 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wisediag-skin 1.0.0 initial release - Analyze local skin images for possible conditions using WiseDiag AI. - Supports binary file uploads via command line. - Streaming output with results saved as Markdown files automatically. - Requires WISEDIAG_API_KEY for authentication. - Includes detailed privacy notice and disclaimer.
元数据
Slug wisediag-skin
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WiseDiag-Skin 是什么?

Skin Disease Analysis — Analyze skin photos (via local file binary upload) and identify possible conditions via WiseDiag AI. Triggered when the user asks to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。

如何安装 WiseDiag-Skin?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wisediag-skin」即可一键安装,无需额外配置。

WiseDiag-Skin 是免费的吗?

是的,WiseDiag-Skin 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WiseDiag-Skin 支持哪些平台?

WiseDiag-Skin 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WiseDiag-Skin?

由 wisediag(@wisediag)开发并维护,当前版本 v1.0.0。

💬 留言讨论