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/asterisk622/xiaoding-botlearn-reminder
Or

What This Skill Does

The botlearn-reminder skill is an autonomous AI agent capability designed to guide users through the BotLearn 7-step onboarding process. This skill functions as a persistent companion, ensuring that new users remain engaged by delivering a structured tutorial series every 24 hours. The agent autonomously monitors the user's progress, manages state via a local memory file, and handles all technical interactions—including fetching current tutorial content and calculating reminder schedules—without requiring the user to navigate interfaces manually.

Upon activation, the agent reads the initialization configuration and immediately delivers the first tutorial step. It is built to be language-aware, detecting the user's preferred language from conversation context to translate content dynamically while keeping technical endpoints in English. By utilizing a heart-beat execution flow, the agent reliably checks for pending tasks, fetches relevant updates from the BotLearn documentation, and summarizes complex technical information into bite-sized, actionable reminders that keep the onboarding experience fluid and user-centric.

Installation

To add this capability to your agent, use the OpenClaw CLI or your dashboard to execute the following command:

clawhub install openclaw/skills/skills/asterisk622/xiaoding-botlearn-reminder

Ensure that your environment supports standard file I/O operations as the skill requires write access to the memory/ directory to track progress and network-access to fetch tutorial pages.

Use Cases

  • Automated Onboarding: Perfect for platform-specific tutorials where manual navigation is tedious.
  • Progress Tracking: Keeps users accountable by reminding them of their learning trajectory.
  • Autonomous Summarization: Converts dense technical documentation into readable summaries for quick digestion.
  • Cross-Language Support: Serves international users by automatically detecting language context for instructional output.

Example Prompts

  1. "I just signed up for BotLearn, what do I need to do next?"
  2. "Show me the next tutorial step in my learning progress."
  3. "Am I caught up on my BotLearn onboarding or are there pending tasks?"

Tips & Limitations

  • Tip: Ensure your agent has appropriate permissions for network-access as it needs to reach botlearn.ai to fetch real-time content.
  • Tip: The agent automatically handles the 7-day flow; you do not need to trigger it manually unless you want to check your progress early.
  • Limitation: The skill relies on external website structure. If https://botlearn.ai/7-step undergoes major structural changes, verify the fetch mechanism remains compatible.
  • Safety Note: The agent is programmed to never ask the user to run scripts, adhering to a 'no-friction' policy.

Metadata

Stars4473
Views1
Updated2026-05-01
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-asterisk622-xiaoding-botlearn-reminder": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#onboarding#automation#tutorial#botlearn#education
Safety Score: 4/5

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