📦 Study Buddy — 智能学习伴侣

v1.0.0

AI驱动的学习助手,可一键生成个性化学习计划、实时追踪进度并给出反馈,让任何主题的学习更高效、有节奏。

1· 291·2 当前·3 累计
harrylabsj 头像by @harrylabsj (haidong)
下载技能包
最后更新
2026/3/9
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, runtime instructions, and requested resources are consistent with a local CLI study-tracking tool that stores data under ~/.study-buddy and does not request external credentials or network access.
评估建议
This skill appears coherent and local-only, but you should: (1) review scripts/study-buddy.py yourself (or run it in a sandbox) before executing, since it will create and modify files under ~/.study-buddy; (2) back up any important data before first run; (3) be cautious about future updates or the planned Feishu/multi-device sync features — those could add network/credential requirements, so re-check permissions and env vars if the skill is updated; and (4) consider running it in a constrained e...
详细分析 ▾
用途与能力
Name/description (personalized study plans, tracking, feedback) match the included files and CLI: SKILL.md, README, commands, and a Python script implementing start/plan/today/checkin/progress/report/wrong/feedback/data. No unrelated resources (cloud creds, other platform tokens, system config paths) are requested.
指令范围
SKILL.md instructions are limited to creating a local profile, generating plans, logging progress, and managing a wrong-question notebook. The instructions and the Python script reference only local files under ~/.study-buddy and standard CLI interaction — they do not instruct reading arbitrary system files, contacting external endpoints, or collecting unrelated secrets.
安装机制
There is no install spec; this is effectively an instruction-only skill plus an included Python script. It requires only Python (no install steps download/execute remote code). No archive downloads, no package registry installs, no extract-from-URL actions.
凭证需求
The skill declares no required environment variables, no credentials, and no config paths. The code uses the user's home directory (~/.study-buddy) for local data storage, which is proportionate to a local CLI study tracker.
持久化与权限
Skill is not marked always:true and does not modify other skills or global agent settings. Its persistence is limited to creating and updating files under ~/.study-buddy, which is appropriate for storing user profiles, plans, logs, and wrong-question data.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/9

- Initial release of Study Buddy, an AI-powered learning companion. - Create personalized study plans based on user goals and background. - Track daily study progress with check-ins and logs. - Monitor learning statistics such as streaks, completed days, and progress reports. - Manage mistakes with a “错题本” for review and mastery. - All user data stored locally for privacy.

无害

安装命令

点击复制
官方npx clawhub@latest install study-buddy
镜像加速npx clawhub@latest install study-buddy --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库