← 返回 Skills 市场
bytesagain-lab

Education

作者 bytesagain-lab · GitHub ↗ · v3.4.1 · MIT-0
cross-platform ✓ 安全检测通过
917
总下载
2
收藏
5
当前安装
13
版本数
在 OpenClaw 中安装
/install education
功能描述
Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions.
使用说明 (SKILL.md)

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 \x3Ctopic> [--weeks \x3Cnum>] [--level beginner|intermediate|advanced] [--output json|text]

quiz

Generate quiz questions on a topic.

bash scripts/script.sh quiz \x3Ctopic> [--count \x3Cnum>] [--type mcq|truefalse|short] [--difficulty easy|medium|hard]

flashcard

Generate flashcards for key concepts.

bash scripts/script.sh flashcard \x3Ctopic> [--count \x3Cnum>] [--format plain|csv|json]

progress

Track and display learning progress.

bash scripts/script.sh progress [--topic \x3Ctopic>] [--mark \x3Cmilestone>] [--reset]

schedule

Create a study schedule with time blocks.

bash scripts/script.sh schedule \x3Ctopic> [--hours-per-day \x3Cnum>] [--days \x3Cnum>] [--start \x3Cdate>]

review

Generate a review checklist from completed topics.

bash scripts/script.sh review \x3Ctopic> [--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

  • bash 4+
  • python3 (standard library only)

Feedback

Questions or suggestions? → https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears coherent and local: it runs the bundled bash script and small python snippets, and stores progress in ~/.education/progress.json. Before installing or running it, you may want to (1) inspect the full scripts/script.sh file (especially the truncated portion in the provided manifest) to confirm there are no unexpected network calls or filesystem accesses, (2) back up any existing ~/.education/progress.json if you care about that data, and (3) run the script in a restricted account or container if you want extra safety. No credentials or external services are required by the skill.
功能分析
Type: OpenClaw Skill Name: education Version: 3.4.1 The education skill provides local tools for generating study plans, quizzes, and tracking learning progress. All data is stored locally in ~/.education/progress.json, and the script (scripts/script.sh) uses safe patterns like environment variables to pass data to Python heredocs, with no evidence of network activity, data exfiltration, or malicious execution.
能力评估
Purpose & Capability
Name and description (education, study plans, quizzes, flashcards, progress, schedule) align with included files and declared requirements: a bash script plus python3 usage and local storage under ~/.education/progress.json. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md directs the agent to run the bundled script with well-scoped subcommands (plan, quiz, flashcard, progress, schedule, review). The script reads/writes only the progress file under ~/.education and uses local Python snippets. There are no instructions to read other system config, environment secrets, or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only skill) and the included script is shipped with the skill. No downloads, package installations, or external installers are invoked.
Credentials
The skill requires no environment variables or external credentials. The script temporarily sets env vars (PROGRESS_FILE, TOPIC, etc.) when invoking python snippets; those are local and proportional to the progress-tracking functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform-wide privileges. Its only persistent effect is storing progress in ~/.education/progress.json, which is appropriate for the feature.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install education
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /education 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.4.1
v2.5 standard: Use-when desc, homepage, source, security fix
v3.4.0
manual
v3.3.0
Major rewrite: domain-specific commands, Use-when description, security fixes, dependency declarations
v1.0.5
manual
v3.2.0
Concise description (no truncation), add homepage+source metadata
v3.1.0
Security fix: safe env-var Python invocation; add Requirements section; fix description format
v3.0.1
Fix: add Requirements, fix description
v3.0.0
Major rewrite: domain-specific commands
v1.0.4
yaml-fix+quality
v1.0.3
yaml-fix+quality
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
元数据
Slug education
版本 3.4.1
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 13
常见问题

Education 是什么?

Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 917 次。

如何安装 Education?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install education」即可一键安装,无需额外配置。

Education 是免费的吗?

是的,Education 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Education 支持哪些平台?

Education 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Education?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v3.4.1。

💬 留言讨论