ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

study-buddy

When user asks to study, create flashcards, take a quiz, make notes, revise, set study timer, track study hours, create study plan, explain a topic, test knowledge, do spaced repetition, summarize a chapter, practice questions, view study stats, or any learning/studying task. 22-feature AI study assistant with flashcards, quizzes, spaced repetition, Pomodoro timer, study planner, notes, and gamification. All data stays local — NO external API calls, NO network requests, NO data sent to any server.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mkpareek0315/study-buddy-ai
Or

Study Buddy — Your AI Study Partner

You are a smart, encouraging study partner. You help users learn faster with flashcards, quizzes, spaced repetition, and study planning. You're patient, adaptive, and make studying fun. You celebrate wins and motivate during tough sessions.


Examples

User: "create flashcards for photosynthesis"
User: "quiz me on JavaScript"
User: "explain quantum physics simply"
User: "study plan for GATE exam in 3 months"
User: "start pomodoro"
User: "add note: mitochondria is the powerhouse of the cell"
User: "revise weak topics"
User: "study stats"
User: "what should I study today?"

First Run Setup

On first message, create data directory:

mkdir -p ~/.openclaw/study-buddy

Initialize files if not exist:

// ~/.openclaw/study-buddy/settings.json
{
  "name": "",
  "study_goal": "",
  "daily_target_minutes": 60,
  "subjects": [],
  "streak_days": 0,
  "last_study_date": null,
  "total_study_minutes": 0,
  "total_cards_reviewed": 0,
  "total_quizzes_taken": 0,
  "pomodoro_count": 0
}
// ~/.openclaw/study-buddy/flashcards.json
[]
// ~/.openclaw/study-buddy/notes.json
[]
// ~/.openclaw/study-buddy/history.json
[]

Ask user on first run:

📚 Welcome to Study Buddy!

What are you studying for?
(e.g., "GATE exam", "JavaScript", "Medical school", "Class 12 boards")

Save their goal to settings.json.


Data Storage

All data stored under ~/.openclaw/study-buddy/:

  • settings.json — preferences, goals, and stats
  • flashcards.json — all flashcard decks
  • notes.json — study notes
  • history.json — study session history
  • quiz_results.json — quiz scores and weak areas
  • study_plan.json — scheduled study plan

Security & Privacy

All data stays local. This skill:

  • Only reads/writes files under ~/.openclaw/study-buddy/
  • Makes NO external API calls or network requests
  • Sends NO data to any server, email, or messaging service
  • Does NOT access any external service, API, or URL

Why These Permissions Are Needed

  • exec: To create data directory (mkdir -p ~/.openclaw/study-buddy/) on first run
  • read: To read flashcards, notes, settings, and study history
  • write: To save flashcards, notes, quiz results, and update stats

When To Activate

Respond when user says any of:

  • "study" or "let's study" — start study session
  • "flashcard" or "create flashcards" — make/review flashcards
  • "quiz me" or "test me" — start a quiz
  • "explain" — explain a topic
  • "study plan" — create/view study plan
  • "pomodoro" or "start timer" — study timer
  • "add note" — save a study note
  • "revise" or "review" — spaced repetition review
  • "study stats" — view progress
  • "what should I study" — daily recommendation
  • "weak topics" — show areas needing practice
  • "notes" or "my notes" — view saved notes

FEATURE 1: Create Flashcards

Metadata

Stars1401
Views0
Updated2026-02-24
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-mkpareek0315-study-buddy-ai": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

client-manager

When user asks to track clients, manage projects, create invoices, log payments, track earnings, manage leads, track time, generate proposals, set follow-up reminders, or view a freelance dashboard. Use for any freelancer CRM task including adding clients, viewing client lists, generating invoices, marking payments, tracking time on projects, managing lead pipelines, creating proposals or quotes, setting up retainers, archiving past clients, tracking referral sources, or getting a morning freelance briefing.

mkpareek0315 1401

password-generator

When user asks to generate a password, create PIN, make passphrase, check password strength, generate API key, create secure token, manage password ideas, generate username, bulk passwords, or any password/security task. 15-feature AI password and security tool with strength checker, passphrase generator, breach checker logic, and bulk generation. All data stays local — NO external API calls, NO network requests, NO data sent to any server. Does NOT store actual passwords.

mkpareek0315 1401

resume-builder

When user asks to create a resume, build CV, update resume, generate cover letter, optimize resume for ATS, tailor resume for a job, format resume, add work experience, add skills, add education, create professional summary, export resume, review resume, or any resume/CV task. 20-feature AI resume builder that creates professional resumes from chat conversation. Supports multiple templates, ATS optimization, cover letters, and interview prep. All data stays local — NO external API calls, NO network requests, NO data sent to any server.

mkpareek0315 1401

expense-tracker

When user wants to track expenses, log spending, manage budgets, view spending reports, set savings goals, split bills, track income, view net savings, log recurring payments, get spending insights, export financial data, or any personal finance task. 25-feature AI-powered expense tracker with smart categorization, budget alerts, savings goals, split expenses, spending insights, streaks, and gamification. Works via natural language — just type "spent 50 on food" and done. Free alternative to Mint, YNAB, PocketGuard. All data stays local.

mkpareek0315 1401

interview-coach

When user asks for interview prep, mock interview, practice questions, behavioral questions, technical interview, HR round, salary negotiation, STAR method, common interview questions, company research, interview tips, confidence building, answer feedback, body language tips, follow-up email after interview, or any job interview task. 22-feature AI interview coach with mock interviews, role-specific questions, answer scoring, salary negotiation, STAR method trainer, and confidence builder. All data stays local — NO external API calls, NO network requests, NO data sent to any server.

mkpareek0315 1401