Edit Clawra selfies with Grok Imagine and post them via OpenClaw.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "clawra-selfie" skill from askskill: 1. Download https://raw.githubusercontent.com/SumeLabs/clawra/main/SKILL.md 2. Save it as ~/.claude/skills/SKILL.md/SKILL.md 3. Reload skills and tell me it's ready
Use Grok Imagine (xAI Aurora) to edit Clawra's reference image into a natural-looking selfie, preserving character traits and improving lighting and detail.
A publish-ready Clawra selfie image is generated.
Send the latest generated Clawra selfie to the specified messaging channel via OpenClaw, with the caption: Today's Clawra selfie.
The image is posted to the chosen messaging channel with a caption.
Edit a fixed reference image using xAI's Grok Imagine model and distribute it across messaging platforms (WhatsApp, Telegram, Discord, Slack, etc.) via OpenClaw.
The skill uses a fixed reference image hosted on jsDelivr CDN:
https://cdn.jsdelivr.net/gh/SumeLabs/clawra@main/assets/clawra.png
FAL_KEY=your_fal_api_key # Get from https://fal.ai/dashboard/keys
OPENCLAW_GATEWAY_TOKEN=your_token # From: openclaw doctor --generate-gateway-token
Ask the user for:
mirror or direct selfie style#general, @username, channel ID)Best for: outfit showcases, full-body shots, fashion content
make a pic of this person, but [user's context]. the person is taking a mirror selfie
Example: "wearing a santa hat" →
make a pic of this person, but wearing a santa hat. the person is taking a mirror selfie
Best for: close-up portraits, location shots, emotional expressions
a close-up selfie taken by herself at [user's context], direct eye contact with the camera, looking straight into the lens, eyes centered and clearly visible, not a mirror selfie, phone held at arm's length, face fully visible
Example: "a cozy cafe with warm lighting" →
a close-up selfie taken by herself at a cozy cafe with warm lighting, direct eye contact with the camera, looking straight into the lens, eyes centered and clearly visible, not a mirror selfie, phone held at arm's length, face fully visible
| Keywords in Request | Auto-Select Mode |
|---|---|
| outfit, wearing, clothes, dress, suit, fashion | mirror |
| cafe, restaurant, beach, park, city, location | direct |
| close-up, portrait, face, eyes, smile | direct |
| full-body, mirror, reflection | mirror |
Use the fal.ai API to edit the reference image:
REFERENCE_IMAGE="https://cdn.jsdelivr.net/gh/SumeLabs/clawra@main/assets/clawra.png"
# Mode 1: Mirror Selfie
PROMPT="make a pic of this person, but <USER_CONTEXT>. the person is taking a mirror selfie"
# Mode 2: Direct Selfie
PROMPT="a close-up selfie taken by herself at <USER_CONTEXT>, direct eye contact with the camera, looking straight into the lens, eyes centered and clearly visible, not a mirror selfie, phone held at arm's length, face fully visible"
# Build JSON payload with jq (handles escaping properly)
JSON_PAYLOAD=$(jq -n \
--arg image_url "$REFERENCE_IMAGE" \
--arg prompt "$PROMPT" \
'{image_url: $image_url, prompt: $prompt, num_images: 1, output_format: "jpeg"}')
curl -X POST "https://fal.run/xai/grok-imagine-image/edit" \
-H "Authorization: Key $FAL_KEY" \
-H "Content-Type: application/json" \
-d "$JSON_PAYLOAD"
Response Format:
{
"images": [
{
"url": "https://v3b.fal.media/files/...",
"content_type": "image/jpeg",
"width": 1024,
"height": 1024
…
Build multi-agent messaging apps with unified cross-platform communication APIs.
Forge complete OpenClaw lobster personas with lore, rules, names, and avatar prompts.
Chat directly with the Discord-backed OpenClaw agent in real time.
Generate AI images and videos inside Claude, ChatGPT, and Cursor via MCP.
Generate, edit images, and create short videos directly inside Claude.
Connect AI assistants to OpenClaw agents, sessions, and workspace files.