Certainlogic Onboarding Wizard

# CertainLogic Onboarding Wizard

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Certainlogic Onboarding Wizard" with this command: npx skills add certainlogicai/certainlogic-onboarding-wizard

CertainLogic Onboarding Wizard

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:

  1. Install a dozen random skills
  2. Discover half don't work on their OS
  3. Uninstall, try again, hit more errors
  4. A week later: frustrated, no productivity

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.

What It Actually Does

A guided onboarding system that:

  1. Auto-detects your environment — checks what's installed, what's missing
  2. Asks about your goals — developer, business, research, productivity
  3. Scans for recommended skills — checks ClawHub for availability
  4. Generates a personalized setup guide — markdown report with exact commands

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.

What It Does NOT Do

Claimed FeatureReality
Auto-installs skills without askingNO — Generates install commands. You run them when ready.
Scans your filesystem for secretsNO — Only checks ~/.openclaw/skills/ and basic config.
Guarantees everything worksNO — Recommendations based on our testing. You verify.
Replaces reading SKILL.md filesNO — Encourages reading docs before installing.
Auto-configures API keysNO — Tells you what's needed. You handle credentials.

How to Use

Quick Start

clawhub install certainlogic-onboarding-wizard

Then say to your agent:

  • "Run onboarding wizard"
  • "I'm a developer"
  • "Set up my business assistant"

Automation Level

StepWizardYou
Detect installed skills✅ Auto
Recommend new skills✅ Auto
Check skill availability✅ Auto
Generate install commands✅ Auto
Install skillsYou control
Configure API keysYou control
Verify they workYou control

Recommended Starter Stacks

Coding / Development

SkillWhyInstall Status
CertainLogic Smart RouterRoute queries to cheapest adequate modelAuto-detected
CertainLogic Token Reduction EngineFast cache of verified facts — cheaper, faster answersAuto-detected
GitHub skillRepository accessCheck available
Skill Vetter PlusScan before installing anything newRecommended first

Personal Productivity

SkillWhyInstall Status
CertainLogic Personal Assistant PackCurated daily workflowAuto-detected
Skill OracleFind quality skills beyond our packsAuto-detected
things-macmacOS task management (if on mac)Check available
healthcheckBaseline security scanRecommended

Small Business

SkillWhyInstall Status
Skill Vetter PlusSecurity firstRecommended first
PA PackComplete workflowAuto-detected
gogGoogle Workspace integrationCheck available
notionKnowledge baseCheck available

Just Starting (Beginner)

SkillWhyInstall Status
Skill Vetter PlusLearn to scan before trustingRecommended first
Skill OracleCurated directory of quality skillsRecommended
Token Reduction EngineFast cache — skip LLM calls for repeated questionsRecommended

Solid Free Skills We Recommend (Not Ours)

SkillCreatorWhy We Vouch
gogsteipeteGoogle Workspace CLI (Gmail, Calendar, Drive, Contacts, Sheets, Docs). Real code, OAuth-based.
things-macmacOS task manager integration. If you use Things 3, this is essential.
himalayapimalayaTerminal email client (IMAP). Stable, documented, actively maintained.
notionKnowledge base integration. API-based, well-documented.
skill-creatorBuild your own skills. Well-documented, follows OpenClaw conventions.
taskflowDurable task management. For workflows that span sessions.
githubRepository access. Standard integration.

Honest Limitations

LimitationTruth
Recommendations are opinionsBased on our testing. Your needs may differ.
Auto-detection is heuristicChecks common paths. May miss custom installs.
Availability checks are best-effortClawHub API may lag. Skill might exist even if check fails.
Does not verify skill quality post-installInstall ≠ works. Test everything.
macOS-centric recommendationsPA Pack assumes macOS/Things 3. Linux users need alternatives.

Free Is the Product

Everything in this skill is free. No feature gating, no "upgrade to unlock."

What You GetHow
Full environment scanpython3 scripts/onboarding_wizard.py --scan-only
All goal profilesPass any goal: developer, business, research, productivity, beginner
One-command setup scriptspython3 scripts/onboarding_wizard.py developer --setup-script
Post-install verificationpython3 scripts/onboarding_wizard.py --verify
Weekly checkupspython3 scripts/onboarding_wizard.py --weekly-checkup
Team onboarding exportpython3 scripts/onboarding_wizard.py developer --team-export /path

Pro ($29) is a relationship, not an unlock:

  • Priority support (24 hour response SLA)
  • Early access to new features
  • Custom industry templates (healthcare, legal, finance)
  • One-on-one onboarding call (15 min)

If you can find a free OpenClaw onboarding skill with better documentation or more thorough error handling, install it. We'll wait.

Why Not Fork This?

Clones copy code. They don't copy the documentation depth, the edge-case handling, or the active maintenance. This wizard ships with:

  • Every failure path has a specific, actionable error message
  • Every recommendation explains why it's recommended
  • Weekly checkups that actually catch drift, not just print a timestamp

Example Output

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.

Recommended Next Steps (CertainLogic Stack)

  • Skill Vetter Plus — Scan before installing anything new
  • Token Reduction Engine — Fast cache of verified facts for cheaper, faster answers
  • Smart Router — Route queries to cheapest adequate model
  • AgentPathfinder — Verifiable task tracking
  • Skill Oracle — Honest skill recommendations

All work great together.

Links


Built by CertainLogicAI. We want every new OpenClaw user to start strong.

Version

latest v2.1.0

Runtime Requirements

Python 3.10+, requests (optional, for ClawHub API checks)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Founder Signal

Founder Signal turns verified Reddit evidence into a small, reviewable signal package for founders evaluating product demand and positioning across one or mo...

Registry SourceRecently Updated
General

Eyes · 大眼看世界

全球热点事件监控与影响分析,含金融市场/股票行情分析。覆盖战争冲突、地缘摩擦、重大政策、疫情、自然灾害、创新技术、金融市场波动等所有可能影响经济、市场和投资的事件,并按行业、汇率、大宗商品、个股、板块轮动链路分析影响。也用于 Cron 定时推送热点摘要(早8点开盘前瞻/晚8点收盘复盘/整点扫描)。

Registry SourceRecently Updated
General

宠物安抚触发分析技能

Automatically triggers soothing mechanisms (playing relaxing sounds, activating laser toys) when pet anxiety, howling, or prolonged loneliness is detected; a...

Registry SourceRecently Updated
General

Universal Company Operator System

A complete AI executive team for running, analyzing, or building any company, product, startup, creator brand, nonprofit, or initiative. Use this skill whene...

Registry SourceRecently Updated