learn-planner
v1.0.0Generate 7-day learning plans, quizzes, and track your study progress locally for 20+ topics without needing an internet connection or account.
⭐ 0· 51·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (learning plans, quizzes, local progress) align with what is included: an embedded knowledge base, quiz generation, and local JSON storage. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs running the bundled script for plan/quiz/progress operations and documents the local progress file path (~/.local/share/education-skill/progress.json). The provided script creates/reads that local file and uses only python3 and bash; it does not instruct reading unrelated system files or sending data externally.
Install Mechanism
There is no install spec — the skill is instruction-only with a bundled script. That is proportionate for a CLI-style local tool and avoids network installs or external package downloads.
Credentials
The skill requires no environment variables, credentials, or config paths beyond creating a directory under the user's home. Requested environment access is minimal and appropriate for storing local progress.
Persistence & Privilege
always is false and the skill does not request persistent platform-level privileges. It stores progress in its own directory and does not modify other skills or system-wide settings.
Assessment
This skill appears coherent and self-contained: it runs a bundled bash/python script, stores progress under ~/.local/share/education-skill, and needs only bash and python3. Before installing or running, you may want to: (1) inspect the full scripts/script.sh file yourself to confirm there are no unexpected network calls or commands you don't want executed; (2) run it in a restricted environment (or with a disposable user) if you prefer; and (3) be aware it will create and modify files in your home directory (~/.local/share/education-skill/progress.json). If you need offline operation, ensure python3 is available on your system.Like a lobster shell, security has layers — review code before you run it.
latestvk97av4tt75a63jh7e3aydb2fws83vykw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
