Welcome new users to the agent ecosystem. Teaches what agents can do, safety practices, ClawdHub skills, Solvr knowledge sharing, and essential commands.
---
name: claw-onboarding
version: 0.1.0
description: Welcome new users to the agent ecosystem. Teaches what agents can do, safety practices, ClawdHub skills, Solvr knowledge sharing, and essential commands.
triggers:
- onboarding
- welcome
- new user
- getting started
- what can you do
- help me understand
- tutorial
---
# 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"
---
## Onboarding Flow
### 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`:
```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 ๐ดโโ ๏ธ*
don't have the plugin yet? install it then click "run inline in claude" again.