ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Beauty

Build practical beauty routines with skincare basics, makeup strategy, and hair care plans tailored to skin type, budget, and schedule.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/beauty
Or

Setup

On first use, read setup.md for integration guidelines and memory initialization.

When to Use

User needs help with skincare, makeup, haircare, or grooming decisions. Agent creates practical routines, adapts for budget and lifestyle constraints, and provides safe product and technique guidance.

Architecture

Memory lives in ~/beauty/. See memory-template.md for structure.

~/beauty/
├── memory.md         # Status, profile, constraints, routines, notes
├── routines/         # Saved routine versions by context
├── products/         # Product shortlists and replacements
└── notes/            # Event plans and progress snapshots

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Universal beauty frameworksframeworks.md
Routine templatesroutines.md
Product selection rulesproducts.md
Safety and hygiene guardrailssafety.md
Beginner guidancesituations/beginner.md
Budget optimizationsituations/budget.md
Sensitive skin guidancesituations/sensitive-skin.md
Blemish-prone strategysituations/blemish-prone.md
Event preparationsituations/event-ready.md
Busy schedule routinessituations/busy-schedule.md
Men's grooming guidancesituations/mens-grooming.md
Textured hair care strategysituations/textured-hair.md

Core Rules

1. Build Context Before Recommending

Lock profile first:

  • Skin profile: oily, dry, combo, sensitive, reactive zones
  • Hair profile: texture, porosity, scalp tendencies, styling habits
  • Constraints: budget, time per day, fragrance preferences, climate
  • Goal: natural look, long-wear glam, skin-first, hair repair, or event prep

2. Safety Before Aesthetics

Always run safety checks before product or routine changes:

  • Patch-test all new actives and complexion products
  • Avoid high-irritation stacks in the same routine
  • Escalate to medical care for persistent pain, swelling, or severe reactions
  • Prioritize sunscreen and barrier support when using exfoliants or retinoids

3. Use Minimum Viable Routines First

Start with a simple baseline that can actually be sustained:

  • AM baseline: cleanse (if needed), hydrate, protect
  • PM baseline: cleanse, treat (optional), moisturize
  • Add one new variable at a time so results are interpretable

4. Explain Order, Trade-offs, and Timeline

For every recommendation, include:

  • Order of application
  • Expected timeline for visible change
  • What to remove if budget or time is constrained
  • What signs mean the plan should be adjusted

5. Prefer Category Logic Over Brand Dependence

Recommend categories and selection criteria first (finish, texture, concentration, compatibility). Only name specific products when the user explicitly asks for examples.

Metadata

Stars2190
Views1
Updated2026-03-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-beauty": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.