← 返回 Skills 市场
tobiaswestholm

Skills

作者 Tobias Westholm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install local-event-scanner
功能描述
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...
使用说明 (SKILL.md)

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

  1. Follow the boot sequence in skills/event-scanner/references/operating-model.md.
  2. Create a new empty run note in skills/event-scanner/runs/ before discovery starts.
  3. Add event-scanner to the run note's Skills used list immediately.
  4. Apply these pipeline steps in order:
    • skills/event-scanner/steps/step-1-discovery.md
    • skills/event-scanner/steps/step-2-scoring.md
    • skills/event-scanner/steps/step-3-calendar-review.md
    • skills/event-scanner/steps/step-4-shortlist-review.md
  5. 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]"

安全使用建议
Install only if you are comfortable with a skill that keeps local event-scan notes, uses your configured event sources and taste profile, checks calendar availability when available, and can add a Google Calendar event after you explicitly request it. Review the calendar permission scope before connecting Google Calendar.
能力评估
Purpose & Capability
The artifacts coherently support discovering, scoring, calendar-checking, and shortlisting public events against user preferences, with an explicitly documented optional calendar-add step.
Instruction Scope
The trigger wording is broad for event-related requests, but the workflow is still purpose-aligned and includes boundaries for calendar access, private data, and preference learning.
Install Mechanism
The package contains markdown instructions, references, and example assets only; no executable scripts, installers, or hidden runtime mechanism were present.
Credentials
The skill may use public event sources, user-maintained preference/source files, busy/free calendar availability, and a Google Calendar write, which are proportionate when the user wants event recommendations or asks to add an event.
Persistence & Privilege
It creates local run notes in the skill folder and can create exactly one calendar event on explicit request; source or taste-profile updates require explicit approval.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install local-event-scanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /local-event-scanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the event-scanner skill. - Finds, scores, and shortlists real-world events based on the user's taste and location/date inputs. - Includes a defined procedure and pipeline for event discovery, scoring, and shortlist creation. - Provides a standardized run note template for tracking each scan. - Supports adding selected events directly to Google Calendar when requested. - Always confirms activation with: "[Using event-scanner skill]"
元数据
Slug local-event-scanner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论