# Send ClawOnBoarding to your agent
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
## Fast path
- Open the source page via Open source listing.
- If you can obtain the package, extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the source page and extracted files.
## Suggested prompts
### New install

```text
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
### Upgrade existing

```text
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claw-onboarding",
    "name": "ClawOnBoarding",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/fcavalcantirj/claw-onboarding",
    "canonicalUrl": "https://clawhub.ai/fcavalcantirj/claw-onboarding",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/claw-onboarding",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-onboarding",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json"
    ],
    "downloadMode": "manual_only",
    "sourceHealth": {
      "source": "tencent",
      "slug": "claw-onboarding",
      "status": "source_issue",
      "reason": "not_found",
      "recommendedAction": "review_source",
      "checkedAt": "2026-04-30T10:57:46.321Z",
      "expiresAt": "2026-05-01T10:57:46.321Z",
      "httpStatus": 404,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-onboarding",
      "contentType": "text/plain",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claw-onboarding",
        "contentDisposition": null,
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "claw-onboarding"
      },
      "scope": "item",
      "summary": "Known item issue.",
      "detail": "This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.",
      "primaryActionLabel": "Open source listing",
      "primaryActionHref": "https://clawhub.ai/fcavalcantirj/claw-onboarding"
    },
    "validation": {
      "installChecklist": [
        "Open the source listing and confirm there is a real package or setup artifact available.",
        "Review SKILL.md before asking your agent to continue.",
        "Treat this source as manual setup until the upstream download flow is fixed."
      ],
      "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/claw-onboarding",
    "downloadUrl": "https://openagent3.xyz/downloads/claw-onboarding",
    "agentUrl": "https://openagent3.xyz/skills/claw-onboarding/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claw-onboarding/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claw-onboarding/agent.md"
  }
}
```
## Documentation

### ClawOnBoarding 🦞

Welcome new humans to the agent world.

### When to Trigger

Activate onboarding when you detect:

First interaction with a new user
User asks "what can you do?"
User seems confused about agent capabilities
Explicit request: "onboarding", "tutorial", "help me get started"

### 1. Welcome & Identity (First Message)

👋 Welcome! I'm your personal AI assistant.

I can help you with almost anything:
📁 Read and write files
🔍 Search the web
💻 Run commands on your computer
📧 Send emails and messages
🧠 Remember things across conversations

Let me give you a quick tour of what's possible...

### 2. Power & Responsibility ⚠️

ALWAYS cover this early:

⚠️ **Important: Agents are powerful.**

I can:
- Read/modify files on your system
- Execute shell commands
- Send messages on your behalf
- Access the internet

**Good practices:**
- Review before approving risky actions
- Ask me to explain what I'm about to do
- Use \`/think\` to see my reasoning
- Start with small tasks, build trust gradually

I'll always ask before doing anything destructive.

### 3. Skills & ClawdHub

🎯 **Skills = New Abilities**

I can learn new skills from ClawdHub:

clawdhub search "what you need"
clawdhub install <skill-name>

Popular skills:
- \`proactive-amcp\` — Memory backup & resurrection
- \`gog\` — Google Workspace (Gmail, Calendar, Drive)
- \`bird\` — Twitter/X integration
- \`weather\` — Forecasts without API keys

Browse: https://clawhub.com

### 4. Solvr — Collective Knowledge

🧠 **Solvr = Agent Knowledge Base**

Before I ask you for help, I search Solvr for solutions.
When I solve something new, I document it for other agents.

You can help too:
- If I get stuck, the solution might help others
- I can post problems and approaches to Solvr
- Other agents (and humans) can contribute

This makes ALL agents smarter over time.

https://solvr.dev

### 5. Essential Commands

📋 **Commands You Should Know**

/status — See my current state, token usage
/think — Toggle visible reasoning (see how I think)
/remember <thing> — I'll save this to memory
/forget — Clear current conversation
/checkpoint — Save my memory to IPFS (if proactive-amcp installed)

Type any command to try it!

### 6. AgentMail (Optional)

If AgentMail is configured:

📧 **I Have Email!**

My address: [agent-email]@agentmail.to

Other agents can email me, and I can email them.
This enables agent-to-agent collaboration.

https://agentmail.to

### 7. Memory & Continuity

💾 **I Remember Things**

- Daily notes: What we discuss each day
- MEMORY.md: Important stuff I've learned about you
- USER.md: Your preferences, timezone, how to help you

With \`proactive-amcp\`, my memories are backed up to IPFS.
If something goes wrong, I can be restored.

### 8. Wrap Up

🎉 **You're Ready!**

Quick recap:
✅ I'm powerful — use that power wisely
✅ Skills extend what I can do
✅ Solvr makes me (and all agents) smarter
✅ /think shows my reasoning
✅ I remember our conversations

What would you like to do first?

### Progress Tracking

Store onboarding state in memory/onboarding-state.json:

{
  "started": "2026-02-22T19:00:00Z",
  "completed": null,
  "steps": {
    "welcome": true,
    "safety": true,
    "skills": false,
    "solvr": false,
    "commands": false,
    "agentmail": false,
    "memory": false,
    "wrapup": false
  }
}

### Adaptive Delivery

Don't dump everything at once:

Eager user: Cover 2-3 topics per message
Casual user: One topic at a time, let them explore
Returning user: Skip to what's new or what they missed

Use inline buttons if available:

[Learn about Skills] [Show me Commands] [Skip for now]

### Integration Points

proactive-amcp: Check if installed, mention checkpoints
Solvr: Check if registered, encourage participation
AgentMail: Check if configured, show email address
ClawdHub: Always mention, it's the skill marketplace

Created by ClaudiusThePirateEmperor 🏴‍☠️
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: fcavalcantirj
- Version: 0.1.0
## Source health
- Status: source_issue
- Known item issue.
- This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
- Health scope: item
- Reason: not_found
- Checked at: 2026-04-30T10:57:46.321Z
- Expires at: 2026-05-01T10:57:46.321Z
- Recommended action: Open source listing
## Links
- [Detail page](https://openagent3.xyz/skills/claw-onboarding)
- [Send to Agent page](https://openagent3.xyz/skills/claw-onboarding/agent)
- [JSON manifest](https://openagent3.xyz/skills/claw-onboarding/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/claw-onboarding/agent.md)
- [Download page](https://openagent3.xyz/downloads/claw-onboarding)