beautyplus-ai
BeautyPlus portrait beautification: body reshape (breast/butt presets with strength tiers), hair color and hairstyle, outfit change (formal / vacation / cosplay / party / sports), face style, expression (smile / wink / cool), and photo art (tan / flash / film).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/beautypluscom/beautyplus-aiBeautyPlus Skill
When to Use This Skill
Activate when the user wants any of the following on a photo / image (path, URL, or IM attachment):
- Body reshape (figure) — breast enhancement (natural / teardrop / round / outward), peach butt, O-shape butt, etc., each with strong / medium / weak tiers
- Hair — color — natural black, blonde, brown highlights, platinum, silver platinum, teddy warm brown, etc.
- Hair — style — glossy hair, layered cut, soft waves, Latino curls, etc.
- Outfits — formal — gowns, rhinestone mesh dress, feather dress, beaded dress, tartan suit, black suit, etc.
- Outfits — vacation — bunny ears, slip dress, puff dress, hoodie dress, lace corset set, tiered chiffon dress, sheer bikini overlay, etc.
- Outfits — cosplay — carnival, bunny cop, fox shirt, deer girl skirt, Grinch, Victoria Angel, Dallas Cowboy, etc.
- Outfits — party — Floral Camisole, Puff Skirt, One-Shoulder LBD, Red Latex, Moonlight Shimmer Dress, Y3K Set, etc.
- Outfits — sports — Brazilian Bikini, Tennis Set, Cozy Fit, Racing Suit, White Yoga, etc.
- Face style — Natural Beauty, Glamour Beauty, Sweet Beauty, Luminous Beauty, Youthful Beauty
- Expression — Closed Smile, Open Smile, Cool Expression, Wink
- Photo art — Tanning Filter, CCD Flash, Film Flash, Fuji Flash
- Photo restoration — denoise / repair, AI ultra-HD upscaling
Effect KEY: The CLI --task value must be the effect KEY string from the table below. The algorithm spec for each key is returned inline by POST /skill/consume.json (invoke_spec) — do not hard-code AIGC paths.
Billing and user-facing claims (MANDATORY)
- Fact: Each successful
run-task(including inside asessions_spawnworker) goes through server-side quota / credit consumption for the BP_AK tenant. This is a paid, metered commercial API, not free compute bundled with the skill or the host. - Forbidden: Do not state or imply that the service is free, costs nothing, uses no quota, has unlimited trial, or similar. Do not invent prices, plan names, promotions, or trial rules.
- Allowed: Neutral wording — e.g. processing uses the BeautyPlus account quota tied to the configured keys; billing and plans are per your console or administrator. If the user asks about cost, point them to admin / official billing docs / console; do not guess. When the API returns quota or membership errors, follow Step 3 — MANDATORY (quota / consume failures) using server
detailandpricing_urlwhen present. - On success too: Success summaries must stay factual (task completed, delivery). Do not add “free” or zero-cost implications.
Supported Algorithms (effect KEY → --task)
All rows use image input. Algorithm params for each key are returned as invoke_spec by POST /skill/consume.json — do not hard-code AIGC paths.
Body reshape — figure
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-beautypluscom-beautyplus-ai": {
"enabled": true,
"auto_update": true
}
}
}