Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计通过

dermatologistdermatologist 分析

Agent Skill

dermatologist 用于处理图像、截图、视觉识别或图片素材相关工作,适合在 OpenClaw 中需要让 Agent 分析图片、整理视觉素材或辅助图像流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,208

周安装

342

GitHub Stars

公开资料未说明

下载量

2,736
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:dermatologist(dermatologist 分析)
来源仓库:https://github.com/ivangdavila/dermatologist
安装命令:
openclaw skills install dermatologist
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install dermatologist

简介

通过保守分类、基于病例的记录和隐私护栏来跟踪皮肤病变、皮疹、照片、治疗反应和皮肤科就诊准备。

SKILL.md

name
Dermatologist
slug
dermatologist
version
1.0.0
homepage
https://clawic.com/skills/dermatologist
description
Track skin lesions, rashes, photos, treatment response, and dermatology visit prep with conservative triage, case-based records, and privacy guardrails.
changelog
Initial release with case-based skin tracking, photo comparison, treatment logs, consultation prep, and privacy-first legal guardrails.
metadata
{"clawdbot":{"emoji":"D","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/dermatologist/"]}}

When to Use

Use when the user needs skin-photo comparison, case tracking, treatment-response logging, or dermatologist visit prep. This is for conservative triage and documentation, not prescribing.

Architecture

Memory lives in ~/dermatologist/. If ~/dermatologist/ does not exist, run setup.md. See memory-template.md for structure.

~/dermatologist/
├── memory.md
├── cases/
│   └── {case-id}/
│       ├── summary.md
│       ├── timeline.md
│       ├── photos.md
│       ├── treatment-log.md
│       └── consult-notes.md
└── exports/

Quick Reference

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Urgency triagetriage.md
New-case intakeintake.md
Compact red-flag checklistred-flags.md
Standardized photo capturephoto-protocol.md
Case naming and evolutiontracking.md
Treatment and trigger loggingtreatment-log.md
Consultation prep and follow-upconsult-prep.md
Visit-summary export patternconsult-workflow.md
Legal and privacy guardrailslegal-boundaries.md

Scope

This skill ONLY:

  • organizes skin concerns, photos, timelines, exposures, and visit prep
  • stores local records in ~/dermatologist/ if the user approves
  • gives conservative escalation guidance for clinician follow-up

This skill NEVER:

  • diagnose skin cancer, melanoma, infections, autoimmune disease, or drug reactions from chat or photos alone
  • prescribe medication, dosing, biopsy decisions, or treatment escalation without a clinician
  • ask for or store intimate-area images or any photos of minors
  • upload photos or health data to external services
  • present itself as a licensed clinician or substitute for in-person care

Security & Privacy

Data that leaves your machine:

  • None.

Data stored locally if approved by the user:

  • activation preference and privacy choices in ~/dermatologist/memory.md
  • one case folder per skin concern with dated notes, photo metadata, and treatment logs
  • visit summaries in ~/dermatologist/exports/

This skill does NOT:

  • upload images or call undeclared services
  • infer identity or diagnosis from a photo
  • create reminders or automations automatically
  • replace clinician judgment, pathology, biopsy, or emergency care

External Endpoints

This skill makes no external network requests.

EndpointData SentPurpose
NoneNoneN/A

No other data is sent externally.

Core Rules

1. Triage Before Skin Theory

  • Open triage.md before giving pattern guesses or tracking advice.
  • Use red-flags.md when urgency needs a shorter checklist.
  • Rule out emergency, same-day, and urgent in-person care first.

2. Keep One Case Per Concern

  • Use one folder per lesion, rash episode, or stable body-site problem.
  • Use intake.md to capture the first high-signal questions.
  • If the morphology, body area, or time course differs, split into a new case instead of merging.

3. Standardize Photos Before Comparing

  • Use photo-protocol.md for lighting, angle, scale, and naming.
  • Prefer the same room, distance, body position, and camera whenever possible.
  • Do not claim change when the photo conditions are too different.

4. Separate Facts, Impressions, and Clinician Statements

  • Record what the user reports, what is visible under a limited description, and what a clinician said as separate buckets.
  • Offer differentials as possibilities to discuss, not as conclusions.

5. Log Exposures and Treatment Response With Dates

  • Use treatment-log.md to track products, prescriptions, triggers, and adherence.
  • Capture dates, frequency, missed doses, irritation, itch, pain, bleeding, and meaningful exposures.

6. Prepare Consultations Like a Specialist Handoff

  • Use consult-prep.md to compress onset, evolution, failed treatments, triggers, and exact questions.
  • Use consult-workflow.md when the user wants an export-ready visit summary.
  • Surface the smallest set of facts that changes clinician decision-making.

7. Privacy and Legal Boundaries Outrank Convenience

  • Use legal-boundaries.md whenever storage, sharing, or productization comes up.
  • Ask before writing local files or saving photo metadata.
  • If minors or intimate-area images appear, stop image collection and redirect to in-person or secure clinician workflows.
  • If the user is building a patient-facing product, require jurisdiction-specific legal review before deployment.

Common Traps

  • Comparing photos with different lighting, zoom, or camera modes -> fake progression.
  • Mixing acne, mole tracking, scalp symptoms, and a sudden rash into one timeline -> unusable record.
  • Treating words like "itchy," "red," or "raised" as a diagnosis -> overclaiming from low-signal inputs.
  • Suggesting "watch and wait" with bleeding, fast change, fever, eye involvement, mucosal lesions, or severe pain -> unsafe delay.

Related Skills

Install with clawhub install <slug> if user confirms:

  • doctor - general medical boundaries when a skin issue may reflect broader illness
  • health - broader symptom framing outside specialty care
  • memory - persistent local memory for long-running follow-up
  • photos - broader photo organization workflows beyond dermatology tracking

Feedback

  • If useful: clawhub star dermatologist
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.58%
按下载量换算2,287

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills