{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apple-notes-applescript",
    "name": "Apple Notes (AppleScript)",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/shad0wca7/apple-notes-applescript",
    "canonicalUrl": "https://clawhub.ai/shad0wca7/apple-notes-applescript",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/apple-notes-applescript",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-notes-applescript",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/_resolve_folder.sh",
      "scripts/notes-attachment.sh",
      "scripts/notes-create.sh",
      "scripts/notes-delete.sh",
      "scripts/notes-edit.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "apple-notes-applescript",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:17:17.385Z",
      "expiresAt": "2026-05-07T03:17:17.385Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-notes-applescript",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-notes-applescript",
        "contentDisposition": "attachment; filename=\"apple-notes-applescript-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "apple-notes-applescript"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/apple-notes-applescript"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/apple-notes-applescript",
    "agentPageUrl": "https://openagent3.xyz/skills/apple-notes-applescript/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-notes-applescript/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-notes-applescript/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Apple Notes",
        "body": "Interact with Notes.app via AppleScript. Run scripts from: cd {baseDir}"
      },
      {
        "title": "Commands",
        "body": "CommandUsageList foldersscripts/notes-folders.sh [--tree] [--counts]List notesscripts/notes-list.sh [folder] [limit]Read notescripts/notes-read.sh <name-or-id> [folder]Create notescripts/notes-create.sh <folder> <title> [body]Search notesscripts/notes-search.sh <query> [folder] [limit] [--title-only]Edit notescripts/notes-edit.sh <name-or-id> <new-body> [folder]Delete notescripts/notes-delete.sh <name> <folder> ⚠️ folder required"
      },
      {
        "title": "Folder Paths",
        "body": "All commands support subfolder paths with / separator:\n\nscripts/notes-list.sh \"Scanned/Medical & Health\" 10\nscripts/notes-read.sh \"blood test\" \"Scanned/Medical & Health\"\nscripts/notes-create.sh \"Property/416 Garfield\" \"Inspection notes\" \"Roof looks good\""
      },
      {
        "title": "Folder Tree Structure",
        "body": "This collection has 4000+ notes. Key structure:\n\nScanned — parent folder with many subfolders (Medical & Health, Receipts, etc.)\nFetish — parent with subfolders (AW, Bimbo, Events, etc.)\nHobbies — parent with subfolders (3d printing, Homelab, etc.)\nProperty — subfolders per address\n\nUse --tree --counts to see the full hierarchy."
      },
      {
        "title": "Folder Listing",
        "body": "scripts/notes-folders.sh                  # Flat list\nscripts/notes-folders.sh --counts         # With note counts\nscripts/notes-folders.sh --tree --counts  # Full hierarchy with counts"
      },
      {
        "title": "Listing Notes",
        "body": "scripts/notes-list.sh \"Notes\" 10                      # Specific folder\nscripts/notes-list.sh \"Scanned/Receipts\" 5             # Subfolder\nscripts/notes-list.sh \"\" 10                             # All folders (shows folder name per note)\n\nWithout a folder, output includes the folder column: ID | Date | Folder | Title\nWith a folder: ID | Date | Title"
      },
      {
        "title": "Reading Notes",
        "body": "scripts/notes-read.sh \"blood test\" \"Scanned/Medical & Health\"   # By name (partial match)\nscripts/notes-read.sh \"x-coredata://…/ICNote/p12345\"            # By ID (direct lookup, fast)\n\nOutput: Title, Folder, Modified date, ID, then body text."
      },
      {
        "title": "Searching",
        "body": "Title search first (fast), body search fallback (slower):\n\nscripts/notes-search.sh \"tax\" \"\" 10                    # All folders\nscripts/notes-search.sh \"receipt\" \"Scanned/Receipts\" 5  # Specific folder\nscripts/notes-search.sh \"keyword\" \"\" 10 --title-only    # Skip body search\n\nOutput: ID | Date | Folder | Title"
      },
      {
        "title": "Creating Notes",
        "body": "scripts/notes-create.sh \"Notes\" \"My Title\" \"Body text here\"   # With body\nscripts/notes-create.sh \"Notes\" \"Empty Note\"                    # Title only\n\nReturns the created note's ID."
      },
      {
        "title": "Editing Notes",
        "body": "scripts/notes-edit.sh \"My Note\" \"New body content\" \"Notes\"              # By name\nscripts/notes-edit.sh \"x-coredata://…/ICNote/p12345\" \"New body\"         # By ID"
      },
      {
        "title": "Deleting Notes",
        "body": "scripts/notes-delete.sh \"Old Note\" \"Notes\"                    # Folder required\nscripts/notes-delete.sh \"receipt\" \"Scanned/Receipts\"\n\n⚠️ Folder argument is required for safety — prevents accidental matches across 4000+ notes."
      },
      {
        "title": "Performance Tips",
        "body": "SituationTipListing/searching all notesAlways specify a folder — iterating 4000+ notes is slowReading a known noteUse the ID from a previous list/search — instant lookupSearching large foldersUse --title-only if body search isn't neededFinding the right folderUse --tree --counts first to see hierarchy"
      },
      {
        "title": "Errors",
        "body": "ErrorCauseError: Can't get folderFolder name doesn't exist or wrong pathNo note matching…No partial match found in scopeEmpty body textScanned/image-only notes have no extractable text"
      },
      {
        "title": "Technical Notes",
        "body": "Partial name matching for read/edit/delete (first match wins)\nMultiline body supported via temp files\nFolder names are case-sensitive\nAll user inputs escaped for AppleScript safety (quotes, backslashes)\nnumber of used instead of count of (AppleScript reserved word)"
      }
    ],
    "body": "Apple Notes\n\nInteract with Notes.app via AppleScript. Run scripts from: cd {baseDir}\n\nCommands\nCommand\tUsage\nList folders\tscripts/notes-folders.sh [--tree] [--counts]\nList notes\tscripts/notes-list.sh [folder] [limit]\nRead note\tscripts/notes-read.sh <name-or-id> [folder]\nCreate note\tscripts/notes-create.sh <folder> <title> [body]\nSearch notes\tscripts/notes-search.sh <query> [folder] [limit] [--title-only]\nEdit note\tscripts/notes-edit.sh <name-or-id> <new-body> [folder]\nDelete note\tscripts/notes-delete.sh <name> <folder> ⚠️ folder required\nFolder Paths\n\nAll commands support subfolder paths with / separator:\n\nscripts/notes-list.sh \"Scanned/Medical & Health\" 10\nscripts/notes-read.sh \"blood test\" \"Scanned/Medical & Health\"\nscripts/notes-create.sh \"Property/416 Garfield\" \"Inspection notes\" \"Roof looks good\"\n\nFolder Tree Structure\n\nThis collection has 4000+ notes. Key structure:\n\nScanned — parent folder with many subfolders (Medical & Health, Receipts, etc.)\nFetish — parent with subfolders (AW, Bimbo, Events, etc.)\nHobbies — parent with subfolders (3d printing, Homelab, etc.)\nProperty — subfolders per address\n\nUse --tree --counts to see the full hierarchy.\n\nFolder Listing\nscripts/notes-folders.sh                  # Flat list\nscripts/notes-folders.sh --counts         # With note counts\nscripts/notes-folders.sh --tree --counts  # Full hierarchy with counts\n\nListing Notes\nscripts/notes-list.sh \"Notes\" 10                      # Specific folder\nscripts/notes-list.sh \"Scanned/Receipts\" 5             # Subfolder\nscripts/notes-list.sh \"\" 10                             # All folders (shows folder name per note)\n\n\nWithout a folder, output includes the folder column: ID | Date | Folder | Title With a folder: ID | Date | Title\n\nReading Notes\nscripts/notes-read.sh \"blood test\" \"Scanned/Medical & Health\"   # By name (partial match)\nscripts/notes-read.sh \"x-coredata://…/ICNote/p12345\"            # By ID (direct lookup, fast)\n\n\nOutput: Title, Folder, Modified date, ID, then body text.\n\nSearching\n\nTitle search first (fast), body search fallback (slower):\n\nscripts/notes-search.sh \"tax\" \"\" 10                    # All folders\nscripts/notes-search.sh \"receipt\" \"Scanned/Receipts\" 5  # Specific folder\nscripts/notes-search.sh \"keyword\" \"\" 10 --title-only    # Skip body search\n\n\nOutput: ID | Date | Folder | Title\n\nCreating Notes\nscripts/notes-create.sh \"Notes\" \"My Title\" \"Body text here\"   # With body\nscripts/notes-create.sh \"Notes\" \"Empty Note\"                    # Title only\n\n\nReturns the created note's ID.\n\nEditing Notes\nscripts/notes-edit.sh \"My Note\" \"New body content\" \"Notes\"              # By name\nscripts/notes-edit.sh \"x-coredata://…/ICNote/p12345\" \"New body\"         # By ID\n\nDeleting Notes\nscripts/notes-delete.sh \"Old Note\" \"Notes\"                    # Folder required\nscripts/notes-delete.sh \"receipt\" \"Scanned/Receipts\"\n\n\n⚠️ Folder argument is required for safety — prevents accidental matches across 4000+ notes.\n\nPerformance Tips\nSituation\tTip\nListing/searching all notes\tAlways specify a folder — iterating 4000+ notes is slow\nReading a known note\tUse the ID from a previous list/search — instant lookup\nSearching large folders\tUse --title-only if body search isn't needed\nFinding the right folder\tUse --tree --counts first to see hierarchy\nErrors\nError\tCause\nError: Can't get folder\tFolder name doesn't exist or wrong path\nNo note matching…\tNo partial match found in scope\nEmpty body text\tScanned/image-only notes have no extractable text\nTechnical Notes\nPartial name matching for read/edit/delete (first match wins)\nMultiline body supported via temp files\nFolder names are case-sensitive\nAll user inputs escaped for AppleScript safety (quotes, backslashes)\nnumber of used instead of count of (AppleScript reserved word)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shad0wca7/apple-notes-applescript",
    "publisherUrl": "https://clawhub.ai/shad0wca7/apple-notes-applescript",
    "owner": "shad0wca7",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apple-notes-applescript",
    "downloadUrl": "https://openagent3.xyz/downloads/apple-notes-applescript",
    "agentUrl": "https://openagent3.xyz/skills/apple-notes-applescript/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-notes-applescript/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-notes-applescript/agent.md"
  }
}