student
by BytesAgain
Help with coursework. Use when taking notes, summarizing readings, formatting citations, outlining essays, or calculating GPA.
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/ckchzh/student文档
Student — Study & Academic Assistant
Take notes, summarize text, generate citations, outline essays, time study sessions, and track GPA.
Commands
note — Record a study note
bash scripts/script.sh note <subject> "<content>"
Appends a timestamped note under the given subject. Notes stored in ~/.student/notes/.
summarize — Generate a text summary
bash scripts/script.sh summarize <file_path> [max_sentences]
Reads a text file and outputs a summary by extracting key sentences. Defaults to 5 sentences.
cite — Format a citation
bash scripts/script.sh cite <apa|mla> "<author>" "<title>" <year> "[publisher]" "[url]"
Generates a formatted citation string in APA or MLA style.
outline — Create an essay outline
bash scripts/script.sh outline "<topic>" <num_sections>
Produces a structured outline with introduction, N body sections, and conclusion for the given topic.
timer — Pomodoro study timer
bash scripts/script.sh timer [work_minutes] [break_minutes]
Runs a Pomodoro timer. Defaults to 25 min work / 5 min break. Prints countdown to stdout.
gpa — Calculate GPA
bash scripts/script.sh gpa "<course:grade:credits>" ["<course:grade:credits>" ...]
Calculates GPA from course entries. Grade format: A/A-/B+/B/B-/C+/C/C-/D+/D/F. Example: gpa "Math:A:3" "English:B+:4"
Output
All commands print plain text to stdout. Notes are stored as text files in ~/.student/notes/<subject>/.
Requirements
- bash 4+
- python3 (standard library only)
Feedback
Report issues or suggestions: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
相关 Skills
面试体系设计
by alirezarezvani
按岗位、级别和团队设计面试流程,生成能力矩阵、题库与评分标准,分析面试官偏差并校准招聘门槛,适合搭建或优化企业招聘体系。
✎ 团队招人没章法时,用它快速搭建岗位化面试流程、题库与评分标准,还能兼顾校准面试偏差,招聘更稳更准。
抽认卡
by BytesAgain
Spaced repetition study tool with deck management. Use when you need flashcard.
教程文档
by anderskev
Tutorial patterns for documentation - learning-oriented guides that teach through guided doing
相关 MCP 服务
by boosted-chat
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
by jjlabsio
Search company disclosures and financial statements from the Korean market. Retrieve stock profiles, market classifications, and historical trading data across major exchanges. Accelerate equity research with accurate, date-specific insights for Korean securities.
✎ 做韩国股研时,用它能一站查公司披露、财报和历史行情,按日期精确追溯关键信息,比手动翻交易所高效太多。
by jjlabsio
检索韩国市场公司的披露文件与财务报表,并获取股票概况等关键信息。
✎ 想研究韩股公司时,它能一站式拉取披露、财报和股票概况,省去跨站查资料的麻烦,对跨境投研尤其省时。
相关资讯
本文记录了哈佛教授 Matthew Schwartz 指导 Claude Code 完成一项理论物理计算的全过程。他选择了一个研究生二年级难度的课题,将工作分解为 102 个任务,通过分阶段提示引导 AI 逐步完成。实验表明,AI 在结构化指导下能执行复杂计算,但仍需人类监督纠正错误。