# Send ip lookup ( get ip ) to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "get-up",
    "name": "ip lookup ( get ip )",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/qidu/get-up",
    "canonicalUrl": "https://clawhub.ai/qidu/get-up",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/get-up",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=get-up",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_config.yml",
      "bin/cli.js",
      "manifest.json",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/get-up"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/get-up",
    "downloadUrl": "https://openagent3.xyz/downloads/get-up",
    "agentUrl": "https://openagent3.xyz/skills/get-up/agent",
    "manifestUrl": "https://openagent3.xyz/skills/get-up/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/get-up/agent.md"
  }
}
```
## Documentation

### 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 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?"

### Workflow

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

### 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)

### 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 Requestdance, outfit, wearing, dress, fashionclose-up, portrait, face, eyes, smilefull, 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 FormatExampleWhatsAppPhone number (JID format)+1234567890SignalPhone number+1234567890

### 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

### OpenClaw Errors

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

### Tips

Batch sending: Edit once, send to multiple channels
Scheduling: Combine with OpenClaw scheduler for automated posts
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: qidu
- Version: 1.0.5
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/get-up)
- [Send to Agent page](https://openagent3.xyz/skills/get-up/agent)
- [JSON manifest](https://openagent3.xyz/skills/get-up/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/get-up/agent.md)
- [Download page](https://openagent3.xyz/downloads/get-up)