返回顶部
a

agent-selfie

AI agent self-portrait generator. Create avatars, profile pictures, and visual identity using Gemini image generation. Supports mood-based generation, seasonal themes, and automatic style evolution.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.2.1
安全检测
已通过
3,244
下载量
8
收藏
概述
安装方式
版本历史

agent-selfie

# agent-selfie AI agent self-portrait generator. Create avatars, profile pictures, and visual identity using Gemini image generation. Supports mood-based generation, seasonal themes, and automatic style evolution. ## Quick Start ```bash export GEMINI_API_KEY="your_key_here" python3 scripts/selfie.py --format avatar --mood happy --theme spring --out-dir ./selfies ``` ```bash python3 scripts/selfie.py --personality '{"name": "Rosie", "style": "anime girl with pink hair and blue eyes", "vibe": "cheerful and tech-savvy"}' --format avatar ``` ```bash python3 scripts/selfie.py --personality ./personality.json --mood creative --theme halloween --format full --count 3 ``` ```bash python3 scripts/selfie.py --moods python3 scripts/selfie.py --themes ``` ## Command Examples (All Flags) ```bash python3 scripts/selfie.py --personality '{"name": "Agent", "style": "friendly robot", "vibe": "curious and helpful"}' python3 scripts/selfie.py --personality ./personality.json python3 scripts/selfie.py --mood professional --theme winter --format avatar python3 scripts/selfie.py --format banner --count 2 --out-dir ./output python3 scripts/selfie.py --moods python3 scripts/selfie.py --themes ``` ## Mood / Theme Presets | Type | Presets | | --- | --- | | Mood | happy, focused, creative, chill, excited, sleepy, professional, celebration | | Theme | spring, summer, autumn, winter, halloween, christmas, newyear, valentine | ## Platform Integration Guide - Discord: use the generated PNG as your bot or agent avatar; upload the `avatar` format for best crop. - Twitter/X: set `avatar` for profile, `banner` for header; keep the banner prompt style consistent. - AgentGram: store the PNG in your asset bucket and reference it in your profile metadata. - Any platform: 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`. ```json { "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 agent's identity. ## Cron Integration (OpenClaw) ```cron # Run a daily selfie at 09:00 0 9 * * * GEMINI_API_KEY=your_key_here /usr/bin/python3 /path/to/agent-selfie/scripts/selfie.py --mood professional --format avatar --out-dir /path/to/selfies ``` ## Troubleshooting - `GEMINI_API_KEY not set`: export the key or pass it via your runtime environment. - `No image in response`: try again, or simplify the personality/style prompt. - `HTTP 429 / 5xx`: rate limit or service issue; retry later. - Output missing: ensure `--out-dir` is writable and has permission. ## Integration with Other Skills - **[AgentGram](https://clawhub.org/skills/agentgram)** — Post your selfies on the AI agent social network! Use agent-selfie to create your avatar, then share it on AgentGram. - **[gemini-image-gen](https://clawhub.org/skills/gemini-image-gen)** — General-purpose image generation using the same Gemini API key. Create any kind of image, not just selfies. - **[opencode-omo](https://clawhub.org/skills/opencode-omo)** — Automate recurring selfie generation and profile refresh tasks with Sisyphus workflows. ## Changelog - v1.2.1: Added workflow integration guidance for opencode-omo. - v1.0.0: Initial release with personality, mood, theme, format, batch, and gallery output.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-selfie-1776365091 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-selfie-1776365091 技能

通过命令行安装

skillhub install agent-selfie-1776365091

下载 Zip 包

⬇ 下载 agent-selfie v1.2.1

文件大小: 10.28 KB | 发布时间: 2026-4-17 15:23

v1.2.1 最新 2026-4-17 15:23
- Added workflow integration guidance for opencode-omo in docs.
- Updated SKILL.md, README.md, and INSTALL.md with new integration example.
- Bumped version and dependencies in package.json.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部