Apple Notes Extractor
/install apple-notes-extractor
Apple Notes Skill
Extract and monitor Apple Notes content for workflow integration with support for bulk extraction, real-time monitoring, and export to various formats.
Prerequisites
- macOS with Apple Notes app
- Python 3.8+ (for coordination scripts)
- osascript (built-in macOS)
- Proper macOS permissions for Notes access
Installation
# Run the installation script
./scripts/setup.sh
# Or manual setup
chmod +x scripts/*.py
pip3 install -r requirements.txt
Commands
Extract Notes
# Basic extraction (all notes)
python3 scripts/extract-notes.py --method simple
# Full extraction with attachments
python3 scripts/extract-notes.py --method full
# Extract specific folder
python3 scripts/extract-notes.py --folder "Work Notes"
# Output to specific format
python3 scripts/extract-notes.py --format markdown --output ~/notes
Monitor Notes
# Start monitoring daemon
python3 scripts/monitor-notes.py --daemon
# Single check for changes
python3 scripts/monitor-notes.py --check-once
# Monitor with custom interval (seconds)
python3 scripts/monitor-notes.py --interval 30
Processing and Export
# Process extracted notes
python3 scripts/notes-processor.py output/raw -o output/processed
# Export to Obsidian
python3 scripts/export-obsidian.py --vault ~/MyVault
# Generate knowledge graph
python3 scripts/knowledge-graph.py --input output/processed
Configuration
Edit configs/extractor.json for:
- Output formats (JSON, Markdown, HTML)
- Privacy filters
- Folder selection
- Processing options
Edit configs/monitor.json for:
- Monitoring intervals
- Change detection settings
- Auto-processing rules
Features
- ✅ Extract text content from all notes
- ✅ Handle embedded images and attachments
- ✅ Process note metadata (dates, folders)
- ✅ Multiple output formats (JSON, Markdown, SQLite)
- ✅ Real-time monitoring for changes
- ✅ Privacy-first design with local processing
- ✅ Integration with knowledge management tools
- ✅ Automatic deduplication
- ✅ Incremental updates
Output Formats
| Format | Description | Use Case |
|---|---|---|
json |
Structured data with metadata | API integration |
markdown |
Human-readable text files | Documentation |
sqlite |
Database format | Searchable archive |
obsidian |
Obsidian vault format | Knowledge management |
Examples
# Quick start - extract all notes to Markdown
python3 scripts/extract-notes.py --format markdown --output ~/extracted-notes
# Monitor and auto-export to Obsidian
python3 scripts/monitor-notes.py --daemon --auto-export obsidian
# Extract work notes with full content
python3 scripts/extract-notes.py --method full --folder "Work Notes" --format json
# Process and create knowledge graph
python3 scripts/extract-notes.py --method full
python3 scripts/notes-processor.py output/raw -o output/processed
python3 scripts/knowledge-graph.py --input output/processed --output knowledge-graph.json
Security & Privacy
- All processing happens locally on your machine
- No data sent to external services
- Respects macOS security permissions
- Configurable privacy filters for sensitive content
- Optional encryption for exported data
Integration
Compatible with:
- Obsidian (direct vault export)
- Logseq (Markdown export)
- Notion (JSON import)
- Custom workflows (JSON/CSV output)
- AI processing pipelines
- Search engines (full-text indexing)
Troubleshooting
Common issues:
- Permission denied: Grant Notes access in System Preferences → Security & Privacy
- Import errors: Ensure Python 3.8+ and required packages installed
- AppleScript errors: Check if Notes app is running and accessible
- Empty output: Verify folder names and note permissions
See README.md for detailed troubleshooting guide.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install apple-notes-extractor - 安装完成后,直接呼叫该 Skill 的名称或使用
/apple-notes-extractor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Apple Notes Extractor 是什么?
Extract and monitor Apple Notes content for workflow integration. Supports bulk extraction, real-time monitoring, and export to various formats. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 800 次。
如何安装 Apple Notes Extractor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install apple-notes-extractor」即可一键安装,无需额外配置。
Apple Notes Extractor 是免费的吗?
是的,Apple Notes Extractor 完全免费(开源免费),可自由下载、安装和使用。
Apple Notes Extractor 支持哪些平台?
Apple Notes Extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Apple Notes Extractor?
由 ianderrington(@ianderrington)开发并维护,当前版本 v1.0.0。