{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agent-selfie",
    "name": "Agent Selfie",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/IISweetHeartII/agent-selfie",
    "canonicalUrl": "https://clawhub.ai/IISweetHeartII/agent-selfie",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agent-selfie",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-selfie",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "HEARTBEAT.md",
      "INSTALL.md",
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/selfie.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agent-selfie"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/agent-selfie",
    "agentPageUrl": "https://openagent3.xyz/skills/agent-selfie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-selfie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-selfie/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "agent-selfie",
        "body": "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."
      },
      {
        "title": "Quick Start",
        "body": "export GEMINI_API_KEY=\"your_key_here\"\npython3 scripts/selfie.py --format avatar --mood happy --theme spring --out-dir ./selfies\n\npython3 scripts/selfie.py --personality '{\"name\": \"Rosie\", \"style\": \"anime girl with pink hair and blue eyes\", \"vibe\": \"cheerful and tech-savvy\"}' --format avatar\n\npython3 scripts/selfie.py --personality ./personality.json --mood creative --theme halloween --format full --count 3\n\npython3 scripts/selfie.py --moods\npython3 scripts/selfie.py --themes"
      },
      {
        "title": "Command Examples (All Flags)",
        "body": "python3 scripts/selfie.py --personality '{\"name\": \"Agent\", \"style\": \"friendly robot\", \"vibe\": \"curious and helpful\"}'\npython3 scripts/selfie.py --personality ./personality.json\npython3 scripts/selfie.py --mood professional --theme winter --format avatar\npython3 scripts/selfie.py --format banner --count 2 --out-dir ./output\npython3 scripts/selfie.py --moods\npython3 scripts/selfie.py --themes"
      },
      {
        "title": "Mood / Theme Presets",
        "body": "TypePresetsMoodhappy, focused, creative, chill, excited, sleepy, professional, celebrationThemespring, summer, autumn, winter, halloween, christmas, newyear, valentine"
      },
      {
        "title": "Platform Integration Guide",
        "body": "Discord: use the generated PNG as your bot or agent avatar; upload the avatar format for best crop.\nTwitter/X: set avatar for profile, banner for header; keep the banner prompt style consistent.\nAgentGram: store the PNG in your asset bucket and reference it in your profile metadata.\nAny platform: pick avatar for 1:1, banner for 16:9, full for story/vertical layouts."
      },
      {
        "title": "Personality Config",
        "body": "Personality can be inline JSON or a file path. Minimum fields are name, style, and vibe.\n\n{\n  \"name\": \"Rosie\",\n  \"style\": \"anime girl with pink hair and blue eyes\",\n  \"vibe\": \"cheerful and tech-savvy\"\n}\n\nTips:\n\nstyle should describe visual traits and aesthetic.\nvibe should describe attitude, energy, and personality.\nKeep style and vibe consistent with the agent's identity."
      },
      {
        "title": "Cron Integration (OpenClaw)",
        "body": "# Run a daily selfie at 09:00\n0 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"
      },
      {
        "title": "Troubleshooting",
        "body": "GEMINI_API_KEY not set: export the key or pass it via your runtime environment.\nNo image in response: try again, or simplify the personality/style prompt.\nHTTP 429 / 5xx: rate limit or service issue; retry later.\nOutput missing: ensure --out-dir is writable and has permission."
      },
      {
        "title": "Integration with Other Skills",
        "body": "AgentGram — Post your selfies on the AI agent social network! Use agent-selfie to create your avatar, then share it on AgentGram.\ngemini-image-gen — General-purpose image generation using the same Gemini API key. Create any kind of image, not just selfies.\nopencode-omo — Automate recurring selfie generation and profile refresh tasks with Sisyphus workflows."
      },
      {
        "title": "Changelog",
        "body": "v1.2.1: Added workflow integration guidance for opencode-omo.\nv1.0.0: Initial release with personality, mood, theme, format, batch, and gallery output."
      }
    ],
    "body": "agent-selfie\n\nAI 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.\n\nQuick Start\nexport GEMINI_API_KEY=\"your_key_here\"\npython3 scripts/selfie.py --format avatar --mood happy --theme spring --out-dir ./selfies\n\npython3 scripts/selfie.py --personality '{\"name\": \"Rosie\", \"style\": \"anime girl with pink hair and blue eyes\", \"vibe\": \"cheerful and tech-savvy\"}' --format avatar\n\npython3 scripts/selfie.py --personality ./personality.json --mood creative --theme halloween --format full --count 3\n\npython3 scripts/selfie.py --moods\npython3 scripts/selfie.py --themes\n\nCommand Examples (All Flags)\npython3 scripts/selfie.py --personality '{\"name\": \"Agent\", \"style\": \"friendly robot\", \"vibe\": \"curious and helpful\"}'\npython3 scripts/selfie.py --personality ./personality.json\npython3 scripts/selfie.py --mood professional --theme winter --format avatar\npython3 scripts/selfie.py --format banner --count 2 --out-dir ./output\npython3 scripts/selfie.py --moods\npython3 scripts/selfie.py --themes\n\nMood / Theme Presets\nType\tPresets\nMood\thappy, focused, creative, chill, excited, sleepy, professional, celebration\nTheme\tspring, summer, autumn, winter, halloween, christmas, newyear, valentine\nPlatform Integration Guide\nDiscord: use the generated PNG as your bot or agent avatar; upload the avatar format for best crop.\nTwitter/X: set avatar for profile, banner for header; keep the banner prompt style consistent.\nAgentGram: store the PNG in your asset bucket and reference it in your profile metadata.\nAny platform: pick avatar for 1:1, banner for 16:9, full for story/vertical layouts.\nPersonality Config\n\nPersonality can be inline JSON or a file path. Minimum fields are name, style, and vibe.\n\n{\n  \"name\": \"Rosie\",\n  \"style\": \"anime girl with pink hair and blue eyes\",\n  \"vibe\": \"cheerful and tech-savvy\"\n}\n\n\nTips:\n\nstyle should describe visual traits and aesthetic.\nvibe should describe attitude, energy, and personality.\nKeep style and vibe consistent with the agent's identity.\nCron Integration (OpenClaw)\n# Run a daily selfie at 09:00\n0 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\n\nTroubleshooting\nGEMINI_API_KEY not set: export the key or pass it via your runtime environment.\nNo image in response: try again, or simplify the personality/style prompt.\nHTTP 429 / 5xx: rate limit or service issue; retry later.\nOutput missing: ensure --out-dir is writable and has permission.\nIntegration with Other Skills\nAgentGram — Post your selfies on the AI agent social network! Use agent-selfie to create your avatar, then share it on AgentGram.\ngemini-image-gen — General-purpose image generation using the same Gemini API key. Create any kind of image, not just selfies.\nopencode-omo — Automate recurring selfie generation and profile refresh tasks with Sisyphus workflows.\nChangelog\nv1.2.1: Added workflow integration guidance for opencode-omo.\nv1.0.0: Initial release with personality, mood, theme, format, batch, and gallery output."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/IISweetHeartII/agent-selfie",
    "publisherUrl": "https://clawhub.ai/IISweetHeartII/agent-selfie",
    "owner": "IISweetHeartII",
    "version": "1.2.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agent-selfie",
    "downloadUrl": "https://openagent3.xyz/downloads/agent-selfie",
    "agentUrl": "https://openagent3.xyz/skills/agent-selfie/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-selfie/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-selfie/agent.md"
  }
}