accelevents-speaker-sync

Synchronize speaker profiles and session schedules from a conference website to Accelevents via REST API.

154|9|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/swyxio/skills --skill accelevents-speaker-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accelevents-speaker-sync
Source: https://github.com/swyxio/skills/tree/main/accelevents-speaker-sync
Command: npx skills add https://github.com/swyxio/skills --skill accelevents-speaker-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When you update speaker profiles, session details, or schedule information on the AI Engineer Europe 2026 conference website, those changes do not automatically sync to the Accelevents event platform, leading to inconsistent, outdated event information for attendees.

Core Features & Use Cases

  • Speaker Profile Sync: Push updates to speaker names, roles, companies, bios, social links, and headshots from the website to corresponding Accelevents speaker records.
  • Session/Schedule Sync: Update Accelevents session entries with changes to titles, start/end times, rooms, tracks, formats, and visibility status from the website.
  • Use Case: For conference organizers making last-minute speaker swaps or schedule adjustments, this skill ensures all changes are reflected in the Accelevents portal so attendees have access to accurate, up-to-date event information.

Quick Start

Use this skill to push updated speaker headshots and session time changes from the AI Engineer Europe 2026 conference website to the Accelevents event platform.

Frequently Asked Questions about accelevents-speaker-sync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync conference speaker updates from my website to Accelevents?

To sync conference speaker updates to Accelevents, you can push updated speaker metadata, bios, and headshots directly from your website to the platform using the Accelevents REST API with key-based authentication for write operations.

Can I push schedule changes like session times and rooms to Accelevents automatically?

Yes, you can push session scheduling changes, including start and end times, rooms, tracks, and formats, to Accelevents by sending flat JSON request bodies via PUT requests to update corresponding session entries.

Does the Accelevents API support uploading speaker headshots from an external website?

Yes, the Accelevents API supports headshot uploads alongside speaker profile updates, allowing you to synchronize speaker names, roles, companies, social links, and images from your website to the event platform.

How do I handle last-minute session scheduling swaps for an event on Accelevents?

To handle last-minute session scheduling swaps, you can update session visibility status, times, and track assignments on your website and push those edits to Accelevents to ensure attendees see accurate, up-to-date event information.

What authentication is required to write session data to Accelevents?

Writing session data to Accelevents requires key-based authentication for write operations via PUT requests, while reading existing event data relies on bearer authentication through the Accelevents REST API.