Get Notes Auto Sync
Installation
SKILL.md
Get Notes Auto Sync
This skill allows you to automatically sync voice notes from the Get Notes (biji.com) platform to your local machine. It handles authentication, continuous syncing, and organization of notes into categories.
Features
- Automated Sync: Fetches notes from Get Notes API with cursor-based pagination.
- Full Transcription: Retrieves both the AI summary and the full original transcript.
- Smart Classification: Automatically categorizes notes into Meetings, Clients, Inspiration, or Todos based on content and duration.
- Deduplication: Ensures no duplicate notes are saved using
note_id. - Dashboard: Provides a local web dashboard to monitor sync status and manage login.
Usage
Prerequisites
- Node.js (v18+)
- Playwright (
npx playwright install chromium)
Related skills