Skills
/install local-event-scanner
Event Scanner
Use this skill when the user wants event suggestions or asks what's happening in their area. It discovers real events from configured sources, scores them against the user's taste profile, and returns a ranked shortlist with source links and caveats.
Procedure
- Follow the boot sequence in
skills/event-scanner/references/operating-model.md. - Create a new empty run note in
skills/event-scanner/runs/before discovery starts. - Add
event-scannerto the run note'sSkills usedlist immediately. - Apply these pipeline steps in order:
skills/event-scanner/steps/step-1-discovery.mdskills/event-scanner/steps/step-2-scoring.mdskills/event-scanner/steps/step-3-calendar-review.mdskills/event-scanner/steps/step-4-shortlist-review.md
- Produce the ranked shortlist.
For explicit requests to add a specific suggested event to Google Calendar, follow skills/event-scanner/steps/step-5-add-to-calendar.md.
Read and write only within this skill's folder.
Run Note Template
Create the run note from this empty template, using a filename like YYYY-MM-DD-topic.md:
# Run: YYYY-MM-DD Topic
## Context
- Geography:
- Window:
- Sources checked:
- Skills used:
-
## Candidate Events
- Pending discovery.
## Scored Candidates
- Pending scoring.
## Calendar Review
- Pending calendar-aware review.
## Ranked Shortlist
- Pending shortlist review.
## Privacy Check
- Pending final review.
Pass this run note path through the rest of the scan. Do not wait until the end to create the run note.
Output
When invoked, explicitly say: "[Using event-scanner skill]"
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install local-event-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/local-event-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Skills 是什么?
Use whenever the user asks for event suggestions, things to do, what's on, or events happening in a location or date window. Also use when the user asks to f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install local-event-scanner」即可一键安装,无需额外配置。
Skills 是免费的吗?
是的,Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skills 支持哪些平台?
Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skills?
由 Tobias Westholm(@tobiaswestholm)开发并维护,当前版本 v1.0.0。