← 返回 Skills 市场
deusyu

cosmetic-detect

作者 Rainman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
258
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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,...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cosmetic-detect
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cosmetic-detect 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug cosmetic-detect
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。

如何安装 cosmetic-detect?

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

cosmetic-detect 是免费的吗?

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

cosmetic-detect 支持哪些平台?

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

谁开发了 cosmetic-detect?

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

💬 留言讨论