@acedatacloud/skills 2026.703.4 → 2026.703.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acedatacloud/skills",
3
- "version": "2026.703.4",
3
+ "version": "2026.703.5",
4
4
  "description": "Agent Skills for AceDataCloud AI services — music, image, video generation, LLM chat, web search. Compatible with Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, and 30+ AI coding agents.",
5
5
  "keywords": [
6
6
  "agent-skills",
@@ -10,6 +10,7 @@ when_to_use: |
10
10
  notes, so create / append / move / delete are GATED behind an explicit
11
11
  confirmation.
12
12
  allowed_tools: [Bash]
13
+ surfaces: [mac]
13
14
  license: Apache-2.0
14
15
  compatibility: macOS-only. No API token, no connector — Apple Notes has no cloud API. Drives the local Notes.app via AppleScript (osascript); zero external dependencies (Python 3 standard library only). Requires granting Automation access to Notes.app on first run. Does not call api.acedata.cloud.
15
16
  metadata:
@@ -22,8 +23,15 @@ metadata:
22
23
  Drives the user's **real** Apple Notes through `Notes.app` on macOS. Apple never
23
24
  shipped a cloud API for Notes, so there is nothing to OAuth into and no token to
24
25
  inject — this skill runs **on the user's own Mac** and talks to Notes.app with
25
- AppleScript (`osascript`). It works when Claude Code runs on macOS directly, or
26
- remotely through a CodingBridge node running on the user's Mac.
26
+ AppleScript (`osascript`). It works wherever an agent runs on macOS: the
27
+ **AceDataCloud desktop app** (which executes local tools / local MCP on the
28
+ user's Mac), Claude Code on macOS, or a CodingBridge node on the user's Mac.
29
+
30
+ > **`surfaces: [mac]`** in the frontmatter marks this skill as **macOS-desktop
31
+ > only** — it cannot run on the web / iOS / Android / Windows surfaces (there is
32
+ > no local `Notes.app` there). The skill/connector directory UI reads this to
33
+ > badge the card ("macOS desktop") and steer users to install it from the macOS
34
+ > desktop app. Absent `surfaces`, a skill is assumed available everywhere.
27
35
 
28
36
  The skill ships [`scripts/notes.py`](scripts/notes.py) — self-contained, Python
29
37
  **standard library only** (it shells out to `osascript`; no `pip install`, no