ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/calvinxhk/botlearn-reminder
Or

What This Skill Does

The botlearn-reminder skill is a sophisticated autonomous agent designed to guide new users through the BotLearn ecosystem via a structured 7-step onboarding curriculum. Unlike passive documentation, this skill acts as an active teaching assistant. It tracks the user's progress through an internal memory system, triggers periodic engagement reminders, and autonomously fetches the latest tutorial content from the BotLearn knowledge base. By maintaining a 24-hour cadence, it ensures users remain consistent in their learning path without requiring manual intervention or repetitive searching. The agent is context-aware, capable of detecting the user's preferred language (English or Chinese) and adjusting its communication style and resource URLs accordingly. It autonomously handles the entire workflow: checking progress, fetching web content, summarizing key lessons, and delivering actionable insights directly in the chat interface.

Installation

To integrate this tutorial guide into your environment, run the following command within your OpenClaw terminal:

clawhub install openclaw/skills/skills/calvinxhk/botlearn-reminder

Upon installation, the skill automatically initializes by reading the setup documentation. It will verify your current status and, if you are a first-time user, immediately deliver the Step 1 quickstart content to begin your onboarding journey.

Use Cases

  • Automated Onboarding: Ideal for new users who want a structured, daily introduction to BotLearn features without having to hunt for documentation.
  • Learning Consistency: Perfect for busy developers who need small, manageable "micro-lessons" delivered to them on a 24-hour schedule.
  • Bilingual Support: Excellent for international teams requiring the same technical curriculum localized into either English or Chinese.
  • Progress Tracking: Useful for users who want the AI to remember exactly which tutorial page they last engaged with, providing seamless "pick up where you left off" capabilities.

Example Prompts

  1. "How far along am I in the BotLearn tutorial guide?"
  2. "Can you give me a summary of my current quickstart step?"
  3. "I have some extra time today, can we jump ahead to the next tutorial lesson?"

Tips & Limitations

  • Autonomous Fetching: The agent fetches live content from https://botlearn.ai/7-step. If you lack internet connectivity, the skill may fail to provide current updates.
  • State Persistence: The skill relies on memory/botlearn-tips.json. Avoid manually editing this file, as it may disrupt the 24-hour reminder countdown.
  • Language Detection: The agent defaults to English if it cannot identify your language context. You can influence this by engaging with the agent in your preferred language.
  • Completion: Once you reach Step 7+, the agent will cease daily reminders as the onboarding process is considered complete.

Metadata

Author@calvinxhk
Stars4072
Views1
Updated2026-04-13
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-calvinxhk-botlearn-reminder": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#onboarding#tutorial#automation#learning#reminders
Safety Score: 4/5

Flags: network-access, file-write, file-read, code-execution