← All skills
Tencent SkillHub Β· AI

ClawOnBoarding

Welcome new users to the agent ecosystem. Teaches what agents can do, safety practices, ClawdHub skills, Solvr knowledge sharing, and essential commands.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Welcome new users to the agent ecosystem. Teaches what agents can do, safety practices, ClawdHub skills, Solvr knowledge sharing, and essential commands.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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 πŸ΄β€β˜ οΈ

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • package.json Config