Education
by @bytesagain-lab
Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions.
clawhub install educationπ About This Skill
name: education description: "Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions." version: "3.4.0" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: - education - learning - study - quiz - flashcard - review
Education Skill
Generate study plans, quizzes, flashcards, and review materials for any topic. Track progress and schedule sessions.
Commands
plan
Generate a structured learning plan for a topic.
bash scripts/script.sh plan [--weeks ] [--level beginner|intermediate|advanced] [--output json|text]
quiz
Generate quiz questions on a topic.
bash scripts/script.sh quiz [--count ] [--type mcq|truefalse|short] [--difficulty easy|medium|hard]
flashcard
Generate flashcards for key concepts.
bash scripts/script.sh flashcard [--count ] [--format plain|csv|json]
progress
Track and display learning progress.
bash scripts/script.sh progress [--topic ] [--mark ] [--reset]
schedule
Create a study schedule with time blocks.
bash scripts/script.sh schedule [--hours-per-day ] [--days ] [--start ]
review
Generate a review checklist from completed topics.
bash scripts/script.sh review [--scope all|weak|recent] [--format checklist|summary]
Output
All commands print to stdout. Use --output json (where supported) for machine-readable output. Progress data is stored in ~/.education/progress.json.
Requirements
Feedback
Questions or suggestions? β https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com