mirror of
https://github.com/harivansh-afk/einstein.git
synced 2026-04-15 08:03:43 +00:00
Autonomous academic agent for Canvas LMS — watches lectures, writes essays, completes assignments, and tracks deadlines. Recovered from Convex storage and reformatted for skills.sh. Made-with: Cursor
34 lines
877 B
Markdown
34 lines
877 B
Markdown
# Einstein
|
|
|
|
Autonomous academic agent for Canvas LMS. Watches lectures, writes essays, completes assignments, tracks deadlines.
|
|
|
|
## Install
|
|
|
|
```bash
|
|
npx skills add harivansh-afk/einstein
|
|
```
|
|
|
|
## What it does
|
|
|
|
Einstein logs into your Canvas, syncs your courses daily, and completes assignments end-to-end. Work is stored locally for you to review before submitting.
|
|
|
|
- Daily Canvas sync (assignments, lectures, announcements)
|
|
- Essay writing, problem solving, discussion posts
|
|
- Deadline tracking with morning/afternoon/evening briefs
|
|
- Local dashboard for monitoring progress
|
|
|
|
## Structure
|
|
|
|
```
|
|
einstein/
|
|
SKILL.md # Main skill definition
|
|
references/
|
|
identity.md # Personality and voice
|
|
soul.md # Operating philosophy
|
|
tools.md # Environment config
|
|
memory.md # User profile templates
|
|
```
|
|
|
|
## License
|
|
|
|
MIT
|