Smart Teacher
v1.0.0Expert education planning tool. Generate lesson plans, curriculum maps, study schedules, assessments, and learning objectives aligned to Bloom's taxonomy.
⭐ 0· 96·0 current·0 all-time
byRay Chan, PMP@raychanpmp
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97ahrdwtpj6j8p8qfrfrnwpmn83xg41
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
