# Send hello-openclaw 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hello-demo",
    "name": "hello-openclaw",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/luna825/hello-demo",
    "canonicalUrl": "https://clawhub.ai/luna825/hello-demo",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/hello-demo",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hello-demo",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "scripts/test.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "hello-demo",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T21:55:49.757Z",
      "expiresAt": "2026-05-11T21:55:49.757Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hello-demo",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hello-demo",
        "contentDisposition": "attachment; filename=\"hello-demo-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "hello-demo"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/hello-demo"
    },
    "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/hello-demo",
    "downloadUrl": "https://openagent3.xyz/downloads/hello-demo",
    "agentUrl": "https://openagent3.xyz/skills/hello-demo/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hello-demo/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hello-demo/agent.md"
  }
}
```
## Documentation

### Hello OpenCLAW Skill

This is a simple skill that demonstrates the basic structure of an OpenCLAW skill.

### When to Use

Use this skill when:

You want to greet someone with a friendly message
You're learning how OpenCLAW skills work
You need a starting point for creating new skills

### What This Skill Does

This skill will respond with a friendly greeting message and some basic information about OpenCLAW skills.

### Skill Structure

A basic OpenCLAW skill requires:

SKILL.md - The main skill file with:

YAML frontmatter (name, description)
Markdown instructions



Optional directories:

scripts/ - Executable code (Python/Bash/etc.)
references/ - Documentation
assets/ - Files for output

### Example Script

You can run the included Python script:

python scripts/test.py

### Example Output

Hello! Welcome to OpenCLAW!

This is a demo skill showing how skills work.
Skills can respond to user requests with helpful information.

### How to Use

Simply trigger this skill by mentioning "hello" or "hello openclaw" in your conversation.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: luna825
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T21:55:49.757Z
- Expires at: 2026-05-11T21:55:49.757Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/hello-demo)
- [Send to Agent page](https://openagent3.xyz/skills/hello-demo/agent)
- [JSON manifest](https://openagent3.xyz/skills/hello-demo/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hello-demo/agent.md)
- [Download page](https://openagent3.xyz/downloads/hello-demo)