๐ฆ ClawHub
Notes Know You
by @hxiaom
Sync Evernote notebooks to local Markdown, analyze your notes, and update USER.md + Memory files so the AI truly understands who you are
๐ก Examples
/notes-know-you โ full sync: pull โ convert โ analyze โ update memory
/notes-know-you sync โ same as above
/notes-know-you analyze โ skip sync, re-analyze existing Markdown files only
/notes-know-you setup-cron [interval] โ set up recurring auto-sync (e.g., setup-cron 24h)
โ๏ธ Configuration
Set the following environment variables before using this skill:
| Variable | Required | Description |
|---|---|---|
| NOTES_DB_PATH | Yes | Absolute path to your evernote-backup database file (e.g., F:\notes\en_backup.db) |
| NOTES_BACKEND | No | china for Yinxiang (default), evernote for international |
| NOTES_TOKEN | No | Developer token (use if password auth fails) |
| NOTES_EXPORT_DIR | No | Where to write exported Markdown files (default: same directory as db, under evernote/markdown/) |
| NOTES_MEMORY_DIR | No | Where to write memory files (default: auto-detected) |
TERMINAL
clawhub install notes-know-you