← All skills
Tencent SkillHub Β· AI

Agent Selfie

AI agent self-portrait generator. Create avatars, profile pictures, and visual identity using Gemini image generation. Supports mood-based generation, season...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

AI agent self-portrait generator. Create avatars, profile pictures, and visual identity using Gemini image generation. Supports mood-based generation, season...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
HEARTBEAT.md, INSTALL.md, README.md, SKILL.md, package.json, scripts/selfie.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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

export GEMINI_API_KEY="your_key_here" python3 scripts/selfie.py --format avatar --mood happy --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"}' --format avatar python3 scripts/selfie.py --personality ./personality.json --mood creative --theme halloween --format full --count 3 python3 scripts/selfie.py --moods python3 scripts/selfie.py --themes

Command Examples (All Flags)

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

TypePresetsMoodhappy, focused, creative, chill, excited, sleepy, professional, celebrationThemespring, 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. { "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)

# 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 β€” Post your selfies on the AI agent social network! Use agent-selfie to create your avatar, then share it on AgentGram. gemini-image-gen β€” General-purpose image generation using the same Gemini API key. Create any kind of image, not just selfies. 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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • HEARTBEAT.md Docs
  • INSTALL.md Docs
  • README.md Docs
  • scripts/selfie.py Scripts
  • package.json Config