face-analysis

Analyze MP4 videos or URLs to produce structured TCM facial diagnosis reports.

Updated May 18, 2026
One-click install
npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill face-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: face-analysis
Source: https://github.com/smyx-sunjinhui/smyx-open-claw-skills/tree/main/skills/face-analysis
Command: npx skills add https://github.com/smyx-sunjinhui/smyx-open-claw-skills --skill face-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users turn local MP4 videos or public video URLs into structured Traditional Chinese Medicine (TCM) facial diagnosis results, so people can quickly obtain a usable health-interpretation report without manual analysis.

Core Features & Use Cases

  • Video-based TCM facial diagnosis: Upload an MP4 file or provide a network MP4 URL to call the server-side facial diagnosis API and return structured TCM results (including constitution/health assessment).
  • History report lookup (cloud only): When triggered by history-query keywords, it fetches historical diagnosis records from the cloud API (never from local memory) and outputs them as a Markdown table with report export links.
  • Guardrailed execution: Enforces file validation (format/size) and requires an open-id provided by the user or configured via the workspace configs before any API call.

Quick Start

Ask it to analyze the uploaded MP4 video for a TCM facial diagnosis and return the structured report.

Frequently Asked Questions about face-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a TCM face analysis from an MP4 video?

To get a TCM face analysis, you provide an MP4 file or a public video URL for server-side processing. The Skill returns structured Traditional Chinese Medicine facial diagnosis results for health reference.

What video formats are supported for TCM facial diagnosis?

TCM facial diagnosis supports MP4, AVI, and MOV video formats for upload. The system enforces file validation and size limits before invoking the server-side API for analysis.

Do I need an open-id to run video analytics for health insights?

Yes, an open-id is required to run video analytics for health insights. You must provide it or configure it via workspace settings before any API call can be executed.

Can I retrieve historical TCM diagnosis reports from the cloud?

Yes, you can retrieve historical TCM diagnosis reports from the cloud by triggering a history query. The system fetches records exclusively from the cloud API and outputs them as a Markdown table with export links.

How does cloud-based facial analysis handle history report lookup?

Cloud-based facial analysis handles history report lookup by securely fetching past diagnosis records from the cloud API. It never uses local memory, outputting results as a Markdown table with report export links.