/SKILL.md
独立文生图写真仓库。Google Imagen 4 Ultra (`imagen-4.0-ultra-generate-001`) 主力,统一使用 GEMINI_API_KEY(本地兼容旧 GOOGLE_API_KEY),Doubao Seedream 4.5 回退,自动文生图和自动发布固定为性感系/相近吸引力写真风格,支持 22-23 岁年轻成人女性写真 prompt、东方审美原则、明亮清透中国东方审美脸部档案、高键清透但避免平面证件照、冷中性白里透红/奶白东亚肤色、近乎透明淡婴儿粉水润唇、凤眼感杏眼/狐狸杏眼、眼尾上扬、强 catchlight 回看镜头眼神吸引力、自然发缝/碎发/轻微毛躁/真实发丝密度、鹅蛋瓜子脸/窄颌柔下巴、小巧高鼻梁和小鼻翼小鼻孔、颧骨弧线、鼻梁高光、鼻侧微阴影、清晰但年轻的下颌转折、五官和谐漂亮、有生活背景和活力姿态、轻薄或结构化 fully dressed 性感艺术照式丰满但非露骨胸腰轮廓、无遮挡构图、场景/情绪控制、手动 prompt、手动模板提示词库、公众号草稿箱发布。Use when user asks to generate beauty images ("生成美女", "每日美女", "发布美女", "艺术写真", "文生图美女").
npx skillsauth add lairulan/beauty-generator beauty-generatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
纯文生图模式:Google Imagen 4 Ultra(主力)+ 豆包 Seedream 4.5(兜底)。自动模式固定为性感系/相近吸引力写真,从元素库随机组合人物、场景、穿搭、光线和艺术风格,生成高质量年轻成熟女性艺术写真,并可直接发布到微信公众号草稿箱。
GEMINI_API_KEY,本地仅兼容旧 GOOGLE_API_KEY,不再使用 GOOGLE_API_KEY_BACKUP。imagen-4.0-ultra-generate-001。这是 Imagen 4 Ultra 高质量纯文生图路径,不切到更适合参考图编辑的 Gemini 图像模型。GOOGLE_API_KEY,但注入到运行环境时命名为 GEMINI_API_KEY。性感系 / 性感,不再按星期轮换到其他风格。--style 或 --emotion 时会记录告警并规范到性感系,避免旧 workflow 继续跑偏。anti_ai 拆为 anti_face / anti_body / anti_hair_makeup / anti_age_mood / anti_scene 五个 ≤75 token 子串,按 pose/style 选择拼接,避免被豆包静默截断。lip_color_palette(性感系 3 选 1 fallback),同风格多张图妆感不再雷同。config/archive/。STYLE_LIFESTYLE / STYLE_SEXY 等顶层常量替换散字符串。FORCE_GOOGLE_ONLY=1 模式下豆包不兜底,Google 失败即返回错误,适合需要严格保证主路径成功率的场景。FORCE_GOOGLE_ONLY=0,Google 限流或失败时会启用豆包兜底;手动运行仍可勾选 force_google_only=true 临时禁用兜底。config/constants.json 中 image_hosts 默认配置)。需要双图床冗余时可在配置里加 sm.ms,代码已支持。# 在仓库根目录执行
# 自动模式:生成并发布 1 张
python3 scripts/publish_wechat.py --count 1
# 手动 prompt
python3 scripts/publish_wechat.py \
--prompt "your prompt" --count 1
# 测试模式:只生成不发布
python3 scripts/publish_wechat.py \
--test --count 1 --scene "城市" --emotion "性感"
# 预览自动策略 prompt,可用日志里的随机种子复现
python3 scripts/generate_beauty.py \
--preview --style "性感系" --emotion "性感" --seed 533224
export GEMINI_API_KEY="..." # Google Imagen 4 Ultra 统一 Key(主力,兼容旧 GOOGLE_API_KEY)
export DOUBAO_API_KEY="..." # 豆包 Seedream 4.5(回退)
export IMGBB_API_KEY="..." # Google 生成图片上传所需
export WECHAT_API_KEY="..." # 微信公众号 API
export WECHAT_API_ALLOW_INSECURE_SSL="1" # 可选:证书异常时允许临时回退
daily-beauty → GitHub Actions daily-publish.ymlschedule 兜底:UTC 12:00 / 北京 20:00workflow_dispatch 可手动补跑development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.