中文 English 日本語 简体中文

Get筆記 Knowledge Pipeline

Complete automation pipeline: Collection → Sync → Classification → Use

PHASE 1 — Collection
📱
Get筆記 App
Daily collection entry point: save links, voice notes, images, text notes. Get筆記 app automatically syncs course articles to Get筆記.
Manual Collection
🎓
得到 App Courses
Fast Blade columns, Wan Wei Gang's 100 Modern Thinking Tools, shared reading series, etc. Linked notes automatically extract source text and AI summaries.
Auto Capture
🎙️
Voice Cards / Meeting Recordings
Business meetings, project discussions automatically transcribed. Get筆記 AI auto-generates summaries and tags.
Auto Transcription
PHASE 2 — Sync to Local
☁️
Get筆記 OpenAPI
Base URL: openapi.biji.com
Auth: API Key + Client ID
Rate limit: 2 QPS / 5000 calls/day
REST API
Daily Scheduled Sync
cron runs sync_notes.py daily at 23:00
Incremental sync (only new notes)
Write to notes/ folder + sync.log
crontab 23:00
🤖
Cowork Skill Real-time Access
Call API via osascript → curl
Real-time search, view details, save notes
No need to wait for scheduled sync, instant access
getnote skill
PHASE 3 — Auto Classification
🧠
Three-Layer Classification Engine (sync_notes.py)
Layer 1 — Voice Card Detection
tags contain "Voice Card Note" → 09_Meeting_Records/{Project}/
Auto-distribute to 8 project subfolders by keywords

Layer 2 — Course Series Detection
Parse courseArticleId from URL for auto-clustering
_course_registry.json dynamically maintains course list
New courses auto-create folders, no manual intervention

Layer 3 — Keyword Classification
Match title + first 300 chars of content against keyword library
01 Column Articles
02 Medical & Health
03 Environment & Circular Economy
04 AI & Technology
05 Business Meeting
06 Personal Growth & Learning
07 Life Notes
08 Others
09 Meeting Records
📂
01_Column_Articles Subfolders
Hard-coded Series
• Fast Blade_AI Lobster 10 Days Talk
• Shared Reading_Predictive Book
• Shared Reading_Humans vs AI Fierceness
• OpenClaw_Getting Started Guide
• Fast Blade_Column

Auto-detected Series
• Wan Wei Gang_100 Modern Thinking Tools
• (New courses auto-added in future)
Auto Expansion
PHASE 4 — Storage & Use
💾
Local Markdown Files
Path: get_筆記/notes/{category}/
Format: YAML frontmatter + MD
Filename: {title}_{note_id}.md
Includes _series_meta.json index
Auto-generated
☁️
Cloud Sync
Desktop local files auto-sync to cloud
Multi-device access
Offline backup protection
Auto Sync
💬
Cowork Real-time Interaction
"Search one" → Semantic search
"Note one" → Create new note
"Recent notes" → Browse list
"Knowledge base" → Knowledge base management
getnote skill
Auto
Manual
Scheduled
Cowork Skill
← Back to article: Knowledge Management Runs on a Pipeline, Not Discipline