按活动类型和地区筛选并定时推送 ME Event 精选内容
Coding
Local event finder
Try itUse when the user wants to discover real-world events and gatherings in a specific city, area, or region, within an upcoming date range. Also triggers when the user asks to scan, shortlist, or find events matched to their interests. Does not handle meeting planning.
What it does
Use when the user wants to discover real-world events and gatherings in a specific city, area, or region, within an upcoming date range. Also triggers when the user asks to scan, shortlist, or find events matched to their interests. Does not handle meeting planning.
The skill document
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
- Locate the root directory of this skill in the workspace (which may be
.agents/skills/local-event-scanner/,skills/local-event-scanner/, or another path containing thisSKILL.md). In this document, we refer to this path as ``. - Follow the boot sequence in
/references/operating-model.md. - Create a new empty run note in
/runs/before discovery starts. - Add
local-event-scannerto the run note'sSkills usedlist immediately. - Apply these pipeline steps in order:
/steps/step-1-discovery.md/steps/step-2-scoring.md/steps/step-3-calendar-review.md/steps/step-4-shortlist-review.md
- Produce the ranked shortlist.
For explicit requests to add a specific suggested event to Google Calendar, follow /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 local-event-scanner skill]"
Related skills
Finds industry event and conference coverage on Google using apidojo's Google Search scraper. Triggers when the user asks to: find coverage of an industry conference or event on Google, track press coverage of a trade show or summit, research what was announced at a conference, find news and recaps of an industry event, discover what happened at a recent trade show, find speaker quotes or session summaries from a conference, or compile event coverage for competitive intelligence. Returns article list with title, publication, date, coverage type, and key announcement signals. Ideal for industry analysts, competitive intelligence teams, PR professionals, and event marketers.
Read and manage Google Calendar events through authenticated REST API calls.
Get day-by-day trip plans backed by research on current prices, visas, weather, and local events.
Collect Facebook Events data and return results
Finds speaking opportunities and event organizer contacts on Twitter using apidojo's Twitter scrapers. Triggers when the user asks to: find speaking opportunities on Twitter, discover conferences looking for speakers on X, find event organizers calling for speaker submissions, identify call-for-speakers announcements in an industry on Twitter, find podcast or summit hosts looking for guests, discover virtual event opportunities for thought leadership, or build a speaking opportunity pipeline from Twitter. Returns event name, organizer handle, topic focus, deadline signals, event size, and submission URL. Ideal for startup founders, executives, coaches, and consultants building thought leadership through speaking.