学习助手
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
Seedphrase reference tool. Use when working with seedphrase in blockchain contexts.
调解指南
by BytesAgain
Mediation and ADR reference — dispute resolution processes, mediator techniques, caucus strategy, settlement agreements. Use when preparing for mediation sessions, drafting settlement terms, or choosing between ADR methods.
相关 MCP 服务
by boosted-chat
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
by jjlabsio
检索韩国市场公司的披露文件与财务报表,并获取股票概况等关键信息。
✎ 想研究韩股公司时,它能一站式拉取披露、财报和股票概况,省去跨站查资料的麻烦,对跨境投研尤其省时。
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.
✎ 做韩国股研时,用它能一站查公司披露、财报和历史行情,按日期精确追溯关键信息,比手动翻交易所高效太多。
相关资讯
本研究针对强模型生成数据用于监督微调时导致推理模型性能下降的问题,提出师生协作数据合成框架TESSY。该框架通过交替生成风格与非风格标记,使合成数据既继承教师模型的推理能力,又保持与学生模型的风格一致性。实验表明,在代码生成任务中,TESSY相比传统方法显著提升Qwen3-8B模型性能,为解决风格差异导致的微调失效提供了有效方案。
本文记录了哈佛教授 Matthew Schwartz 指导 Claude Code 完成一项理论物理计算的全过程。他选择了一个研究生二年级难度的课题,将工作分解为 102 个任务,通过分阶段提示引导 AI 逐步完成。实验表明,AI 在结构化指导下能执行复杂计算,但仍需人类监督纠正错误。