โ† All skills
Tencent SkillHub ยท Content Creation

Apple Notes Extractor

Extract and monitor Apple Notes content for workflow integration. Supports bulk extraction, real-time monitoring, and export to various formats.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Extract and monitor Apple Notes content for workflow integration. Supports bulk extraction, real-time monitoring, and export to various formats.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
AUTOMATION_INTEGRATION.md, INTEGRATION.md, INTEGRATION_CHECKLIST.md, README.md, SKILL.md, USAGE.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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

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

FormatDescriptionUse CasejsonStructured data with metadataAPI integrationmarkdownHuman-readable text filesDocumentationsqliteDatabase formatSearchable archiveobsidianObsidian vault formatKnowledge 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.

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • AUTOMATION_INTEGRATION.md Docs
  • INTEGRATION_CHECKLIST.md Docs
  • INTEGRATION.md Docs
  • README.md Docs
  • USAGE.md Docs