📦 OmniFocus Automation — 自动化任务管理
v1.0.0通过 Omni Automation 在 macOS 上管理 OmniFocus 的任务、项目与文件夹,支持 GTD 流程、待办清单、项目追踪、增删改任务、设定截止日期、标签及循环任务。
2· 2.7k·12 当前·12 累计
下载技能包
最后更新
2026/4/20
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to do what it says: control OmniFocus via macOS automation. Before installing or running it, review the full scripts (scripts/omnifocus.js) yourself or have someone you trust inspect them. Pay attention to the AppleScript snippets executed via doShellScript/osascript (those can run shell commands). Only grant macOS Automation permissions to this script if you trust the source. Note that the package has no homepage and an unknown source/owner — lack of provenance increases risk...详细分析 ▾
✓ 用途与能力
Name/description match the included JXA script which directly manipulates OmniFocus documents, projects, tasks, tags and repeat rules via the OmniFocus Automation APIs. The requested capabilities (task/project/tag manipulations) are consistent with the code and SKILL.md.
ℹ 指令范围
SKILL.md limits actions to OmniFocus operations and instructs running the bundled script. The implementation uses Application.currentApplication().doShellScript(...) to invoke osascript for AppleScript fallbacks; this is plausible for macOS automation but expands the set of operations the script can perform (shell and AppleScript execution). There are no instructions to read unrelated files or send data externally, but the use of shell/osascript means a malicious modification could execute arbitrary local commands — so inspect the AppleScript snippets in the code before trusting.
✓ 安装机制
No install spec is provided (instruction-only with a bundled script), so nothing is downloaded or written by an installer. This lowers supply-chain risk; the only code is the included script.
✓ 凭证需求
The skill declares no environment variables, no credentials, and no config paths. That is proportionate for a local OmniFocus automation utility.
✓ 持久化与权限
The skill is not marked always:true and is user-invocable. It does not request persistent system-wide privileges in the metadata. It will require the user to grant macOS Automation access to OmniFocus (normal for this use case).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/1/26
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install omnifocus-automation
镜像加速npx clawhub@latest install omnifocus-automation --registry https://cn.longxiaskill.com