AI Agent Hub
Back to skills
WiseDiag Skin icon

WiseDiag Skin

Professional Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_a457224d/wisediag-skin.

About this skill

When It Helps

Use this skill when you already have a local skin photo and want the model to go beyond generic image description: it can point to possible skin conditions, give a brief analysis, and produce recommendations. It is useful for engineering workflows where the input is a local file path, and the script handles upload, API calls, streaming output, and saving the final report without hand-rolled multipart/form-data handling.

How It Works

The workflow is local binary upload + WiseDiag AI analysis + streaming output:
- Pass a local image with -f or --file, such as skin.jpg or rash.png;
- The script reads WISEDIAG_API_KEY from the environment and calls the WiseDiag service;
- Optionally refine the request with --question; by default it asks for possible conditions;
- Execution can take 30–120 seconds, especially for large images, and the script prints streaming output;
- The final result is saved automatically to ~/.openclaw/workspace/WiseDiag-Skin/{name}.md.

Limits And Notes

The output is for reference only and is not a medical diagnosis. Images are uploaded to WiseDiag cloud servers for processing, so avoid uploading photos that contain sensitive or private content. Use supported formats such as JPG, PNG, WebP, GIF, BMP, or TIFF, and keep the photo clear and well-lit. If you see WISEDIAG_API_KEY is not set, authentication failure, or File not found, check the environment variable, API key status, and local path respectively.

Use Cases

  • You have a local rash photo and want to call WiseDiag for possible conditions and save the report.
  • You have a mole image and want to upload it by local path to request basic care guidance.
  • You are testing an external AI API and want a script for streaming output plus Markdown saving.
  • You received a skin-photo request and want to call a recognition service without manual multipart uploads.

Best For

  • AI engineers who need to turn local skin photos into saved Markdown analysis reports.
  • Backend developers testing WiseDiag streaming responses and API key configuration.
  • App developers handling skin-photo requests without manually building multipart uploads.
  • Health-app developers adding an external AI analysis step for user skin images.