← 返回
未分类

Certainlogic Onboarding Wizard

Guides new OpenClaw users by detecting their environment, recommending skills, and generating a personalized markdown setup report without auto-installing an...
为新 OpenClaw 用户检测环境、推荐技能并生成个性化 Markdown 设置报告,无需自动安装...
certainlogicai
未分类 clawhub v2.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 318
下载
💾 0
安装
1
版本
#latest

概述

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

  • GitHub: https://github.com/CertainLogicAI/certainlogic-onboarding-wizard
  • ClawHub: https://clawhub.ai/certainlogicai/certainlogic-onboarding-wizard
  • CertainLogic Skills: https://clawhub.ai/certainlogicai

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)

版本历史

共 1 个版本

  • v2.1.0 当前
    2026-05-07 22:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

CertainLogic Context Manager

certainlogicai
Prevent AI session token bloat and runaway costs. Tracks query count per session, warns at a configurable threshold, aut
★ 0 📥 363

Skill Vetter Plus

certainlogicai
AI代理技能安全扫描器。9个内置检测签名,识别密钥、不安全执行模式和提示词注入。50毫秒内出结果。
★ 0 📥 408

Skill Oracle

certainlogicai
技能预言 — 精心整理的高质量 ClawHub 技能文档,Markdown 表格指示代理哪些工具可用、哪些为空,非 API 或代码库。
★ 0 📥 472