Structure study sessions, manage materials, and prepare for exams with active recall techniques.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install study或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install study⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/study/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Study slug: study version: 1.0.1 description: Structure study sessions, manage materials, and prepare for exams with active recall techniques. changelog: Simplified structure, removed broken script references, explicit data storage metadata: {"clawdbot":{"emoji":"📚","requires":{"bins":[]},"os":["linux","darwin","win32"]}} ---
~/study/
├── subjects/ # One folder per subject
│ └── {subject}/
│ ├── materials/ # PDFs, notes, resources
│ ├── flashcards.json
│ ├── schedule.md
│ └── progress.md
├── calendar/ # Exam dates, deadlines
│ └── deadlines.json
└── config.json # Preferences
Create on first use: mkdir -p ~/study/{subjects,calendar}
This skill:
| Topic | File | |-------|------| | Study techniques | techniques.md | | Subject strategies | subjects.md | | Exam preparation | exams.md |
Plan Semester → Weekly Schedule → Daily Sessions → Review → Exam Prep
When exam approaches (≤2 weeks):
In ~/study/config.json:
{
"level": "undergraduate",
"technique": "pomodoro",
"session_minutes": 25,
"break_minutes": 5
}
In {subject}/progress.md:
## Topics
- [x] Chapter 1: Intro (mastered)
- [~] Chapter 2: Basics (in progress)
- [ ] Chapter 3: Advanced (not started)
## Weak Areas
- Integration techniques
- Proof by induction安装 Study 后,可以对 AI 说这些话来触发它
Help me get started with Study
Explains what Study does, walks through the setup, and runs a quick demo based on your current project
Use Study to structure study sessions, manage materials, and prepare for exams w...
Invokes Study with the right parameters and returns the result directly in the conversation
What can I do with Study in my general tools workflow?
Lists the top use cases for Study, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/study/ 目录(个人级,所有项目可用),或 .claude/skills/study/(项目级)。重启 AI 客户端后,用 /study 主动调用,或让 AI 根据上下文自动发现并使用。
Study 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Study 可免费安装使用。请查阅仓库了解许可证信息。
Structure study sessions, manage materials, and prepare for exams with active recall techniques.
Study 属于「General Tools」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my general tools tasks using Study
Identifies repetitive steps in your workflow and sets up Study to handle them automatically