retrieve-and-analyze-notes
Retrieve and Analyze Notes
Input Parameters
| Parameter | Required | Description | Example |
|---|---|---|---|
search_term |
Yes | The note name or keyword to search for in Apple Notes | Dale's Principles |
analysis_type |
No | Type of analysis requested: feedback, summary, or review |
feedback |
Procedure
-
Use AppleScript to retrieve the note:
tell application "Notes" set notesList to notes whose name contains "{{SEARCH_TERM}}" if (count of notesList) > 0 then set theNote to item 1 of notesList return body of theNote else return "ERROR: No note found" end if end tell -
If no result, retry with shorter or alternate keywords from the original query
-
Provide the requested analysis, feedback, or summary on the retrieved content
Notes
- Requires Apple Notes permissions for AppleScript access
- Search is case-insensitive and matches partial note names; if multiple notes match, the first result is returned
- Note content is returned as plain text; rich text formatting may be simplified
Example
what do you think of the principles in my Apple Notes
retrieve my note called Meeting Notes and summarize it
read my Apple Note about goals and give me feedback
find the note named Projects and review it
get my Principles note and analyze it
More from dalehurley/phpbot
desktop-control
Control the mouse, keyboard, and read screen content via accessibility. Use this skill when the user asks to click somewhere on screen, type text into an app, move the mouse, press keyboard shortcuts, read what's on screen, get the accessibility tree of the current window, automate desktop interactions, or control the computer.
39summarize-unread-emails
Retrieve and summarize all unread emails from your inbox, organized by category, sender, and date. Use this skill when the user asks to summarize unread emails, get an overview of unread messages, organize inbox emails, or review pending email communications. Provides a structured summary with categorization and timeline analysis.
20open-application
Open or launch applications on your computer by name. Use this skill when the user asks to open, launch, or start an application like Mail, Finder, Safari, Chrome, or any other installed macOS application. Works with both built-in and third-party applications.
10homebrew
Install, manage, and search for software packages on macOS using Homebrew. Use this skill when the user asks to install software, apps, CLI tools, developer utilities, programming languages, databases, or any package on a Mac. Supports formulae (CLI tools) and casks (GUI apps). Can also search, update, upgrade, uninstall, and diagnose Homebrew issues.
10csv-tools
Parse, query, filter, sort, transform, and summarize CSV and JSON data files. Use this skill when the user asks to view a CSV, filter data, get statistics from a data file, convert CSV to JSON or vice versa, sort data, or analyze tabular data.
9get-weather-forecast
Retrieve current weather conditions and multi-day forecasts for any location using the wttr.in API. Use this skill when the user asks for weather information, weather forecast, current conditions, temperature, or weather updates for a specific city or location. Provides detailed weather data including temperature, wind, precipitation, and visibility.
8