ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

teacher-toolkit

教师工具箱。教案设计、评分标准(Rubric)、课堂活动、评估设计、学生反馈、家长沟通。Teacher toolkit with lesson planning, rubrics, activities, assessments, student feedback.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/teacher-toolkit
Or

Teacher Toolkit

A terminal-based learning and study assistant for students, teachers, and self-learners. Start learning sessions, generate quizzes, create flashcards, track progress, build learning roadmaps, find resources, take notes, generate topic summaries, and test yourself — all from the command line.

Commands

CommandDescription
teacher-toolkit learn <topic> [hours]Start a learning session on a topic with estimated duration (default: 1 hour)
teacher-toolkit quiz <topic>Generate a quick 3-question quiz on a topic
teacher-toolkit flashcard <term>Create a flashcard with the given term (front side), saved to data directory
teacher-toolkit reviewStart a spaced repetition review session (1d, 3d, 7d, 14d, 30d intervals)
teacher-toolkit progressTrack learning progress — shows total number of sessions logged
teacher-toolkit roadmapGenerate a structured learning roadmap (Basics → Practice → Projects)
teacher-toolkit resourceFind learning resources — lists books, videos, courses, and practice sites
teacher-toolkit note <text>Take a timestamped note, appended to the data log
teacher-toolkit summary <topic>Generate a summary for a given topic
teacher-toolkit test <topic>Start a self-test on a given topic to assess knowledge
teacher-toolkit helpShow help message with all available commands
teacher-toolkit versionShow current version (v2.0.0)

Data Storage

  • Default location: ~/.local/share/teacher-toolkit/
  • Override: Set the TEACHER_TOOLKIT_DIR environment variable, or XDG_DATA_HOME to customize the base path
  • Data file: data.log — stores notes and session data with timestamps
  • History file: history.log — timestamped record of every command executed for full traceability
  • All data is stored locally on your machine. No cloud sync, no accounts, no network calls.

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • Standard Unix utilities: date, wc, cat
  • No external dependencies or API keys required

When to Use

  1. Self-directed learning — Use learn to start structured study sessions, roadmap to plan your learning path, and progress to track how far you've come
  2. Exam preparation — Generate quizzes with quiz, create flashcards for key terms with flashcard, and use review for spaced repetition before tests
  3. Classroom teaching support — Teachers can use summary to quickly outline topics, quiz to generate discussion questions, and resource to find supplementary materials
  4. Note-taking during study — Capture insights and key points with note as you study, building a timestamped knowledge log you can review later
  5. Knowledge self-assessment — Use test to evaluate your understanding of a topic and identify areas that need more work

Examples

Metadata

Stars3500
Views0
Updated2026-03-27
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-bytesagain-teacher-toolkit": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.