← Back to Skills Marketplace
Smart Teacher
by
Ray Chan, PMP
· GitHub ↗
· v1.0.0
· MIT-0
279
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install smart-teacher
Description
Expert education planning tool. Generate lesson plans, curriculum maps, study schedules, assessments, and learning objectives aligned to Bloom's taxonomy.
Usage Guidance
This package appears coherent with its stated purpose and includes a stdlib-only Python CLI. Before running: (1) inspect the entire scripts/edu_planner.py file to ensure there are no hidden network calls, file writes, or subprocess executions (the provided snippet is truncated); (2) run it in a sandbox or non-privileged environment the first time; (3) avoid supplying sensitive data as CLI arguments; and (4) if you plan to use it in production, consider code-review or running static analysis to confirm there are no surprising behaviors in the portions not shown here.
Capability Analysis
Type: OpenClaw Skill
Name: smart-teacher
Version: 1.0.0
The 'Smart Teacher' skill is a legitimate educational planning tool that generates lesson plans, curriculum maps, and study schedules. The core logic in 'scripts/edu_planner.py' is a self-contained Python script using only standard libraries for string formatting and console output; it contains no network calls, file system modifications, or attempts to access sensitive data. While it requests 'Bash' permissions to execute the script, the code is transparent and aligns perfectly with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (lesson plans, curriculum, assessments) match the provided CLI and Python script: the repo contains an education references file and a stdlib-only CLI that outputs lesson plans, schedules, objectives, rubrics, and assessments.
Instruction Scope
SKILL.md instructs only to run the included Python CLI with explicit arguments; instructions do not request unrelated system files, credentials, or external endpoints. The CLI's visible behavior prints educational outputs to stdout.
Install Mechanism
No install spec (instruction-only) and the SKILL.md uses the included Python script. There is no download-from-URL or package installation declared.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script uses only standard-library modules and does not reference environment secrets in the visible portion.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system settings in the visible instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smart-teacher - After installation, invoke the skill by name or use
/smart-teacher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — lesson plans, curriculum maps, study schedules, rubrics, assessments, and Bloom's taxonomy objectives
Metadata
Frequently Asked Questions
What is Smart Teacher?
Expert education planning tool. Generate lesson plans, curriculum maps, study schedules, assessments, and learning objectives aligned to Bloom's taxonomy. It is an AI Agent Skill for Claude Code / OpenClaw, with 279 downloads so far.
How do I install Smart Teacher?
Run "/install smart-teacher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smart Teacher free?
Yes, Smart Teacher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Smart Teacher support?
Smart Teacher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smart Teacher?
It is built and maintained by Ray Chan, PMP (@raychanpmp); the current version is v1.0.0.
More Skills