← 返回 Skills 市场
garibong-labs

Olympic Alert

作者 garibong-labs · GitHub ↗ · v0.1.4
cross-platform ✓ 安全检测通过
1177
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install olympic-alert
功能描述
올림픽 경기 알림. 경기 10분 전 알림 발송, 일정 관리(추가/삭제), 중계 링크 포함. 2026 밀라노 동계올림픽 한국팀 기본 설정 포함.
安全使用建议
This skill appears to do exactly what it says: local schedule-based alerts using the bundled events.json and a local state file. Before installing, consider: 1) Documentation mismatch — confirm which alert lead-time you want (code uses 15 minutes; some docs say 10 or 30). 2) The script will create ~/.config/olympic-alert/state.json and may modify events.json when you run add/remove — ensure you are comfortable with those writes. 3) There are no network calls or secrets requested, but the events.json contains external streaming links which the agent will only display (it does not fetch them). 4) Source/homepage is missing; if provenance matters, ask the publisher for a repository or verify the contact email. If you want stricter behavior, review or edit the small Python script (it's short and uses only the standard library) to adjust timing, paths, or output formatting before enabling automatic heartbeats.
功能分析
Type: OpenClaw Skill Name: olympic-alert Version: 0.1.4 The OpenClaw AgentSkills bundle 'olympic-alert' is classified as benign. The Python script `scripts/check_olympic.py` manages Olympic event alerts, reading event data from `scripts/events.json` and storing notification state in `~/.config/olympic-alert/state.json`. All file operations are confined to these expected locations and purposes. The script does not perform any network requests, execute external commands with unsanitized input, or attempt to exfiltrate data. The `SKILL.md` provides clear instructions for the agent and users, without any prompt injection attempts or malicious directives. The URLs provided in `scripts/events.json` are legitimate sports streaming links, and the script merely formats them for display, not execution.
能力评估
Purpose & Capability
The declared purpose (Olympic event alerts, schedule add/remove, streaming links) matches the code and files: events.json holds schedules/links, the script lists/adds/removes events and prints alerts. However there are inconsistent timing values across artifacts: the top summary mentioned '10분 전', SKILL.md and code logic use 15 minutes (check_upcoming triggers for 0 <= minutes <= 15), while the script docstring incorrectly says 30 minutes. This is a documentation inconsistency but not an evidence of malicious behavior.
Instruction Scope
SKILL.md instructs the agent to run the local Python script and, on non-empty output, forward the printed alerts to the user. The script only reads the bundled events.json and writes a local state file (~/.config/olympic-alert/state.json) and may overwrite events.json when add/remove are used. It does not attempt to read other files, environment variables, or perform network requests.
Install Mechanism
No install specification; this is instruction-only plus a small Python script relying only on the standard library. The only required binary is python3. No external downloads or package installs are performed.
Credentials
The skill requires no environment variables or credentials. Its only filesystem access is to its own events.json and to a single state file under the user's home config directory, which is proportionate to the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges, but it will create/modify ~/.config/olympic-alert/state.json and can modify its bundled events.json when run with add/remove. Autonomous invocation is allowed (platform default) — combined with its file writes, this means the skill can persist which is expected for a notifier but worth noting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install olympic-alert
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /olympic-alert 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
Fix SKILL.md timing description to match actual code (15min alert window)
v0.1.3
연락처 추가 ([email protected])
v0.1.2
SKILL.md 설명 업데이트: 30분→10분 전 알림
v0.1.1
알림 윈도우 30분→15분으로 변경, 15분 크론 체크 권장
v0.1.0
Initial release — 경기 30분 전 알림, 일정 관리(추가/삭제), 중계 링크 포함, 2026 밀라노 동계올림픽 한국팀 기본 설정
元数据
Slug olympic-alert
版本 0.1.4
许可证
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Olympic Alert 是什么?

올림픽 경기 알림. 경기 10분 전 알림 발송, 일정 관리(추가/삭제), 중계 링크 포함. 2026 밀라노 동계올림픽 한국팀 기본 설정 포함. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1177 次。

如何安装 Olympic Alert?

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

Olympic Alert 是免费的吗?

是的,Olympic Alert 完全免费(开源免费),可自由下载、安装和使用。

Olympic Alert 支持哪些平台?

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

谁开发了 Olympic Alert?

由 garibong-labs(@garibong-labs)开发并维护,当前版本 v0.1.4。

💬 留言讨论