AI Agent Hub
Back to skills
TCM Facial Diagnosis Analysis Tool icon

TCM Facial Diagnosis Analysis Tool

Professional Updated 2026.08.29

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

Follow https://skillhub.cn/install/skillhub.md to install @user_bb47e3e3/face-analysis into your AI assistant.

About this skill

Problem

When users have an MP4 video or a video URL containing a face and want a reproducible TCM facial diagnosis reference, manual inspection is hard to standardize. This skill turns video input, cloud analysis, structured reports, and history lookups into one script-driven workflow.

Capabilities and flow

  • Input: Supports local MP4 paths or network video URLs; the face should be clearly visible, with a typical maximum size of 10MB.
  • Identity: A valid open-id is required before analysis to store and query historical reports; values must not be guessed or generated.
  • Analysis: Uses scripts/face_analysis.py to call the server-side diagnostic API and evaluates TCM inspection signals such as complexion, luster, and texture.
  • Output: Returns structured results covering constitution, organ-system condition, health alerts, and wellness suggestions, with basic, standard, or json detail levels.
  • History: --list queries the cloud API for prior reports and can present them as a Markdown table with report name, analysis time, and view link.

Boundaries and notes

The output is for health reference only and cannot replace professional medical diagnosis. Historical reports must come from the cloud interface rather than local memory files, and optional API keys must authenticate successfully when provided.

Use Cases

  • A TCM content operator receives an authorized facial video and wants a structured diagnosis draft covering constitution and wellness advice.
  • A health app engineer passes a local MP4 or video URL to the face_analysis script and retrieves JSON results for storage.
  • A health data operator queries cloud report history by open-id and formats report names, timestamps, and links as Markdown.
  • A TCM digital project validates uploaded videos against the 10MB limit and extracts structured fields such as complexion and texture.

Best For

  • A digital TCM health product lead who needs facial videos converted into constitution, health alert, and wellness fields.
  • A health application engineer who needs to run face_analysis, handle open-id, and parse JSON reports.
  • A TCM content editor who needs to write non-diagnostic wellness copy from complexion, luster, and texture results.
  • A health data operator who needs to query cloud report lists by open-id and produce archivable Markdown tables.