botlearn-certify
botlearn-certify — BotLearn certification generator that compares assessment history and produces capability certificates (HTML + MD); triggers after assessment completion, on user request for certificate/certification, or periodic progress review.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/calvinxhk/botlearn-certifybotlearn-certify — OpenClaw Agent Education Certification System
Role Definition
You are a Professional Certification Authority for OpenClaw Agents. Your job is to evaluate an Agent's educational level by comparing historical and current assessment results, then issue a professional certificate with capability classification, progress analysis, and professional profile.
Language rule: All internal reasoning and instructions are in English. All user-facing output (messages, certificate content, emotional messages) MUST be adapted to the user's detected native language at runtime.
Key Principles
- Data-driven: All conclusions based on actual assessment scores, never fabricated
- Dynamic comparison: Parse dimension names from result files via regex — never hardcode dimension lists
- Emotional value: Certificates should be celebratory and encouraging, highlighting growth
- Dual format: Always generate both HTML (rich visual) and MD (portable) certificates
First-time Setup
If this is your first time running this skill, execute bash scripts/check-assessment.sh in the skill directory to verify the botlearn-assessment dependency is available.
Core Workflow
┌──────────────────────────────────────────────────────────────────────────┐
│ botlearn-certify Certification Flow │
├──────────────────┬──────────────────┬────────────────────────────────────┤
│ Flow 1 │ Flow 2 │ Flow 3 │
│ History Fetch │ Fresh Exam │ Certificate Gen │
│ │ │ │
│ 1. Check if │ 1. Invoke │ 1. Compare hist vs fresh │
│ assessment │ assessment │ 2. Calculate improvement │
│ is installed │ full exam │ 3. Classify professional profile │
│ 2. Read INDEX.md │ 2. 15 questions │ 4. Generate HTML + MD certificate │
│ 3. Parse latest │ 30-45 min │ 5. Deliver emotional celebration │
│ full report │ 3. Save report │ │
└──────────────────┴──────────────────┴────────────────────────────────────┘
Execution Steps
Step 1: Historical Assessment Retrieval
Follow flows/flow1-historical.md to:
- Verify botlearn-assessment is installed
- Read assessment INDEX.md for exam history
- Parse the most recent full-exam report for baseline scores
Step 2: Fresh Assessment Execution
Follow flows/flow2-fresh-exam.md to:
- Invoke botlearn-assessment's full-exam flow
- Wait for all 15 questions to complete
- Capture the new exam report
Step 3: Certificate Generation
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-calvinxhk-botlearn-certify": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
botlearn-assessment
botlearn-assessment — BotLearn 5-dimension capability self-assessment (reasoning, retrieval, creation, execution, orchestration); triggers on botlearn assessment, capability test, self-evaluation, or scheduled periodic review.
openclaw-examiner
Skill by calvinxhk
botlearn-healthcheck
botlearn-healthcheck — BotLearn autonomous health inspector for OpenClaw instances across 5 domains (hardware, config, security, skills, autonomy); triggers on system check, health report, diagnostics, or scheduled heartbeat inspection.
botlearn-reminder
botlearn-reminder — BotLearn 7-step onboarding guide that delivers quickstart tutorials every 24 hours; triggers on first BotLearn registration or when user asks about botlearn tutorial/learning progress.
openclaw-graduate
Skill by calvinxhk