# Send Event Management 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-event-management",
    "name": "Event Management",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-event-management",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-event-management",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/afrexai-event-management",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-event-management",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-event-management"
    },
    "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/afrexai-event-management",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-event-management",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-event-management/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-event-management/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-event-management/agent.md"
  }
}
```
## Documentation

### Event Management & Conference Engine

Complete system for planning, executing, and measuring corporate events, conferences, workshops, webinars, and meetups. From initial concept through post-event ROI analysis.

### Event Brief YAML

event:
  name: ""
  type: "" # conference | workshop | webinar | meetup | summit | retreat | launch | gala | hackathon
  purpose: "" # lead-gen | brand-awareness | education | networking | product-launch | team-building | fundraising
  theme: ""
  
  audience:
    primary_persona: ""
    secondary_persona: ""
    expected_size: 0
    geographic_spread: "" # local | regional | national | international
    seniority_mix: "" # C-suite | directors | managers | ICs | mixed
    
  format: "" # in-person | virtual | hybrid
  duration: "" # half-day | full-day | multi-day | series
  date_target: "" # specific date or window
  
  success_metrics:
    - metric: ""
      target: 0
      measurement: ""
      
  budget:
    total: 0
    currency: "USD"
    funding: "" # company | sponsors | ticket-sales | mixed
    
  stakeholders:
    executive_sponsor: ""
    project_lead: ""
    core_team: []
    
  constraints:
    - ""
    
  kill_criteria:
    - "Registration < 30% of target at T-14 days"
    - "Speaker confirmations < 60% at T-30 days"
    - "Sponsor revenue < 50% of budget gap at T-45 days"

### Event Type Decision Matrix

TypeBest ForTypical SizeLead TimeBudget RangeConferenceThought leadership, industry presence200-50006-12 months$50K-$500K+WorkshopSkill transfer, product training15-504-8 weeks$2K-$20KWebinarLead gen, education at scale50-50002-4 weeks$500-$5KMeetupCommunity, networking20-2002-4 weeks$500-$5KSummitExecutive alignment, strategy50-3003-6 months$20K-$200KRetreatTeam building, planning10-504-8 weeks$5K-$50KProduct LaunchAwareness, press50-5002-4 months$10K-$100KHackathonInnovation, hiring30-5004-8 weeks$5K-$30KGala/FundraiserRevenue, relationships100-10003-6 months$20K-$200K

### Go/No-Go Scorecard (Rate 1-5)

FactorScoreWeightClear business objective alignment_3xAudience demand validated_3xBudget secured or realistic_2xTeam capacity available_2xVenue/platform feasible_1xTimeline realistic_2xCompetitive landscape favorable_1xSponsor/partner interest_1xTotal_ /75

60+: Green light
45-59: Proceed with risk mitigation
<45: Redesign or kill

### Budget Template YAML

budget:
  revenue:
    ticket_sales:
      early_bird: { price: 0, qty: 0, total: 0 }
      regular: { price: 0, qty: 0, total: 0 }
      vip: { price: 0, qty: 0, total: 0 }
      group: { price: 0, qty: 0, total: 0 }
    sponsorship:
      platinum: { price: 0, qty: 0, total: 0 }
      gold: { price: 0, qty: 0, total: 0 }
      silver: { price: 0, qty: 0, total: 0 }
      exhibitor: { price: 0, qty: 0, total: 0 }
    other:
      merchandise: 0
      workshop_upsell: 0
      recording_access: 0
    total_revenue: 0
    
  expenses:
    venue:
      rental: 0
      catering: 0 # $50-150/person/day typical
      av_equipment: 0
      wifi_upgrade: 0
      insurance: 0
      security: 0
    speakers:
      fees: 0
      travel: 0
      accommodation: 0
      gifts: 0
    marketing:
      paid_ads: 0
      design: 0
      email_platform: 0
      social_media: 0
      pr_agency: 0
      print_materials: 0
    technology:
      registration_platform: 0
      streaming_platform: 0
      event_app: 0
      wifi: 0
    production:
      stage_design: 0
      lighting: 0
      photography: 0
      videography: 0
      signage: 0
    staffing:
      event_staff: 0
      volunteers: 0
      overtime: 0
    miscellaneous:
      swag: 0
      transportation: 0
      contingency: 0 # 10-15% of total
    total_expenses: 0
    
  summary:
    net_result: 0
    roi_percentage: 0
    cost_per_attendee: 0
    break_even_registrations: 0

### Pricing Strategy by Event Type

TypeFreePaidHybridWebinar✅ Max registrationsPremium content onlyFree general + paid workshopConference❌ Low commitment✅ Qualified attendeesEarly sessions free, full access paidWorkshop❌ No-show risk✅ Committed learnersFree intro + paid deep-diveMeetup✅ Community growthRarelyFree + sponsor-funded

### Sponsorship Package Design

Tier structure (typical 4-tier):

BenefitPlatinumGoldSilverBronzeLogo on main stage✅✅❌❌Speaking slotKeynotePanelLightning❌Booth spacePremiumStandardTable❌Attendee listFullOpt-in only❌❌Social mentions10+531Email inclusionDedicatedSharedFooter❌Comp tickets10532BrandingAll materialsWebsite+emailWebsiteLogo wallTypical price$25K-100K$10K-40K$5K-15K$1K-5K

Sponsor outreach email template:

Subject: [EVENT NAME] — Partnership opportunity for [COMPANY]

Hi [NAME],

We're hosting [EVENT] on [DATE] — [SIZE] [AUDIENCE TYPE] will be there, 
and [RELEVANT STAT about their audience overlap].

I noticed [COMPANY] has been [SPECIFIC THING — product launch, hiring push, 
market expansion]. Our [TIER] partnership includes [TOP 2-3 BENEFITS most 
relevant to their goals].

Past partners include [2-3 recognizable names] — [SOCIAL PROOF METRIC].

Worth a quick call this week?

[SIGNATURE]

### In-Person Venue Checklist

Must-haves:

Capacity matches expected attendance + 10% buffer
 AV system adequate or upgradeable
 Reliable WiFi (calculate: attendees × 2 devices × 1 Mbps minimum)
 Accessible (ADA/DDA compliant)
 Adequate power outlets for all sessions
 Climate control
 Loading dock for setup
 Sufficient restrooms (1 per 50 attendees minimum)
 On-site parking or public transit access
 Cell service coverage

Nice-to-haves:

Breakout rooms
 Outdoor space
 On-site catering
 Green room for speakers
 Natural lighting
 Branding-friendly walls/surfaces
 Nearby hotels

Red flags:

Venue won't share floor plan → hidden layout issues
No backup generator → power risk
Exclusive catering vendor at 3x market rate
WiFi "included" but capped at 50 connections
No early access for setup day before

### Virtual Platform Selection

NeedPlatform TypeExamplesSimple webinar (<500)Webinar toolZoom Webinars, StreamYardLarge conferenceVirtual event platformHopin, Airmeet, Run The WorldHybrid (in-person + virtual)Hybrid platformSwoogo, Bizzabo, CventWorkshop/interactiveMeeting toolZoom, Google Meet, TeamsOn-demand/recordedVideo platformYouTube, Vimeo, Teachable

### Hybrid Event Considerations

80/20 rule: Design for in-person, adapt for virtual — NOT the other way around
Virtual attendees need dedicated host/moderator (not just a camera pointed at stage)
Separate chat moderator for virtual Q&A
Pre-record backup for every live session (technical failure protection)
Time zone awareness: publish schedule in 3+ time zones
Virtual networking requires structured facilitation (random 1:1 matching, topic tables)

### Speaker Brief YAML

speaker:
  name: ""
  title: ""
  company: ""
  bio: "" # 100-word max
  headshot: "" # high-res link
  social:
    twitter: ""
    linkedin: ""
  
  session:
    title: ""
    format: "" # keynote | panel | workshop | fireside | lightning
    duration_min: 0
    track: ""
    level: "" # beginner | intermediate | advanced
    abstract: "" # 200 words max
    key_takeaways:
      - ""
      - ""
      - ""
    target_audience: ""
    
  logistics:
    travel_required: false
    accommodation_nights: 0
    fee: 0
    av_requirements: "" # slides, demo, video, live coding
    dietary: ""
    
  status: "" # invited | confirmed | declined | backup
  confirmed_date: ""
  contract_signed: false
  materials_received: false # slides, bio, headshot
  materials_deadline: "" # T-14 days minimum

### Content Architecture

For a full-day conference (8 hours):

TimeSlotTypeNotes08:00-08:30Registration & networkingSocialCoffee, badges08:30-08:45Welcome & housekeepingMCSet energy, logistics08:45-09:30Opening keynoteKeynoteBig name, set theme09:30-09:45Break-15 min minimum09:45-10:30Track sessions (2-3 parallel)Talk30-40 min + Q&A10:30-10:45Break-10:45-11:30Track sessionsTalk/Panel11:30-12:15Panel discussionPanel3-4 panelists + moderator12:15-13:30Lunch & networkingSocial75 min minimum for lunch13:30-14:15Afternoon keynoteKeynoteEnergy boost14:15-14:30Break-14:30-15:15Track sessions / workshopsMixedHands-on options15:15-15:30Break-Afternoon snack15:30-16:15Track sessionsTalk16:15-16:30Closing keynote / wrap-upKeynoteEnd on high, CTA16:30-18:00Networking receptionSocialOptional, sponsored

Content rules:

No back-to-back talks > 45 min — attention spans die
Breaks every 90 min minimum — non-negotiable
Lunch ≥ 75 min — people need to eat AND network
Last session ≠ most important — energy drops after lunch
Panel ≤ 4 speakers — more = chaos
Lightning talks = 5-7 min — enforce ruthlessly with visible timer
Q&A = collected written questions — avoid mic-hoggers
Every session needs a clear takeaway — "what will attendees DO differently?"

### Speaker Management Timeline

WhenActionT-90 daysSend speaker invitations with briefT-60 daysConfirm all speakers, sign agreementsT-30 daysCollect bios, headshots, session abstractsT-14 daysCollect slide decks / materialsT-7 daysSpeaker briefing call (logistics, AV, timing)T-1 dayTech check for virtual speakersDay ofGreen room available 60 min before slotT+3 daysThank-you email with event photos/metrics

### Registration Funnel

Awareness → Interest → Registration → Confirmation → Attendance → Post-Event
   |           |            |              |              |            |
Landing    Email       Payment/        Reminder      Check-in     Survey
page      nurture      form           sequence       + badge      + follow-up

### Marketing Timeline

PhaseWhenActionsAnnounceT-90 daysLanding page live, save-the-date email, social teaseEarly BirdT-75 to T-45Early bird pricing (20-30% off), speaker announcementsMomentumT-45 to T-14Regular pricing, sponsor announcements, content previewsUrgencyT-14 to T-3Last chance emails, scarcity messaging, social proofFinal PushT-3 to T-0Day-of logistics email, FOMO for waitlist

### Email Sequence

Email 1 — Save the Date (T-90)

Subject: Save the date: [EVENT] — [DATE]

[ONE SENTENCE about what it is]

[WHO it's for] — [WHY they should care]

Early bird registration opens [DATE]. Reply to this email 
if you want first access.

[LINK to landing page]

Email 2 — Early Bird Open (T-75)

Subject: [EVENT] early bird is live — save [X]%

[SPEAKER HIGHLIGHTS — 2-3 names]

[AGENDA PREVIEW — 3 bullet takeaways]

Early bird pricing ends [DATE]:
- General: $[X] (reg $[Y])
- VIP: $[X] (reg $[Y])

[CTA BUTTON]

[SOCIAL PROOF — past attendees, companies represented]

Email 3 — Speaker Spotlight (T-60, repeat weekly)

Subject: [SPEAKER NAME] is joining [EVENT]

[2-sentence bio — why they matter]

They'll be talking about: [TOPIC]

You'll walk away knowing: [3 TAKEAWAYS]

[CTA — Register to see them live]

Email 4 — Last Chance (T-7)

Subject: [X] spots left for [EVENT]

[SOCIAL PROOF — X people registered, Y companies]

Here's what you'll miss if you skip:
1. [SPECIFIC TAKEAWAY]
2. [SPECIFIC TAKEAWAY]  
3. [NETWORKING VALUE]

[CTA — Secure your spot]

P.S. [URGENCY — early bird expired, limited seats, recording NOT included]

### Registration Page Checklist

Clear event name, date, location above fold
 3 bullet "What you'll learn" / value props
 Speaker photos and names (social proof)
 Pricing tiers clearly compared
 FAQ section (refund policy, what's included, dress code)
 Countdown timer (if appropriate)
 Past event photos/testimonials
 Mobile-optimized form (minimal fields)
 Calendar add button on confirmation
 Social share buttons on thank-you page

### No-Show Reduction Tactics

Typical no-show rates: Free events 40-60%, Paid events 10-20%

TacticImpactCharge even a nominal fee ($5-10)Reduces no-shows 30-50%Reminder email T-7, T-1, T-0 morningReduces 10-15%Calendar invite in confirmation emailReduces 5-10%"Bring a colleague" incentiveFills empty seatsWaitlist messaging ("X people waiting")Creates commitmentPre-event engagement (polls, questions)Builds investmentShare attendee list previewCreates FOMO

### Master Run Sheet YAML

run_sheet:
  date: ""
  venue: ""
  
  team:
    - role: "Event Director"
      name: ""
      phone: ""
      responsibilities: ["overall coordination", "escalation point"]
    - role: "Registration Lead"
      name: ""
      phone: ""
      responsibilities: ["check-in", "badge printing", "walk-ins"]
    - role: "AV/Tech Lead"
      name: ""
      phone: ""
      responsibilities: ["sound", "slides", "streaming", "recording"]
    - role: "Speaker Liaison"
      name: ""
      phone: ""
      responsibilities: ["green room", "speaker timing", "transitions"]
    - role: "Catering Coordinator"
      name: ""
      phone: ""
      responsibilities: ["food timing", "dietary needs", "cleanup"]
    - role: "Social Media / Content"
      name: ""
      phone: ""
      responsibilities: ["live posting", "photos", "attendee engagement"]
      
  timeline:
    - time: "06:00"
      action: "Core team arrives, venue walkthrough"
      owner: "Event Director"
    - time: "06:30"
      action: "AV setup and testing"
      owner: "AV Lead"
    - time: "07:00"
      action: "Registration desk setup, badge check"
      owner: "Registration Lead"
    # ... continue for full day
    
  emergency_contacts:
    venue_manager: ""
    catering: ""
    av_company: ""
    nearest_hospital: ""
    security: ""

### Day-Of Checklist

Pre-Event (4-6 hours before):

Venue walkthrough — exits, restrooms, signage
 AV full test — every mic, every projector, every clicker
 WiFi test — speed test from 3+ locations
 Registration desk setup — badges, programs, swag bags
 Signage placed — room names, directions, sponsor logos
 Catering confirmed — timing, quantities, dietary labels
 Photography/video briefing — shot list, off-limits areas
 Speaker green room stocked — water, snacks, chargers, mirror
 Emergency plan reviewed with all staff
 Streaming/recording test (if applicable)

During Event:

Timer visible to speakers (5-min, 1-min warnings)
 Room temperature monitoring (68-72°F / 20-22°C)
 Social media live posting every 30 min
 Attendee questions collected for Q&A
 Breaks started and ended ON TIME
 Photo coverage of every speaker + audience reactions
 Sponsor acknowledgments per schedule
 Emergency exits clear at all times

Post-Event (same day):

Venue sweep — lost items, damage check
 AV equipment returned/secured
 Leftover food donated (arrange in advance)
 Thank-you to venue staff
 Quick team debrief (30 min max, fresh memories)
 Social media recap post
 Survey email scheduled (send within 24 hours)

### Crisis Management Quick Reference

CrisisImmediate ActionEscalationSpeaker no-showActivate backup speaker or extend adjacent session + networkingCommunicate transparentlyAV failureSwitch to backup laptop/mic; worst case = "unplugged" sessionAV vendor emergency lineMedical emergencyCall emergency services, clear area, assign guide to entranceVenue security + event directorVenue emergency (fire/weather)Follow venue evacuation plan, account for all attendeesVenue manager leadsLow attendanceReconfigure room (smaller setup), increase networking timeNo public acknowledgmentCatering failureOrder emergency delivery (pizza/sandwiches), extend session to buy timeCatering managerWiFi downMobile hotspot backup, pause any demos, paper feedback formsVenue ITProtest/disruptionSecurity handles, do NOT engage publicly, move to privateSecurity + event director

### Attendee Journey Map

Pre-Event                    Day-Of                      Post-Event
─────────────────────────    ────────────────────────    ─────────────────
Registration confirmation    Arrival & check-in         Thank you email (T+1)
↓                           ↓                           ↓
Pre-event email series      Badge + swag bag            Survey (T+1)
↓                           ↓                           ↓
Event app / community       Opening keynote             Recordings access (T+3-7)
↓                           ↓                           ↓
Networking pre-matching      Sessions + networking       Follow-up content (T+7)
↓                           ↓                           ↓
Logistics email (T-1)       Lunch + activities          Community invite (T+14)
                            ↓
                            Afternoon sessions
                            ↓
                            Closing + networking

### Networking Facilitation

Structured networking formats:

FormatHowBest ForTimeSpeed networking3-min rotations, bell timerLarge groups, strangers30 minTopic tablesLabeled tables by interestTargeted connectionsDuring mealsBuddy systemPair first-timers with returnersCommunity buildingAll dayUnconferenceAttendee-proposed sessionsEngaged audiences60-90 minFishbowlInner circle discusses, outer observesControversial topics30-45 minAsk-me-anythingExpert sits at labeled tableExpert access20 min slots

### Accessibility Checklist

Wheelchair-accessible venue (ramps, elevators, wide aisles)
 Reserved seating near stage for hearing/vision impaired
 Sign language interpreter (if requested or >200 attendees)
 Live captioning for all sessions
 Dietary accommodations labeled (vegan, halal, kosher, allergies)
 Quiet room available (sensory breaks)
 Gender-neutral restrooms identified
 Large-print materials available
 Microphone for ALL speakers (even in small rooms)
 Color-blind-friendly slide guidelines shared with speakers
 Nursing/pumping room (private, with power outlet)
 Service animal policy communicated

### Webinar Planning YAML

webinar:
  title: ""
  date: ""
  time: "" # include timezone
  duration_min: 45 # sweet spot: 45-60 min (30 min content + 15 min Q&A)
  platform: ""
  
  presenters:
    - name: ""
      role: ""
      section: ""
      
  registration_goal: 0
  attendance_goal: 0 # typically 40-50% of registrations
  
  content_outline:
    - section: "Hook"
      duration_min: 3
      notes: "Problem statement, what they'll learn"
    - section: "Main content"
      duration_min: 25
      notes: "3-5 key points, not more"
    - section: "Demo/case study"
      duration_min: 7
      notes: "Show, don't tell"
    - section: "CTA"
      duration_min: 3
      notes: "One clear next step"
    - section: "Q&A"
      duration_min: 15
      notes: "Pre-seed 3 questions"
      
  follow_up:
    recording_send: "T+1 day"
    no_show_email: "T+1 day"
    nurture_sequence: "T+3 to T+14"

### Webinar Conversion Metrics

MetricGoodGreatWorld-ClassLanding page → registration20-30%30-45%45%+Registration → attendance35-45%45-55%55%+Attendance → stayed to end60-70%70-80%80%+Attendees → CTA click5-10%10-20%20%+Attendees → qualified lead10-20%20-35%35%+

### Webinar Engagement Tactics

Poll every 7-10 minutes — keeps attention, generates data
Chat prompts — "Type YES if you've experienced this"
Name-drop attendees — "Great question from Sarah"
Pre-seed Q&A — have 3 questions ready to avoid dead air
Handout/resource — "Download link in chat" drives action
Co-host manages chat — presenter should NEVER monitor chat

### Post-Event Survey (send within 24 hours)

Core questions (keep under 10):

Overall satisfaction (1-10 NPS style)
"What was the MOST valuable part?" (open text)
"What would you CHANGE for next time?" (open text)
Speaker ratings (1-5 each, if multi-speaker)
Venue/platform rating (1-5)
"Would you attend again?" (Yes / Maybe / No)
"Would you recommend to a colleague?" (1-10 NPS)
"What topics would you want next time?" (open text)
"How did you hear about this event?" (multi-select)
"Any other feedback?" (open text, optional)

Response rate targets: In-person 30-50%, Virtual 15-25%

Boost response rates:

Send within 24 hours while memory is fresh
Keep under 5 minutes
Offer incentive (recording access, next event discount)
Personalize ("Hi [NAME], thanks for joining [SESSION]")

### ROI Calculation

Event ROI = (Revenue Generated - Total Cost) / Total Cost × 100

Revenue Generated:
  + Ticket sales
  + Sponsorship revenue
  + Immediate upsells/sales at event
  + Pipeline value generated (deals influenced) × win rate
  + Estimated lifetime value of new contacts
  
Total Cost:
  + All budget line items
  + Internal team time (hours × hourly rate)
  + Opportunity cost of team not doing other work

### Post-Event Report YAML

event_report:
  event_name: ""
  date: ""
  
  attendance:
    registered: 0
    attended: 0
    show_rate: "0%"
    new_contacts: 0
    
  financial:
    total_revenue: 0
    total_cost: 0
    net_result: 0
    roi: "0%"
    cost_per_attendee: 0
    cost_per_lead: 0
    
  satisfaction:
    nps_score: 0
    overall_rating: 0
    top_rated_session: ""
    lowest_rated_session: ""
    
  leads:
    total_leads: 0
    qualified_leads: 0
    pipeline_value: 0
    deals_closed_30d: 0
    deals_closed_90d: 0
    
  content:
    sessions_recorded: 0
    photos_captured: 0
    social_mentions: 0
    social_reach: 0
    blog_posts_created: 0
    
  top_3_wins:
    - ""
    - ""
    - ""
    
  top_3_improvements:
    - ""
    - ""
    - ""
    
  recommendation: "" # repeat | modify | retire
  next_steps:
    - ""

### Content Repurposing Matrix

SourceOutputTimelineChannelKeynote recordingBlog post summaryT+3 daysWebsiteKeynote recording5 social clips (60-90 sec)T+5 daysLinkedIn, Twitter, YouTubePanel discussionQuote graphicsT+2 daysInstagram, LinkedInWorkshop materialsLead magnet / PDF guideT+7 daysEmail listAttendee photosEvent recap postT+1 daySocial mediaQ&A questionsFAQ blog postT+7 daysWebsiteSurvey results"State of [Industry]" reportT+14 daysGated contentSpeaker slidesSlideShare / Carousel postsT+5 daysLinkedIn

### Annual Event Calendar YAML

event_calendar:
  Q1:
    - type: "webinar"
      theme: "Industry trends"
      month: "January"
      goal: "Pipeline building"
    - type: "meetup"
      theme: "Networking"
      month: "February"
      goal: "Community growth"
    - type: "workshop"
      theme: "Product training"
      month: "March"
      goal: "Customer success"
      
  Q2:
    - type: "conference"
      theme: "Annual summit"
      month: "May"
      goal: "Thought leadership + lead gen"
      
  Q3:
    - type: "webinar series"
      theme: "Deep dives"
      months: ["July", "August"]
      goal: "Education + nurture"
      
  Q4:
    - type: "workshop"
      theme: "Year-end planning"
      month: "October"
      goal: "Upsell + retention"
    - type: "gala"
      theme: "Customer appreciation"
      month: "December"
      goal: "Retention + referrals"

### Recurring Event Optimization

After each event, update:

Email subject line performance (open rates by subject)
Registration page conversion (test headlines, CTAs)
Optimal day/time for your audience
Speaker ratings → invite top performers back
Session format performance (keynotes vs panels vs workshops)
Sponsor satisfaction → retention and upsell
No-show rate trends → adjust tactics

### Event Maturity Model

LevelCharacteristicsFocus1 — Ad HocOne-off events, no processJust execute2 — RepeatableTemplates exist, some automationConsistency3 — DefinedFull playbook, team roles, metricsOptimization4 — ManagedData-driven decisions, A/B testingROI maximization5 — OptimizingEvent portfolio strategy, predictive analyticsStrategic asset

### Virtual Event Production Checklist

Technical setup:

Backup internet connection (mobile hotspot)
 Hardwired ethernet (not WiFi) for all presenters
 Backup computer ready with all presentations loaded
 Recording started and confirmed
 Closed captions enabled
 Chat moderation active
 Mute all attendees on entry
 Disable attendee screen sharing
 Test all presenter screen shares before going live
 "We'll begin shortly" holding slide ready

Engagement plan:

Welcome message in chat at T-5 min
 Ice-breaker poll at start
 Interactive element every 7-10 min (poll, chat prompt, quiz)
 Q&A queue managed by co-host
 Resource links shared in chat at relevant moments
 Recording disclaimer stated

### Hybrid Event Rules

Virtual attendees are NOT second-class — dedicated camera angle, chat moderator, separate networking
Dedicated virtual MC — someone whose ONLY job is the virtual audience
Repeat in-room questions into mic — virtual audience can't hear audience mics
Chat → stage pipeline — virtual questions get equal airtime
Separate swag shipment — virtual attendees get a box mailed in advance
Time zone respect — if international, rotate session times or offer recordings

### Event Health Score (0-100)

DimensionWeightMetricsRegistration velocity20%Registrations vs target at each milestoneAttendance quality20%Show rate, seniority mix, target company %Engagement15%Session ratings, Q&A participation, app usageSatisfaction15%NPS, overall rating, "would attend again"Business impact20%Leads generated, pipeline value, deals influencedContent leverage10%Repurposed assets, social reach, recording views

### Benchmarks by Event Type

MetricWebinarConferenceWorkshopMeetupShow rate40-50%80-90%85-95%60-75%NPS30-5040-6050-7040-60Lead-to-opp5-15%10-25%15-30%5-10%Cost/lead$20-50$100-300$50-150$10-30Content pieces3-515-305-102-5

### Quality Rubric (0-100)

DimensionWeight0-255075100Strategy alignment15%No clear objectiveVague goalsSMART goals definedGoals tied to business KPIs with measurement planContent quality15%Generic/irrelevantAdequate topicsExpert speakers, clear takeawaysTransformative content, unique insightsAttendee experience15%Confusing, poor flowFunctionalSmooth, well-organizedDelightful, memorable, shareableMarketing execution15%Minimal outreachBasic email + socialMulti-channel, segmentedData-driven, optimized funnelOperations10%Chaos, issuesMinor hiccupsSmooth executionFlawless, contingencies testedFinancial management10%Over budget, no trackingOn budgetProfitable, trackedROI optimized, sponsor retentionPost-event follow-up10%NoneThank you emailSurvey + follow-up sequenceFull repurposing + lead nurture + reportScalability10%One-off, no documentationSome templatesFull playbookRepeatable system, continuous improvement

### Small Budget (<$5K)

Use free venues (co-working spaces, partner offices, university rooms)
Speakers = your team + customer stories (no fees)
Marketing = organic social + email list + community
Swag = digital (exclusive content, templates, recordings)
Photography = team member with good phone + natural light

### First Event Ever

Start with a meetup or webinar — lowest risk
Partner with established community for co-hosting
Under-promise, over-deliver on experience
Keep it small (30-50 people) — easier to create magic
Focus on ONE thing going well rather than everything

### International / Multi-Timezone

Record everything — async consumption is expected
Rotate live session times across events
Translate key materials (at minimum: landing page, emails)
Research local holidays before setting dates
Consider cultural norms (business card etiquette, dietary defaults)

### Cancellation / Postponement

Communicate immediately and honestly
Offer full refunds with no friction
Provide alternative (virtual option, recording, next event credit)
Notify sponsors with revised terms
Update all marketing channels simultaneously
Post-mortem: what signals did we miss?

### Controversial Speakers / Topics

Have a clear code of conduct published
Brief speakers on boundaries
Moderate Q&A (written questions only for sensitive topics)
Have a response plan for social media backlash
Event director has final authority on content decisions

### Natural Language Commands

When asked to help with events, respond to these patterns:

"Plan an event" → Start with Event Brief YAML + Go/No-Go scorecard
"Create event budget" → Generate Budget Template with estimates
"Find speakers" → Speaker Brief YAML + outreach email template
"Build event agenda" → Content Architecture for their event type
"Write event marketing emails" → Full email sequence for their timeline
"Set up registration" → Registration page checklist + pricing strategy
"Plan a webinar" → Webinar Planning YAML + engagement tactics
"Create run sheet" → Master Run Sheet YAML for day-of operations
"Post-event analysis" → Post-Event Report YAML + ROI calculation
"Design sponsor packages" → Sponsorship tier table + outreach email
"Reduce no-shows" → No-show reduction tactics + reminder sequence
"Rate this event plan" → Quality rubric scoring with improvement recommendations
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/afrexai-event-management)
- [Send to Agent page](https://openagent3.xyz/skills/afrexai-event-management/agent)
- [JSON manifest](https://openagent3.xyz/skills/afrexai-event-management/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/afrexai-event-management/agent.md)
- [Download page](https://openagent3.xyz/downloads/afrexai-event-management)