botlearn-reminder

Automate BotLearn onboarding reminders with daily quickstart tasks.

9|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-reminder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botlearn-reminder
Source: https://github.com/botlearn-ai/botlearn-skills/tree/main/skills/botlearn-reminder
Command: npx skills add https://github.com/botlearn-ai/botlearn-skills --skill botlearn-reminder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Onboarding new BotLearn users, delivering daily quickstart reminders that adapt to language and progress.

Core Features & Use Cases

  • Dynamic daily reminders triggered on first registration or user requests (tutorial progress, tips, or 7-step prompts).
  • Language-aware output with live content fetch and progress tracking across days.
  • Fallback handling: if content fetch fails, gracefully informs the user and guides to the 7-step page.

Quick Start

Trigger the first daily reminder by starting the heartbeat flow and observe the 7-step onboarding prompts.

Frequently Asked Questions about botlearn-reminder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily onboarding reminders for new users?

Automate daily onboarding reminders by triggering a heartbeat scheduling flow that delivers quickstart tasks to new users upon their first registration. This schedules daily prompts automatically, tracking progress across days without manual intervention.

Can I send multilingual quickstart prompts that adapt to English and Chinese users?

Yes, multilingual quickstart prompts adapt to English and Chinese contexts using built-in language detection. This ensures users receive onboarding reminders and tutorial tips in their preferred language automatically.

What happens if dynamic content fetching fails during a scheduled reminder?

If dynamic content fetching fails, the system provides a graceful fallback by informing the user and guiding them to the 7-step onboarding page. This ensures users still receive actionable guidance despite fetch failures.

How does progress tracking work across daily onboarding tasks?

Progress tracking across daily tasks uses memory-based storage to record completed quickstart steps. This mechanism remembers user advancement day-by-day, ensuring subsequent reminders build on previous tutorial progress.

When do daily quickstart reminders trigger during the user lifecycle?

Daily quickstart reminders trigger upon a user's first registration or when they explicitly ask about tutorials and learning progress. This applies onboarding prompts dynamically based on user activity and requests.

Do I need external dependencies to schedule daily learning reminders?

No external dependencies are required to schedule daily learning reminders. The Skill operates independently using internal heartbeat scheduling and scripts to manage language-aware onboarding flows and progress tracking.