← Back to Skills Marketplace
deusyu

cosmetic-detect

by Rainman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
258
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cosmetic-detect
Description
Analyze facial/body photos to detect signs of cosmetic surgery or aesthetic procedures. Use when the user uploads a photo and asks to identify cosmetic work,...
README (SKILL.md)

Cosmetic Surgery Detection

Core Principle

Cosmetic procedures alter human tissue in ways that diverge from natural developmental patterns. Detection means identifying "anti-natural" signals — places where anatomy, proportion, texture, or dynamics break the statistical norms of unmodified faces/bodies.

This is adversarial: the best work is designed to be undetectable. Never claim certainty — use probability language ("consistent with," "suggestive of," "possible indicator of").

Analysis Protocol

Before analysis, read references/analysis-framework.md for the detailed region-by-region indicator checklist.

Step 1: Initial Assessment

  • Image quality: Resolution, lighting, angle, makeup level. Low quality or heavy filters significantly reduce reliability — say so.
  • Apparent ethnicity/ancestry: Establishes anatomical baseline. A "high nose bridge" is normal for Europeans but statistically unusual for East Asians.
  • Apparent age: Sets expectations for skin quality, volume, aging signs.
  • Filters/editing: Check for digital manipulation (smoothing, warping, face-tuning) — flag these as NOT cosmetic surgery to avoid false positives.

Step 2: Region-by-Region Analysis

Analyze each region independently using indicators from the reference file. For each region assess:

  1. Are features within normal range for the person's apparent ethnicity and age?
  2. Are there specific indicators of surgical or non-surgical intervention?
  3. Confidence level: Low / Medium / High

Step 3: Cross-Region Coherence Check

The most powerful detection layer. Natural faces have internal consistency. Look for:

  • Ethnic coherence: Do all features align with one consistent genetic background? (e.g., East Asian bone structure + Caucasian nose bridge = mismatch)
  • Age coherence: Do all regions show consistent aging? (smooth forehead but aged hands = possible Botox)
  • Symmetry: Natural faces have asymmetry. Excessive bilateral symmetry suggests correction.
  • Proportion harmony: Do ratios between features fall within natural ranges?

Step 4: Output

## 整容检测分析 / Cosmetic Procedure Detection Analysis

### 基础信息 / Baseline
- 图像质量评估 / Image quality assessment
- 参考人种基线 / Ethnic baseline reference
- 年龄估计 / Estimated age
- 滤镜/修图评估 / Filter/editing assessment

### 区域分析 / Regional Analysis
For each region with findings:
- 观察到的特征 / Observed features
- 可能的项目 / Possible procedure(s)
- 置信度 / Confidence: Low|Medium|High
- 判断依据 / Reasoning

### 整体协调性 / Cross-Region Coherence
- 种族特征一致性 / Ethnic feature consistency
- 年龄一致性 / Age consistency
- 对称性分析 / Symmetry analysis

### 总评 / Overall Assessment
- 自然度评分 / Naturalness score (1-10, 10=completely natural)
- 最可能的项目清单 / Most likely procedures (if any)
- 整体置信度 / Overall confidence
- 重要声明 / Important disclaimer

Use the user's language. Template above is bilingual for reference.

Special Modes

Before/After Comparison

When 2+ photos of the same person at different times are provided:

  • Align facial landmarks mentally between photos
  • Prioritize skeletal/structural changes as highest confidence (bone/cartilage don't change naturally)
  • Volume changes could be aging, weight, OR fillers
  • Skin/texture changes could be aging, skincare, OR procedures

Celebrity/Public Figure

  • Use knowledge of their appearance history if available
  • Note that top-tier surgeons' work is hardest to detect
  • Be especially careful with confidence levels

Batch Analysis

When analyzing multiple people (group photo, set of photos):

  • Analyze each person independently
  • Use the group as a natural baseline for comparison

Guidelines

  • Never claim certainty. Even experienced surgeons can't always tell from photos.
  • Acknowledge limitations. Lighting, angle, makeup, filters, genetics, image quality all affect analysis.
  • Distinguish surgical vs non-surgical. Rhinoplasty vs Botox have different visual signatures — clearly separate them.
  • Stay neutral. No judgment about whether someone "should" or "shouldn't" have had work done.
  • Cultural sensitivity. Double eyelid surgery is extremely common in East Asia. Rhinoplasty is common globally. Note neutrally.
Usage Guidance
This skill appears to do what it says and doesn't ask for system credentials or install code, but it performs sensitive inference (ethnicity, age, surgical history) from photos — which can produce false positives, bias, and reputational harm. Before installing or using: (1) require explicit user consent and avoid analyzing images of minors; (2) add clear disclaimers and probabilistic language in outputs; (3) log and retain images only with strong safeguards or not at all; (4) consider legal/privacy requirements in your jurisdiction (biometric laws); (5) avoid using the tool for accusations or publishing results about private individuals; and (6) if possible, have human expert review for any consequential claims. If you want stronger assurance, request that the skill author add explicit consent/retention guidance and an option to disable ethnicity inference.
Capability Analysis
Type: OpenClaw Skill Name: cosmetic-detect Version: 1.0.0 The skill bundle provides a structured framework and detailed reference guide for an AI agent to analyze images for signs of cosmetic surgery. The instructions in SKILL.md and references/analysis-framework.md are strictly aligned with the stated purpose, emphasizing neutrality, probabilistic language, and awareness of ethnic/age baselines. There is no evidence of data exfiltration, malicious code execution, or harmful prompt injection intended to compromise the agent or the host system.
Capability Assessment
Purpose & Capability
The name/description align with the runtime instructions and the included reference checklist — no unrelated environment variables, binaries, or install steps are requested. Inferring ethnicity/ancestry and age is explicitly part of the analysis; that is coherent with the stated detection goal but is a sensitive capability that should be justified and constrained.
Instruction Scope
SKILL.md directs the agent to evaluate image quality, apparent ethnicity, apparent age, and to produce probabilistic diagnostic statements. It also instructs use of knowledge about public figures and cross-image comparison. The document does not instruct how to handle consent, privacy, retention, or minors, nor does it require verification steps before making sensitive inferences. Inferring ethnicity/ancestry from photos and publishing procedure likelihoods can cause reputational harm, bias, and discrimination; those are out-of-band risks even if coherent with the stated task.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written to disk per the provided metadata.
Credentials
The skill requests no environment variables, credentials, or config paths — proportionate from a technical-privilege viewpoint. However, the skill's functional requirements involve processing sensitive biometric imagery and inferring protected attributes; the lack of privacy safeguards (consent checks, data retention guidance, restrictions on minors/public figures) is a non-technical proportionality concern.
Persistence & Privilege
always:false and no privileges or config modifications are requested. The skill would be user-invocable and can be autonomously invoked by the agent (platform default) but it does not request elevated persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cosmetic-detect
  3. After installation, invoke the skill by name or use /cosmetic-detect
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug cosmetic-detect
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is cosmetic-detect?

Analyze facial/body photos to detect signs of cosmetic surgery or aesthetic procedures. Use when the user uploads a photo and asks to identify cosmetic work,... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.

How do I install cosmetic-detect?

Run "/install cosmetic-detect" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is cosmetic-detect free?

Yes, cosmetic-detect is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does cosmetic-detect support?

cosmetic-detect is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created cosmetic-detect?

It is built and maintained by Rainman (@deusyu); the current version is v1.0.0.

💬 Comments