← Back to Skills Marketplace
319
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install study-buddy
Description
AI-powered learning companion for creating personalized study plans, tracking progress, and providing feedback. Use when user wants to start learning somethi...
Usage Guidance
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 environment if you don't trust the unknown publisher.
Capability Analysis
Type: OpenClaw Skill
Name: study-buddy
Version: 1.0.0
The 'study-buddy' skill bundle is a legitimate CLI-based learning management tool. Analysis of 'scripts/study-buddy.py' shows it exclusively manages local data within the '~/.study-buddy/' directory, performing no network operations, shell executions, or unauthorized file access. The instructions in 'SKILL.md' and 'README.md' are consistent with the stated purpose of tracking study progress and managing a 'wrong questions' database without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install study-buddy - After installation, invoke the skill by name or use
/study-buddy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 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.
Metadata
Frequently Asked Questions
What is Study Buddy?
AI-powered learning companion for creating personalized study plans, tracking progress, and providing feedback. Use when user wants to start learning somethi... It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.
How do I install Study Buddy?
Run "/install study-buddy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Study Buddy free?
Yes, Study Buddy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Study Buddy support?
Study Buddy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Study Buddy?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills