apple-notes-pack
v1.6.0Claude Code skill pack for Apple Notes (24 skills)
By Jeremy LongshoreLicense: MIT2.7k GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 24 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install apple-notes-pack-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/saas-packs/apple-notes-pack/.
Plugin files
├── .claude-plugin/plugin.json├── skills/apple-notes-ci-integration/SKILL.md├── skills/apple-notes-common-errors/SKILL.md├── skills/apple-notes-core-workflow-a/SKILL.md├── skills/apple-notes-core-workflow-b/SKILL.md├── skills/apple-notes-cost-tuning/SKILL.md├── skills/apple-notes-data-handling/SKILL.md├── skills/apple-notes-debug-bundle/SKILL.md├── skills/apple-notes-deploy-integration/SKILL.md├── skills/apple-notes-enterprise-rbac/SKILL.md├── skills/apple-notes-hello-world/SKILL.md├── skills/apple-notes-incident-runbook/SKILL.md├── skills/apple-notes-install-auth/SKILL.md├── skills/apple-notes-local-dev-loop/SKILL.md├── skills/apple-notes-migration-deep-dive/SKILL.md├── skills/apple-notes-multi-env-setup/SKILL.md├── skills/apple-notes-observability/SKILL.md├── skills/apple-notes-performance-tuning/SKILL.md├── skills/apple-notes-prod-checklist/SKILL.md├── skills/apple-notes-rate-limits/SKILL.md├── skills/apple-notes-reference-architecture/SKILL.md├── skills/apple-notes-sdk-patterns/SKILL.md├── skills/apple-notes-security-basics/SKILL.md├── skills/apple-notes-upgrade-migration/SKILL.md└── skills/apple-notes-webhooks-events/SKILL.md
Included Skills24
Run Apple Notes automation in CI on macOS runners. Trigger: "apple notes CI".
Diagnose and fix common Apple Notes automation errors. Trigger: "apple notes error".
Build automated note management workflows with Apple Notes JXA scripts. Use when batch-creating notes, syncing content from external sources, organizing notes into folder hierarchies, or building note templates. Trigger: "apple notes workflow", "batch notes", "note templates", "organize apple notes", "sync notes".
Export and convert Apple Notes to Markdown, JSON, HTML, and SQLite. Use when backing up notes, exporting to other apps, converting HTML to Markdown, or building searchable note archives from Apple Notes. Trigger: "export apple notes", "apple notes to markdown", "backup apple notes", "apple notes to JSON", "convert apple notes".
Apple Notes cost optimization — it is free, focus on iCloud storage management. Trigger: "apple notes cost".
Handle Apple Notes data formats: HTML body, attachments, and rich content. Trigger: "apple notes data handling".
Collect Apple Notes automation debug evidence for troubleshooting. Trigger: "apple notes debug".
Deploy Apple Notes automation as a local macOS service. Trigger: "apple notes deploy".
Implement access control for multi-user Apple Notes automation. Trigger: "apple notes access control".
Create, read, and list Apple Notes using JXA and AppleScript. Use when learning Notes automation, creating your first automated note, or testing read/write access to Apple Notes from scripts. Trigger: "apple notes hello world", "create apple note", "read apple notes", "apple notes example", "osascript notes".
Incident response runbook for Apple Notes automation failures. Trigger: "apple notes incident".
Set up macOS automation access for Apple Notes via AppleScript, JXA, and Shortcuts. Use when configuring accessibility permissions, setting up osascript access, or initializing Apple Notes automation on macOS. Trigger: "setup apple notes", "apple notes automation", "apple notes permissions".
Set up local development workflow for Apple Notes automation with JXA hot reload. Trigger: "apple notes dev loop".
Migrate notes between Apple Notes, Obsidian, Notion, and other platforms. Trigger: "apple notes migration".
Configure Apple Notes automation for multiple accounts and environments. Trigger: "apple notes multi account".
Monitor Apple Notes automation health and performance metrics. Trigger: "apple notes monitoring".
Optimize Apple Notes automation performance for large note collections. Trigger: "apple notes performance".
Production checklist for Apple Notes automation deployments. Trigger: "apple notes production checklist".
Handle Apple Notes automation rate limits and iCloud sync throttling. Trigger: "apple notes rate limit".
Reference architecture for Apple Notes automation systems. Trigger: "apple notes architecture".
Apply production-ready patterns for Apple Notes JXA/AppleScript automation. Trigger: "apple notes patterns".
Apply security best practices for Apple Notes automation scripts. Trigger: "apple notes security".
Migrate Apple Notes automation scripts between macOS versions. Trigger: "apple notes upgrade migration".
Monitor Apple Notes changes using file system events and Shortcuts triggers. Trigger: "apple notes events".
Plugin manifests1
{
"name": "apple-notes-pack",
"version": "1.6.0",
"description": "Claude Code skill pack for Apple Notes (24 skills)",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"apple-notes",
"apple notes",
"saas",
"sdk",
"integration"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[apple-notes-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/apple-notes-pack-2)