mirror of
https://github.com/harivansh-afk/einstein.git
synced 2026-04-15 04:03:28 +00:00
Initial release: Einstein auto-school agent skill
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
This commit is contained in:
commit
c809e16b07
6 changed files with 298 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue