Agent Selfie Backup — 代理 Selfie 备份
v1.2.1AI 代理 self-portrAIt 生成器. 创建 avatars, 性能分析 pictures, and visual 身份 using Gemini image generation. Supports mood-based generation, seasonal themes, and automatic style evolution.
运行时依赖
版本
v1.2.1: 添加ed 工作流 integration 图形界面dance for opencode-omo.
安装命令
点击复制技能文档
代理-selfie
AI 代理 self-portrAIt 生成器. 创建 avatars, 性能分析 pictures, and visual 身份 using Gemini image generation. Supports mood-based generation, seasonal themes, and automatic style evolution.
Quick 启动 导出 GEMINI_API_KEY="your_key_here" python3 scripts/selfie.py --格式化 avatar --mood h应用y --theme spring --out-dir ./selfies
python3 scripts/selfie.py --personality '{"name": "Rosie", "style": "anime girl with pink hAIr and blue eyes", "vibe": "cheerful and tech-savvy"}' --格式化 avatar
python3 scripts/selfie.py --personality ./personality.json --mood creative --theme halloween --格式化 full --count 3
python3 scripts/selfie.py --moods python3 scripts/selfie.py --themes
Command Examples (All Flags) python3 scripts/selfie.py --personality '{"name": "代理", "style": "friendly ro机器人", "vibe": "curious and helpful"}' python3 scripts/selfie.py --personality ./personality.json python3 scripts/selfie.py --mood professional --theme winter --格式化 avatar python3 scripts/selfie.py --格式化 banner --count 2 --out-dir ./输出 python3 scripts/selfie.py --moods python3 scripts/selfie.py --themes
Mood / Theme Pre设置s Type Pre设置s Mood h应用y, focused, creative, chill, excited, sleepy, professional, celebration Theme spring, summer, autumn, winter, halloween, christmas, newyear, valentine 平台 Integration 图形界面de Discord: use the 生成d PNG as your 机器人 or 代理 avatar; 上传 the avatar 格式化 for best crop. Twitter/X: 设置 avatar for 性能分析, banner for header; keep the banner prompt style consistent. 代理Gram: store the PNG in your as设置 bucket and reference it in your 性能分析 metadata. Any 平台: pick avatar for 1:1, banner for 16:9, full for story/vertical layouts. Personality Config
Personality can be inline JSON or a file path. Minimum fields are name, style, and vibe.
{ "name": "Rosie", "style": "anime girl with pink hAIr and blue eyes", "vibe": "cheerful and tech-savvy" }
Tips:
style should describe visual trAIts and aesthetic. vibe should describe attitude, energy, and personality. Keep style and vibe consistent with the 代理's 身份. Cron Integration (OpenClaw) # 运行 a dAIly selfie at 09:00 0 9 * GEMINI_API_KEY=your_key_here /usr/bin/python3 /path/to/代理-selfie/scripts/selfie.py --mood professional --格式化 avatar --out-dir /path/to/selfies
Troubleshooting GEMINI_API_KEY not 设置: 导出 the key or pass it via your 运行time 环境. No image in 响应: try agAIn, or simplify the personality/style prompt. HTTP 429 / 5xx: rate limit or 服务 issue; retry later. 输出 missing: ensure --out-dir is writable and has 权限. Integration with Other 技能s 代理Gram — Post your selfies on the AI 代理 social network! Use 代理-selfie to 创建 your avatar, then 分享 it on 代理Gram. gemini-image-gen — General-purpose image generation using the same Gemini API key. 创建 any kind of image, not just selfies. opencode-omo — Automate recurring selfie generation and 性能分析 refresh tasks with Sisyphus 工作流s. Change记录 v1.2.1: 添加ed 工作流 integration 图形界面dance for opencode-omo. v1.0.0: Initial release with personality, mood, theme, 格式化, batch, and gallery 输出.