📦 Bytesagain Education — 本地学习计划生成
v1.0.0无需联网或注册账号,即可一键生成7天结构化学习计划、配套测验,并本地追踪学习进度,帮助高效自学。
0· 161·1 当前·1 累计
下载技能包
最后更新
2026/4/4
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
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 b...详细分析 ▾
✓ 用途与能力
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.
ℹ 指令范围
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.
✓ 安装机制
No install spec; this is instruction-only with an included script. Nothing is downloaded or installed by the skill itself.
✓ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/4
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install bytesagain-education
镜像加速npx clawhub@latest install bytesagain-education --registry https://cn.longxiaskill.com