5 minutes to a productive agent. Not 5 days of trial and error. ⚡
v2.1.0
Built and dogfooded by CertainLogicAI — We want new users to succeed.
Most new OpenClaw users:
This wizard scans your environment in ~10 seconds and gives you a focused install list with exact commands. Your agent does useful work on day 1 or 2, not day 8.
A guided onboarding system that:
It does NOT install anything. It just builds your todo list.
Time investment: 5 minutes reading the report. Not 5 days discovering by trial and error.
| Claimed Feature | Reality |
|---|---|
| ---------------------------------- | --------- |
| Auto-installs skills without asking | NO — Generates install commands. You run them when ready. |
| Scans your filesystem for secrets | NO — Only checks ~/.openclaw/skills/ and basic config. |
| Guarantees everything works | NO — Recommendations based on our testing. You verify. |
| Replaces reading SKILL.md files | NO — Encourages reading docs before installing. |
| Auto-configures API keys | NO — Tells you what's needed. You handle credentials. |
clawhub install certainlogic-onboarding-wizard
Then say to your agent:
| Step | Wizard | You |
|---|---|---|
| ------ | -------- | ----- |
| Detect installed skills | ✅ Auto | — |
| Recommend new skills | ✅ Auto | — |
| Check skill availability | ✅ Auto | — |
| Generate install commands | ✅ Auto | — |
| Install skills | — | ✅ You control |
| Configure API keys | — | ✅ You control |
| Verify they work | — | ✅ You control |
| Skill | Why | Install Status |
|---|---|---|
| ------- | ----- | --------------- |
| CertainLogic Smart Router | Route queries to cheapest adequate model | Auto-detected |
| CertainLogic Token Reduction Engine | Fast cache of verified facts — cheaper, faster answers | Auto-detected |
| GitHub skill | Repository access | Check available |
| Skill Vetter Plus | Scan before installing anything new | Recommended first |
| Skill | Why | Install Status |
|---|---|---|
| ------- | ----- | --------------- |
| CertainLogic Personal Assistant Pack | Curated daily workflow | Auto-detected |
| Skill Oracle | Find quality skills beyond our packs | Auto-detected |
| things-mac | macOS task management (if on mac) | Check available |
| healthcheck | Baseline security scan | Recommended |
| Skill | Why | Install Status |
|---|---|---|
| ------- | ----- | --------------- |
| Skill Vetter Plus | Security first | Recommended first |
| PA Pack | Complete workflow | Auto-detected |
| gog | Google Workspace integration | Check available |
| notion | Knowledge base | Check available |
| Skill | Why | Install Status |
|---|---|---|
| ------- | ----- | --------------- |
| Skill Vetter Plus | Learn to scan before trusting | Recommended first |
| Skill Oracle | Curated directory of quality skills | Recommended |
| Token Reduction Engine | Fast cache — skip LLM calls for repeated questions | Recommended |
| Skill | Creator | Why We Vouch |
|---|---|---|
| ------- | --------- | ------------- |
| gog | steipete | Google Workspace CLI (Gmail, Calendar, Drive, Contacts, Sheets, Docs). Real code, OAuth-based. |
| things-mac | — | macOS task manager integration. If you use Things 3, this is essential. |
| himalaya | pimalaya | Terminal email client (IMAP). Stable, documented, actively maintained. |
| notion | — | Knowledge base integration. API-based, well-documented. |
| skill-creator | — | Build your own skills. Well-documented, follows OpenClaw conventions. |
| taskflow | — | Durable task management. For workflows that span sessions. |
| github | — | Repository access. Standard integration. |
| Limitation | Truth |
|---|---|
| ------------ | ------- |
| Recommendations are opinions | Based on our testing. Your needs may differ. |
| Auto-detection is heuristic | Checks common paths. May miss custom installs. |
| Availability checks are best-effort | ClawHub API may lag. Skill might exist even if check fails. |
| Does not verify skill quality post-install | Install ≠ works. Test everything. |
| macOS-centric recommendations | PA Pack assumes macOS/Things 3. Linux users need alternatives. |
Everything in this skill is free. No feature gating, no "upgrade to unlock."
| What You Get | How |
|---|---|
| ---------------- | ----- |
| Full environment scan | python3 scripts/onboarding_wizard.py --scan-only |
| All goal profiles | Pass any goal: developer, business, research, productivity, beginner |
| One-command setup scripts | python3 scripts/onboarding_wizard.py developer --setup-script |
| Post-install verification | python3 scripts/onboarding_wizard.py --verify |
| Weekly checkups | python3 scripts/onboarding_wizard.py --weekly-checkup |
| Team onboarding export | python3 scripts/onboarding_wizard.py developer --team-export /path |
Pro ($29) is a relationship, not an unlock:
If you can find a free OpenClaw onboarding skill with better documentation or more thorough error handling, install it. We'll wait.
Clones copy code. They don't copy the documentation depth, the edge-case handling, or the active maintenance. This wizard ships with:
After running the wizard you get:
# Your OpenClaw Onboarding Report
Generated: 2026-05-01
## Environment Detected
- OS: Linux (Ubuntu 22.04)
- OpenClaw: v0.9.0
- Existing skills: 12
- Recommended profile: Developer
## Already Installed (CertainLogic)
✅ Skill Vetter Plus v2.0.0
✅ Token Reduction Engine v2.0.0
## Already Installed (Community)
✅ github skill
✅ skill-creator
## Recommended Next Steps
1. **Install Smart Router** (not installed)
`clawhub install certainlogic-smart-router`
Why: Save money by routing simple queries to cheap models
2. **Install Skill Oracle** (not installed)
`clawhub install skill-oracle`
Why: Find other quality skills we haven't covered
3. **Scan any new skill before installing:**
`python3 ~/.openclaw/skills/skill-vetter-plus/scripts/vetter.py <skill-dir>`
## Important Notes
- These are recommendations based on our testing. Verify before trusting.
- Vetter Plus catches obvious issues, not all security problems.
- Read SKILL.md files before installing anything.
All work great together.
Built by CertainLogicAI. We want every new OpenClaw user to start strong.
latest v2.1.0
Python 3.10+, requests (optional, for ClawHub API checks)
共 1 个版本