← 返回 Skills 市场
2012
总下载
2
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install notectl
功能描述
Manage Apple Notes via AppleScript CLI
安全使用建议
This skill is coherent in purpose (manage Apple Notes) but has worrisome omissions and a surprising static folder list. Before installing or enabling it: (1) verify the publisher/source (there's no homepage and source is unknown); (2) confirm you are on macOS and that the skill will use a trusted AppleScript runtime (osascript) — the skill should declare this; (3) ask the author why a list of local folders is embedded in SKILL.md (it may indicate the packaged skill contains user-specific data); (4) avoid enabling autonomous execution unless you trust the skill, because it could read/write your local Notes via AppleScript. If the author cannot justify the missing platform requirement and the folder list, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: notectl
Version: 1.0.0
The skill bundle, consisting only of `_meta.json` and `SKILL.md`, describes a command-line interface for managing Apple Notes. The `SKILL.md` file details various commands and options for interacting with notes and folders. There is no executable code provided, and the documentation contains no evidence of prompt injection attempts against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The described functionality is clearly aligned with its stated purpose of managing Apple Notes.
能力评估
Purpose & Capability
The skill claims to manage Apple Notes via AppleScript, which reasonably requires macOS and an AppleScript runtime (e.g., the osascript binary). The registry metadata lists no required binaries and no OS restriction; that is inconsistent with the stated purpose. Additionally, the SKILL.md includes a static list of 'Available Folders' that appears to be system-specific, which is unexpected for a generic CLI doc.
Instruction Scope
SKILL.md is an instruction-only document describing CLI commands (notectl) but does not include explicit runtime steps (e.g., run osascript or where to get the CLI). It implicitly requires the agent or user to run AppleScript against the local Notes database, which would read and write user data — the document does not discuss permissions or safety, leaving runtime behavior vague.
Install Mechanism
No install spec and no bundled code — lowest installer risk. Nothing will be written to disk by an installer because there is no install step described.
Credentials
The skill requests no environment variables or credentials, which is plausible for a locally run AppleScript-based tool. However, it fails to declare required platform/binaries (macOS and osascript), and the embedded folder list suggests the package may contain or have been generated from user-specific data — which is disproportionate and unexpected for a generic published skill.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always: false). It is user-invocable and allows normal model invocation, which is standard.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install notectl - 安装完成后,直接呼叫该 Skill 的名称或使用
/notectl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of notectl – command-line interface for Apple Notes
- Adds CLI commands to list, show, add, search, and append notes using AppleScript.
- Supports listing notes by folder and counting notes in folders.
- Allows creating notes in specified folders and adding body content during creation.
- Provides search functionality for notes by title or content.
- Enables appending text to existing notes.
- Documentation includes command usage, examples, and available folder names.
元数据
常见问题
Notectl 是什么?
Manage Apple Notes via AppleScript CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2012 次。
如何安装 Notectl?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install notectl」即可一键安装,无需额外配置。
Notectl 是免费的吗?
是的,Notectl 完全免费(开源免费),可自由下载、安装和使用。
Notectl 支持哪些平台?
Notectl 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Notectl?
由 rainbat(@rainbat)开发并维护,当前版本 v1.0.0。
推荐 Skills