← Back to Skills Marketplace
tobiaswestholm

Skills

by Tobias Westholm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
39
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install local-event-scanner
Description
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...
README (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]"

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install local-event-scanner
  3. After installation, invoke the skill by name or use /local-event-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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]"
Metadata
Slug local-event-scanner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 39 downloads so far.

How do I install Skills?

Run "/install local-event-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skills free?

Yes, Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skills support?

Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skills?

It is built and maintained by Tobias Westholm (@tobiaswestholm); the current version is v1.0.0.

💬 Comments