SYSU Anything Apple
v0.3.4Use when the user wants SYSU Anything on macOS with Apple Calendar or Apple Reminders integration, including Apple permission checks, today/timetable calenda...
⭐ 0· 103·0 current·0 all-time
by@qybaihe
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
The name/description, SKILL.md, and shipped reference docs consistently describe Apple Calendar/Reminders sync for SYSU workflows. The skill expects an external binary named `sysu-anything-apple`; the package in this repo is a small deployer/skill wrapper while the actual runtime is provided by the separate npm package `sysu-anything`. This dependency is reasonable but worth noting: the skill itself does not ship the runtime binary.
Instruction Scope
Runtime instructions are narrowly scoped: run the `sysu-anything-apple` CLI, run `apple doctor` preflight, and perform explicit commands that read SYSU state and write to Apple Calendar/Reminders. The SKILL.md references the shared state dir (~/.sysu-anything) and appropriate login checks. There are no instructions to read unrelated system files or exfiltrate data.
Install Mechanism
Install is via an npm package (`sysu-anything`) which is a normal mechanism for a Node CLI. This is a moderate-risk install (downloads code from npm). The repository itself provides a deployer script (bin/deploy.mjs) that copies skill files into a target directory; that deployer writes files under the chosen target but does not execute arbitrary remote downloads. Users should verify the upstream `sysu-anything` package source before installing.
Credentials
The skill declares no required environment variables or credentials. It does reference a state directory (~/.sysu-anything) used by the base CLI, which is reasonable for persistent CLI state. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-on and does not request elevated platform privileges. It will write into the user's Apple Calendar/Reminders when commands are run with explicit flags (many actions require `--confirm`). The deployer can write files into a target skills folder when invoked, which is expected for a skill deployer.
Assessment
This skill is a macOS wrapper that expects the `sysu-anything-apple` CLI (provided by the separate `sysu-anything` npm package). Before installing or running: (1) inspect the upstream `sysu-anything` npm package and its GitHub repo to ensure you trust the source; (2) be aware it will request macOS Calendar/Reminders permissions and will write events/reminders (many commands require `--confirm` to perform writes); (3) note that the CLI stores state under ~/.sysu-anything so review that directory if you care about local data; and (4) prefer using `--json` or dry-run/preview modes (no `--confirm`) to review what will be written before allowing changes.Like a lobster shell, security has layers — review code before you run it.
applevk97dnqjzvyhz644k4bhze4v48184jrxgcampusvk97dnqjzvyhz644k4bhze4v48184jrxglatestvk97dnqjzvyhz644k4bhze4v48184jrxgmacosvk97dnqjzvyhz644k4bhze4v48184jrxgsysuvk97dnqjzvyhz644k4bhze4v48184jrxg
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🍎 Clawdis
OSmacOS
Binssysu-anything-apple
Install
Install SYSU Anything Apple runtime (npm)
Bins: sysu-anything, sysu-anything-apple
npm i -g sysu-anything