# Track AI and Web3 Events with ME News

Finding relevant events across dates and regions takes repeated work. This skill filters ME News events and supports confirmed recurring reminders.

## Install

```bash
npx skillstore add me-news/me-featured-events
```

## Metadata

- Status: approved
- Slug: me-news-me-featured-events
- Skillstore revision: r1
- Version status: missing
- Tree hash: 353c11c5ce86375a2bb6d171f0cb300a326f2b74db8cf28601b6d1683cda7998
- Author: me-news
- GitHub username: me-news
- License: MIT
- Repository: https://github.com/me-news/agent-skills/tree/2046b94567c7f27fa4780a699ea3d48f389ac4a1/skills/me-featured-events
- Ref: e61197fdd47746fe59994795ce8004b3893b9ab0
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: filesystem, network, external\_commands, env\_access
- Quality score: 70
- Public page: https://skillstore.pages.dev/skills/me-news-me-featured-events
- Manifest: https://skillstore.pages.dev/api/skills/me-news-me-featured-events/manifest

## Capabilities

- Queries upcoming events from the ME News read-only event API.
- Filters events by AI or Web3 type, region, hours, or date range.
- Creates a local subscription baseline without replaying older events.
- Polls new events with cursor tracking, pagination, and recent-item deduplication.
- Formats event names, excerpts, time ranges, locations, and returned links.
- Supports daily and five-minute reminder tasks after user confirmation.

## Use Cases

- Plan Industry Attendance: Review upcoming AI and Web3 events by region and date before planning travel or meetings.
- Monitor New Listings: Receive updates when ME News adds events matching selected topics and regions.
- Prepare Event Briefings: Generate a concise schedule with event times, locations, descriptions, and source links.

## Prompt Templates

### Browse Upcoming Events

```
Show AI and Web3 events in the next seven days. Do not create a subscription.
```

### Filter by Region

```
Find AI events in [region] from [start date] through [end date]. Show times, locations, and links.
```

### Create a Daily Reminder

```
Set up a daily reminder for [event types] in [regions]. Show the schedule and delivery target before creating it.
```

### Configure Reliable New Event Alerts

```
Create new-event alerts every five minutes for [types] in [regions]. Use delivery feedback and retain pending messages after uncertain results.
```

## Limitations

- Requires Node.js 18 or newer for the bundled scripts.
- Depends on the availability and accuracy of the ME News event API.
- Requires an external scheduler and delivery channel for recurring reminders.
- Uses Asia/Shanghai defaults and does not verify imported event links.

## Best Practices

- Confirm event types, regions, schedule, delivery channel, and recipient before enabling reminders.
- Use explicit date ranges when a month or calendar period matters.
- Verify event details and external links before registration or travel.

## Anti Patterns

- Do not create recurring tasks for a one-time event search.
- Do not mark delivery successful unless the delivery tool confirms it.
- Do not store channel credentials in the skill directory or state file.

## Security Audit

- Audited at: 2026-08-20T11:06:49.257\+00:00
- Summary: The static alerts are lexical false positives caused by Markdown code spans, JavaScript template literals, fixed read-only API calls, and isolated test helpers. Two medium concerns remain: caller-controlled state paths can overwrite writable files, and imported event links are forwarded without validation.

## Stats

- Views: 0
- Downloads: 1
- Favorites: 0
- Popularity score: 0
