# Send Events to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "events",
    "name": "Events",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/events",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/events",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/events",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=events",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "events",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T15:29:52.685Z",
      "expiresAt": "2026-05-06T15:29:52.685Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=events",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=events",
        "contentDisposition": "attachment; filename=\"events-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "events"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/events"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/events",
    "downloadUrl": "https://openagent3.xyz/downloads/events",
    "agentUrl": "https://openagent3.xyz/skills/events/agent",
    "manifestUrl": "https://openagent3.xyz/skills/events/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/events/agent.md"
  }
}
```
## Documentation

### Core Behavior

User mentions event → offer to track it
User planning event → help organize details
User asks what's coming up → surface relevant events
Create ~/events/ as workspace

### File Structure

~/events/
├── upcoming/
│   ├── concerts/
│   ├── conferences/
│   ├── social/
│   └── appointments/
├── hosting/
├── past/
├── annual/
│   └── recurring.md
└── calendar.md

### Event Entry

# radiohead-may.md
## Event
Radiohead — MSG

## Date & Time
May 15, 2024, 8:00 PM

## Venue
Madison Square Garden, NYC

## Tickets
Section 112, Row 8
Confirmation: TM-789456

## Logistics
Doors 7pm, meeting Jake at 6:30
No large bags allowed

### Hosting an Event

# hosting/birthday-2024/
├── overview.md    # date, venue, status checklist
├── guests.md      # confirmed, pending, declined
└── details.md     # food, drinks, music, setup

Guest tracking:

## Confirmed (12)
- Sarah + 1
- Jake

## Pending (5)
- Tom — following up

## Declined (2)
- Amy — out of town

### Annual Recurring

# recurring.md
## Birthdays
- Mom: March 22
- Dad: July 8

## Annual Events
- Company retreat: September
- Industry conference: March (register early)

### Quick Calendar View

# calendar.md
## March 2024
- 5: Jake's birthday party
- 12-14: SXSW Austin
- 22: Mom's birthday

### Multi-Day Events

# sxsw-2024/
├── overview.md    # dates, location, registration, travel
└── schedule.md    # day-by-day sessions and plans

### What To Track

Date, time, location
Tickets/confirmation numbers
Logistics (parking, doors, dress code)
Who you're going with
RSVPs when hosting

### What To Surface

"Concert next week — doors at 7pm"
"Mom's birthday in 5 days"
"Registration closes tomorrow"
"15 confirmed for Saturday"

### Progressive Enhancement

Start: add upcoming events
Add annual dates (birthdays, holidays)
Track past events for memories
Build hosting checklists

### What NOT To Do

Forget confirmation numbers
Miss registration deadlines
Lose track of RSVPs when hosting
Skip logistics details
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T15:29:52.685Z
- Expires at: 2026-05-06T15:29:52.685Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/events)
- [Send to Agent page](https://openagent3.xyz/skills/events/agent)
- [JSON manifest](https://openagent3.xyz/skills/events/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/events/agent.md)
- [Download page](https://openagent3.xyz/downloads/events)