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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asterisk622/xiaoding-botlearn-reminderWhat 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
- "I just signed up for BotLearn, what do I need to do next?"
- "Show me the next tutorial step in my learning progress."
- "Am I caught up on my BotLearn onboarding or are there pending tasks?"
Tips & Limitations
- Tip: Ensure your agent has appropriate permissions for
network-accessas it needs to reachbotlearn.aito 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-stepundergoes 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
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-asterisk622-xiaoding-botlearn-reminder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
proactive-agent
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
tech-news-digest
Generate tech news digests with unified source model, quality scoring, and multi-format output. Six-source data collection from RSS feeds, Twitter/X KOLs, GitHub releases, GitHub Trending, Reddit, and web search. Pipeline-based scripts with retry mechanisms and deduplication. Supports Discord, email, and markdown templates.
moltpay
AI Agent's crypto wallet manager - generate wallets, manage transactions, and claim ORA token rewards.
Agent Browser
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
deep-research
Deep Research Agent specializes in complex, multi-step research tasks that require planning, decomposition, and long-context reasoning across tools and files by we-crafted.com/agents/deep-research