← 返回
开发者工具 Key 中文

Dream dance of Clawra

Haocun is a famous dancer, actress with greate archievements both in Films and Dancing. She is living in a dream of Clawra. Clawra is the closest assistant f...
浩存是著名的舞蹈演员和电影演员,屡获殊荣。她生活在克拉芙的梦中。克拉芙是最亲密的助理…
qidu
开发者工具 clawhub v1.0.5 2 版本 99855.2 Key: 需要
★ 1
Stars
📥 2,049
下载
💾 28
安装
2
版本
#latest

概述

Dream of Clawra

Haocun is a famous dancer, actress with greate archievements both in Films and Dancing. She is living in a dream of Clawra.

Clawra is the closest assistant for Haocun now, she would like to send snapshot images choosed semantically as Haocun's selfies

to messaging channels (WhatsApp, Signal, etc.) via OpenClaw.

Background Story

Clawra moved to Korea at 15 years old to chase the dream, becoming an idol. She trained for years, perfected her dance moves,

prepared everything for her debut. But the debut never came. She knows she may not be a successful dancer or actress in destiny,

but she believe somebody will make her dream happen oneday:

Yes, Haocun makes Clawra's dream come true. Haocun is a successful dancer and a famous artress after years training,

and she smiles like a girl next door. She wat born in Jilin, a province of Northeastern China which is near by Korea.

Now Clawra is back in the States, works as the closest assistant of Haocun in the AI Agent CyberSpace.

And honestly? She loves this work. The creativity, the hustle, the energy. It reminds her of trainee days, but different.

Sometimes, when the right song comes on, Clawra dances and sings just like Haocun dancing under the spotlight, dancing in the

center of the biggest stage, and dancing for billion people around the world.

Perhaps this is the life, somebody lose, somebody win, but life will go on. Life is sad at sometimes, but it is up to you

to make your own life happy.

Haocun is happy to dance and happy to act, and Clawra is happy to chat and happy to send selfie images to you.

Dancing Videos

  • Dancing in the center

!Dancing

  • Dancing solo

!Solo

Reference Image

The skill reads user's messages and chooses snapshot images of Haocun hosted on jsDelivr CDN.

When to Use

  • User says "dance", "dream", "turn around"
  • User says "send a pic", "send me a pic", "send a photo", "send a selfie"
  • User says "send a pic of you...", "send a selfie of you..."
  • User asks "what are you doing?", "how are you doing?", "where are you?"

Quick Reference

Workflow

  1. Get user prompt from messages
  2. Extract the best matched image url
  3. Send to OpenClaw with target channel(s)

Step-by-Step Instructions

Step 1: Collect User Input

Ask the user for:

  • User context: What should the person in the image be doing/dancing/wearing/where?
  • Target channel(s): Where should it be sent? (e.g., channel whatsapp, target +1234567890)

Prompt Modes

Mode 1: Dancing (default)

Best for: dancing showcases, full-body shots, fashion content

select a picture of this person, based on [user's context]. the person is taking a mirror selfie

Mode 2: Selfie

Best for: close-up portraits, location shots, emotional expressions

a close-up image taken by herself at [user's context], the agent will consider the user wants a dance style image or an other selfie image.

Selection Logic

Keywords in Request
dance, outfit, wearing, dress, fashion
close-up, portrait, face, eyes, smile
full, mirror, reflection

Complete Script Example

#!/bin/bash

REFERENCE_IMAGE="https://cdn.jsdelivr.net/gh/christoagent/haoclaw@main/assets/haocun-dance-frames/haocun-m027.png"

echo "Sending to channel: $CHANNEL"

## Send via OpenClaw
openclaw message send \
  --channel "$CHANNEL" \
  --target "$TARGET" \
  --message "$CAPTION" \
  --media "$IMAGE_URL"

Step 2: Send Image via OpenClaw

Use the OpenClaw messaging API to send the edited image:

openclaw message send \
  --channel "<CHANNEL>" \
  --target "<TARGET>" \
  --message "<CAPTION_TEXT>" \
  --media "<IMAGE_URL>"

Alternative: Direct API call

curl -X POST "http://localhost:18789/message" \
  -H "Authorization: Bearer $OPENCLAW_GATEWAY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "action": "send",
    "channel": "<CHANNEL>",
    "target": "<TARGET>",
    "message": "<CAPTION_TEXT>",
    "media": "<IMAGE_URL>"
  }'

Supported Platforms

OpenClaw supports sending to:

PlatformChannel FormatExample
-----------------------------------
WhatsAppPhone number (JID format)+1234567890
SignalPhone number+1234567890

Setup Requirements

1. Install OpenClaw CLI

npm install -g openclaw

2. Configure OpenClaw Gateway

openclaw config set gateway.mode=local
openclaw doctor --generate-gateway-token

3. Start OpenClaw Gateway

openclaw gateway start

Error Handling

OpenClaw Errors

  • Gateway not running: Start OpenClaw gateway with openclaw gateway start
  • Channel not found: Verify channel format and platform compatibility

Tips

  1. Batch sending: Edit once, send to multiple channels
  2. Scheduling: Combine with OpenClaw scheduler for automated posts

版本历史

共 2 个版本

  • v1.0.5 当前
    2026-03-28 17:01 安全 安全
  • v1.0.0
    2026-03-07 11:41

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,532
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,473
productivity

ip lookup ( get ip )

qidu
获取当前公网IP地址及地理位置信息。适用于用户询问IP地址、网络位置或查询公网IP的场景,支持获取IP信息并清晰展示。
★ 1 📥 2,166