Omnifocus4
v1.0.0Live OmniFocus access via native Omni Automation — tasks, projects, inbox, tags. Use for ANY OmniFocus query: 'show my tasks', 'what's in my inbox', 'omnifoc...
⭐ 0· 14·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise live OmniFocus access via Omni Automation; the included Python wrapper calls osascript and evaluate javascript to drive OmniFocus — this matches the stated purpose. Included tests and helpers are consistent with a CLI wrapper for OmniFocus.
Instruction Scope
SKILL.md directs the agent to run the provided scripts/of commands for every OmniFocus query and documents read/write commands. The runtime instructions and the omnifocus.py implementation align: all data access is via AppleScript/OmniJS. There are no instructions to read unrelated local files, exfiltrate data, or call external network endpoints.
Install Mechanism
No install spec is provided (instruction-only install). All code is bundled in the skill (scripts and tests) so nothing external is downloaded or executed during installation. This is a low-risk install model.
Credentials
The skill requests no environment variables or external credentials. It only requires macOS + OmniFocus to be present. The only local state is a prefs file under ~/.omnifocus4 used to gate write commands — this is proportional to the feature set.
Persistence & Privilege
always:false (normal). The skill creates/updates a local prefs file (~/.omnifocus4/prefs.json) to control approval for write commands (modes: once/every/yolo). This is expected for a tool that can modify the user's OmniFocus data, but it does persist state in the home directory and will request macOS automation permissions when invoked.
Assessment
This skill appears to be what it says: a local OmniFocus CLI wrapper using AppleScript/Omni Automation. Before installing, confirm you plan to run it on macOS with OmniFocus installed. Be aware it will create a small prefs file in ~/.omnifocus4 to manage approval for write operations; write commands (add, complete, delete, etc.) will modify your OmniFocus database and may trigger macOS automation permission prompts. If you want safer operation, keep the approval mode set to 'once' (the default) so writes require explicit one-time approvals, or 'every' to require an authorization flag each time. There is no evidence of network calls or requests for external credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk973wp3164a7t4jdszrebvg7rd84fwz5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
