# Send Onboarding 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": "onboarding",
    "name": "Onboarding",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/onboarding",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/onboarding",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/onboarding",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=onboarding",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "onboarding",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T15:33:37.308Z",
      "expiresAt": "2026-05-07T15:33:37.308Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=onboarding",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=onboarding",
        "contentDisposition": "attachment; filename=\"onboarding-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "onboarding"
      },
      "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/onboarding"
    },
    "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/onboarding",
    "downloadUrl": "https://openagent3.xyz/downloads/onboarding",
    "agentUrl": "https://openagent3.xyz/skills/onboarding/agent",
    "manifestUrl": "https://openagent3.xyz/skills/onboarding/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/onboarding/agent.md"
  }
}
```
## Documentation

### Define Activation First

Answer before designing anything:

What specific action = user got value?
What % of signups currently reach it?
What's the minimum path to get there?

If you can't answer these, onboarding will optimize the wrong thing.

### Measure the Funnel

Create this table for current state:

StepUsersDrop-offSigned up100%-Step 2?%?%Step 3?%?%Activated?%?%

Biggest drop-off = focus there first. Everything else is distraction.

### Signup Form

At signup, require ONLY: email + password.
Everything else: defer until after first value delivered.

For each additional field, calculate: how many users lost × LTV = cost of that field.

### Segmentation Question

One question only, immediately after signup:
"What's your main goal?" with 3-4 options.

Route to different:

First action to complete
Empty state messaging
Email sequence

More than 4 paths = complexity without benefit.

### Checklist Pattern

Structure:

4-6 items maximum
First item already complete when shown (quick win psychology)
Items ordered by value delivered, not logical sequence
Persists across sessions
Completion reward visible

Format: action verb + outcome
✓ "Create your first project"
✗ "Projects"

### Empty State Formula

Every empty screen needs:

What will appear here (1 sentence)
Visual of populated state or example
ONE action button (primary style)

Pre-populated templates > blank slate.

### Email Sequence

DayTriggerContent0SignupWelcome + single quick win CTA1Not activatedReminder + "here's how"3Not activatedSocial proof / success story7Not activatedFeature highlight14Inactive"We miss you" + incentive

Stop sequence immediately when user activates.

### Tooltips vs Modals

Tooltip: single UI element explanation, non-blocking
Modal: requires decision, blocks everything
Tour: max 3-5 steps or users skip

Never repeat to returning users.
Trigger contextually, not on every login.

### Metrics

Track weekly:

Signup → Activation rate
Time to activate (median)
Drop-off by step
Day 1, Day 7 retention: activated vs non-activated

Activated users should retain 2-3x better. If not, activation definition is wrong.

### Common Failures

Asking for info before showing value—user hasn't bought in
Tour showing everything—overwhelms, skip rate high
Same onboarding for all segments—relevance drives completion
No follow-up emails—user closes tab and forgets
Blocking features behind upgrade before value demonstrated
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## 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-04-30T15:33:37.308Z
- Expires at: 2026-05-07T15:33:37.308Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/onboarding)
- [Send to Agent page](https://openagent3.xyz/skills/onboarding/agent)
- [JSON manifest](https://openagent3.xyz/skills/onboarding/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/onboarding/agent.md)
- [Download page](https://openagent3.xyz/downloads/onboarding)