Bytesagain Education

v1.0.0

Generate 7-day structured learning plans, quizzes, and track study progress locally with no internet or account needed.

0· 43·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (generate plans, quizzes, local progress tracking) align with what is delivered: a bash wrapper that runs embedded Python, a local storage path (~/.local/share/education-skill), and built-in plan data. No unrelated cloud or system credentials are requested.
Instruction Scope
SKILL.md instructs only to run the included script and describes local JSON storage. It lists external resource URLs as reading suggestions (not necessarily fetched). The included code (shown) defines in-process data and writes to a single per-user file, which is within the described scope. Recommend verifying the rest of the script (full file) to confirm there are no network calls or file accesses beyond the storage path.
Install Mechanism
No install spec; this is instruction-only with an included script. Nothing is downloaded or installed by the skill itself.
Credentials
The skill requires only bash and python3 (stdlib) per its README, and declares no environment variables, credentials, or configuration paths beyond the user-local storage directory it uses. That is proportionate to the stated functionality.
Persistence & Privilege
The skill is not force-enabled (always: false) and does not request to modify other skills or system-wide settings. It persists only to a per-user file (~/.local/share/education-skill/progress.json), which is appropriate for a progress tracker.
Assessment
This skill appears coherent and local: it runs a bundled script, uses Python stdlib, and stores progress in ~/.local/share/education-skill/progress.json. Before installing or running: (1) open and review the entire scripts/script.sh file yourself to confirm there are no hidden network calls or commands that access unexpected files; (2) run it as your regular user (not root) or in a sandbox/container if you want extra isolation; (3) back up or review the progress.json file if sensitive data may be written there; and (4) note that 'No internet required' is accurate for generating content, but resource suggestions include external URLs which the script appears to only display, not fetch. If you want greater assurance, provide the complete script for a line-by-line audit or run the tool in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d8rqefmxkr4sz2mv5t0917s847v90

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments