student

Help with coursework. Use when taking notes, summarizing readings, formatting citations, outlining essays, or calculating GPA.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "student" with this command: npx skills add 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Academic Citation Manager

Add real references and standardize citations for research papers and theses (为科研论文和毕业论文添加真实参考文献并规范引用标注)

Registry SourceRecently Updated
1.2K2Profile unavailable
Research

学术研究助手

学术研究全流程助手。提供论文写作指导、文献检索方法、学术工具推荐、期刊投稿指南、学术会议信息、科研项目管理等。适用于大学生、研究生和科研人员的学术工作辅助。支持家用(知识库)和商用(API扩展)双模式。触发器:用户提出论文/文献/期刊/投稿/学术/科研相关问题时使用。

Registry SourceRecently Updated
720Profile unavailable
General

Course Study

Comprehensive course study, exam revision, and structured study note generation from lecture slides, course PDFs, or topic outlines. Use when the user wants...

Registry SourceRecently Updated
6272Profile unavailable
Coding

Paper Impact Analyzer

Analyze academic paper impact using multiple data sources (arXiv, GitHub, OpenAlex, Semantic Scholar). Input an arXiv ID and get a multi-dimensional impact a...

Registry SourceRecently Updated
1320Profile unavailable