Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Extract and monitor Apple Notes content for workflow integration. Supports bulk extraction, real-time monitoring, and export to various formats.
Extract and monitor Apple Notes content for workflow integration. Supports bulk extraction, real-time monitoring, and export to various formats.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Extract and monitor Apple Notes content for workflow integration with support for bulk extraction, real-time monitoring, and export to various formats.
macOS with Apple Notes app Python 3.8+ (for coordination scripts) osascript (built-in macOS) Proper macOS permissions for Notes access
# Run the installation script ./scripts/setup.sh # Or manual setup chmod +x scripts/*.py pip3 install -r requirements.txt
# 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
# 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
# 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
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
โ 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
FormatDescriptionUse CasejsonStructured data with metadataAPI integrationmarkdownHuman-readable text filesDocumentationsqliteDatabase formatSearchable archiveobsidianObsidian vault formatKnowledge management
# 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
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
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)
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.
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.