← Back to Skills Marketplace
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-offer-radar
Description
把 Gmail 招聘邮件转成中文 Apple Reminders。用户提到“检查邮件里的面试/笔试/测评/授权”“把招聘邮件转成提醒事项”“别漏掉面试时间”“同步到 iPhone 提醒”等需求时触发。优先识别 ATS 邮件和面试信息更新,忽略投递成功回执。
Usage Guidance
This skill legitimately needs access to your Gmail (via the gog CLI/authorization), Apple Mail, and Apple Reminders, and will read email bodies and create/update reminders on your device. Before using: (1) review the included scripts (recruiting_sync.py and apple_reminders_bridge.py) — they run osascript and shell commands but contain no external network exfiltration; (2) run a dry scan (without --sync-reminders) to inspect detected events; (3) use a test Gmail/account if you want to validate behavior safely; (4) when the system prompts, only grant Mail / Reminders automation if you trust the environment; (5) consider setting OFFER_RADAR_STATE_PATH and OFFER_RADAR_REMINDERS_SCRIPT to known safe locations if you change defaults. If you plan to let the agent call this autonomously, remember it will be able to read and act on mailbox data when invoked — enable autonomous use only if you intend that behavior.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-offer-radar
Version: 1.0.0
The skill bundle provides a legitimate utility for macOS users to sync recruitment-related emails from Gmail to Apple Reminders. It uses Python scripts (recruiting_sync.py and apple_reminders_bridge.py) to orchestrate Gmail searches via the 'gog' CLI, parse email bodies using AppleScript via Apple Mail, and manage a local state file. While it utilizes high-privilege automation via osascript to interact with system applications, the behavior is consistent with the stated purpose, and there is no evidence of data exfiltration, credential theft, or malicious prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Gmail → Apple Reminders for recruitment events) align with the code and README. The scripts use 'gog' to search Gmail, Apple Mail to fetch message bodies, and osascript to create/update Reminders — all expected for the described functionality.
Instruction Scope
SKILL.md instructs running the included Python scripts which will: (1) call the 'gog' CLI for Gmail search, (2) use Apple Mail via osascript to read message bodies, and (3) use osascript to create/update/delete system Reminders. These actions require granting Mail / Reminders automation permissions and will read email contents and write reminders (and a local state file). This is appropriate for the stated purpose but is a privacy-sensitive operation (reads mailbox content).
Install Mechanism
There is no installer or network download step in the skill metadata. The package includes Python scripts and documentation; no external archives or obscure download URLs are used. The README notes optional Homebrew install of 'gog' — that is a normal dependency.
Credentials
The skill metadata declares no required env vars, which is broadly accurate, but the README and code support optional environment variables (GOG_ACCOUNT, OFFER_RADAR_MAIL_ACCOUNT, OFFER_RADAR_STATE_PATH, OFFER_RADAR_REMINDERS_SCRIPT). Requesting Mail/Reminders access and a gog-authorized Gmail account is justified by purpose. No unrelated secrets or remote API keys are requested.
Persistence & Privilege
The skill does not set always:true and does not request changes to other skills or global agent config. It writes a local state file (~/.openclaw/... by default) and may create an 'OpenClaw' Reminders list — these are proportional to its function.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-offer-radar - After installation, invoke the skill by name or use
/openclaw-offer-radar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is OpenClaw Offer Radar?
把 Gmail 招聘邮件转成中文 Apple Reminders。用户提到“检查邮件里的面试/笔试/测评/授权”“把招聘邮件转成提醒事项”“别漏掉面试时间”“同步到 iPhone 提醒”等需求时触发。优先识别 ATS 邮件和面试信息更新,忽略投递成功回执。 It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install OpenClaw Offer Radar?
Run "/install openclaw-offer-radar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Offer Radar free?
Yes, OpenClaw Offer Radar is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Offer Radar support?
OpenClaw Offer Radar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Offer Radar?
It is built and maintained by Cao Xu (@nissoncx); the current version is v1.0.0.
More Skills