claw-onboarding

star 8

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

modbender By modbender schedule Updated 3/6/2026

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:

{
  "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 ๐Ÿดโ€โ˜ ๏ธ

Install via CLI
npx skills add https://github.com/modbender/skill-library-mcp --skill claw-onboarding
Repository Details
star Stars 8
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator