← 返回 Skills 市场
nissoncx

OpenClaw Offer Radar

作者 Cao Xu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-offer-radar
功能描述
把 Gmail 招聘邮件转成中文 Apple Reminders。用户提到“检查邮件里的面试/笔试/测评/授权”“把招聘邮件转成提醒事项”“别漏掉面试时间”“同步到 iPhone 提醒”等需求时触发。优先识别 ATS 邮件和面试信息更新,忽略投递成功回执。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-offer-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-offer-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
Slug openclaw-offer-radar
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Offer Radar 是什么?

把 Gmail 招聘邮件转成中文 Apple Reminders。用户提到“检查邮件里的面试/笔试/测评/授权”“把招聘邮件转成提醒事项”“别漏掉面试时间”“同步到 iPhone 提醒”等需求时触发。优先识别 ATS 邮件和面试信息更新,忽略投递成功回执。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 OpenClaw Offer Radar?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-offer-radar」即可一键安装,无需额外配置。

OpenClaw Offer Radar 是免费的吗?

是的,OpenClaw Offer Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Offer Radar 支持哪些平台?

OpenClaw Offer Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Offer Radar?

由 Cao Xu(@nissoncx)开发并维护,当前版本 v1.0.0。

💬 留言讨论