← Back to Skills Marketplace
171
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install sysu-anything-apple
Description
Use when the user wants the macOS 12+ Apple-enhanced SYSU workflow layer, especially natural-language requests such as 把课表同步到日历、把雨课堂 ddl 加到提醒事项、把宣讲会或招聘会写进日历、...
Usage Guidance
This skill appears coherent: it is a macOS-specific front-end that calls a local sysu-anything binary to sync campus items into Apple Calendar and Reminders. Before installing, consider: (1) npm packages run code on your machine—verify the upstream repo (https://github.com/qybaihe/SYSU-Anything) and review releases if you do not already trust it; (2) the runtime will read/write ~/.sysu-anything and may require campus service logins (workwechat, jwxt, etc.), so expect local session files and possible network activity; (3) on first use macOS will prompt to allow Calendar/Reminders access—only grant if you trust the tool; (4) if you deploy into a shared agent runtime (codex/CodexHome), be aware the skill files are copied into that runtime's skills directory. If any of these behaviors are unacceptable, do not install or run the package. If you want lower risk, run the CLI manually in an isolated environment and inspect its behavior before granting permissions.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, required binary (sysu-anything-apple), and the npm install target (sysu-anything) align with the declared purpose of adding an Apple Calendar/Reminders layer to the SYSU-Anything CLI. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to invoke the local sysu-anything-apple binary and to check SYSU login state and run 'apple doctor'. That scope is appropriate for the stated goal, but the runtime will read/write the local state directory (~/.sysu-anything) and invoke CLI commands that may access networked SYSU services and trigger macOS Calendar/Reminders permissions. The skill delegates sensitive actions (auth, remote signups, writes to Apple apps) to the installed binary rather than doing them itself.
Install Mechanism
Install is an npm package (sysu-anything) which is a standard distribution mechanism for this kind of tooling. npm installs are moderate-risk (third-party code executed on install). The included deploy script only copies files into a target skill bundle or codex skills folder. No downloads from obscure URLs or archive extraction were found.
Credentials
The skill declares no required environment variables or external credentials, which is coherent. However, it uses a local state dir (~/.sysu-anything) and runtime commands may prompt for or use cached credentials (e.g., workwechat auth) or read session files. The deploy script also honors CODEX_HOME when targeting codex. Users should expect the CLI to need campus service logins and to request macOS Calendar/Reminders permissions.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. The deploy script writes skill files only into the chosen target (codex skills dir or a portable bundle) and does not modify other skills or global agent configs beyond copying files into the target location.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sysu-anything-apple - After installation, invoke the skill by name or use
/sysu-anything-apple - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.6
Add Apple Calendar and Reminders guidance for USC classroom reservation submit/sync, including already-submitted session backfill and pending-room notes for app_id=197.
v0.3.4
Remove license field from SKILL frontmatter to keep prompt context clean.
v0.3.3
Bundle MIT LICENSE file inside the skill package.
v0.3.2
Set license to MIT and add repository MIT license metadata.
v0.3.1
Clarify macOS install guidance and state that Apple edition matches standard campus coverage except for Apple integration.
v0.3.0
Add OpenClaw metadata, macOS gating, and binary-first Apple runtime guidance.
Metadata
Frequently Asked Questions
What is SYSU Anything Apple?
Use when the user wants the macOS 12+ Apple-enhanced SYSU workflow layer, especially natural-language requests such as 把课表同步到日历、把雨课堂 ddl 加到提醒事项、把宣讲会或招聘会写进日历、... It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.
How do I install SYSU Anything Apple?
Run "/install sysu-anything-apple" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SYSU Anything Apple free?
Yes, SYSU Anything Apple is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SYSU Anything Apple support?
SYSU Anything Apple is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).
Who created SYSU Anything Apple?
It is built and maintained by qybaihe (@qybaihe); the current version is v0.3.6.
More Skills