Skip to content
Skillv1.0.0

Slidev Real-time Feedback

Enable live audience reactions and feedback during Slidev presentations with WebSocket-powered real-time updates

by majiayu000(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from majiayu000/claude-skill-registry-data (development/slidev-real-time-feedback-adaptivex-gh-slidev-feedback-skil/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry-data --skill slidev-real-time-feedback-adaptivex-gh-slidev-feedback-skil. Copyright stays with the author.

Slidev Real-time Feedback Skill

Transform your Slidev presentations into interactive experiences with real-time audience feedback and reactions.

Instructions

This skill creates a real-time feedback system for Slidev presentations. When imported:

  1. Configure your presentation details (title, slide count, allowed reactions)
  2. Deploy the skill to generate a unique widget URL and QR code
  3. Embed the widget in your Slidev presentation or share the URL with your audience
  4. Monitor live reactions and questions through the presenter dashboard
  5. Export analytics after your presentation for detailed insights

The skill uses WebSocket-powered Durable Objects for real-time synchronization between presenter and audience. All configuration is done through the 8 parameters defined in the frontmatter above.

Overview

The Slidev Real-time Feedback skill enables presenters to gather live reactions, questions, and engagement metrics from their audience during presentations. Built on Cloudflare Durable Objects for scalable real-time performance, this skill provides instant feedback loops that help presenters adjust their delivery on the fly.

Features

✨ Real-time Audience Engagement

  • Live Emoji Reactions: Customizable emoji reactions for instant audience sentiment
  • Question Submission: Allow audience to ask questions without interrupting
  • Slide Synchronization: Automatic slide tracking for contextual feedback
  • Participant Counter: See how many people are actively engaged

πŸ“Š Presenter Dashboard

  • Live Reaction View: See reactions as they happen, organized by slide
  • Question Management: Review, moderate, and respond to audience questions
  • Analytics Export: Download detailed engagement data for post-presentation analysis
  • Navigation Controls: Control slide progression and pause for Q&A

🎨 Embeddable Widget

  • Responsive Design: Works on any device - desktop, tablet, or mobile
  • Theme Support: Light, dark, and auto themes to match your presentation
  • QR Code Access: Generate QR codes for easy audience access
  • Anonymous or Authenticated: Choose whether to require login

πŸ”’ Enterprise Features

  • Question Moderation: Review questions before displaying to audience
  • Session Timeouts: Auto-close sessions after a specified duration
  • Access Control: Require authentication for sensitive presentations
  • Data Privacy: All data stored securely with automatic cleanup

How It Works

For Presenters (Dashboard Mode)

  1. Create Session: Configure your presentation details and allowed reactions
  2. Share Widget: Get an embed code or QR code to share with your audience
  3. Monitor Feedback: Watch reactions and questions appear in real-time
  4. Control Flow: Navigate slides and moderate content as needed
  5. Export Data: Download analytics for future reference

For Audience (Embedded Widget Mode)

  1. Scan QR Code: Access the feedback widget on any device
  2. React to Slides: Tap emoji reactions to provide instant feedback
  3. Ask Questions: Submit text questions without interrupting
  4. Stay Synced: Widget automatically updates with current slide
  5. See Engagement: View how many others are participating

Use Cases

πŸ“š Educational Lectures

  • Student Comprehension: Quick polls on understanding ("Got it" vs "Confused")
  • Pace Control: Adjust speed based on real-time feedback
  • Question Queue: Organize student questions by topic/slide

πŸ’Ό Business Presentations

  • Stakeholder Engagement: Gauge executive interest and concerns
  • Sales Demos: Capture prospect reactions to different features
  • Training Sessions: Check understanding and collect improvement feedback

🎀 Conference Talks

  • Large Audiences: Scalable to hundreds of simultaneous participants
  • Engagement Metrics: Identify which slides resonate most
  • Q&A Management: Organize questions for post-talk sessions

πŸ§ͺ Research Presentations

  • Peer Feedback: Collect colleague reactions to methodology
  • Interest Tracking: Identify which findings generate most interest
  • Collaboration: Facilitate discussion in virtual or hybrid settings

Technical Architecture

Real-time Infrastructure

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”         WebSocket         β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  Presenter  │◄──────────────────────────►│                  β”‚
β”‚  Dashboard  β”‚                            β”‚  Durable Object  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                            β”‚   (Persistent    β”‚
                                           β”‚     State)       β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”         WebSocket         β”‚                  β”‚
β”‚  Audience   │◄──────────────────────────►│                  β”‚
β”‚   Widget    β”‚                            β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Durable Object Benefits:

  • Single source of truth for session state
  • Automatic connection management
  • Built-in WebSocket handling
  • Global low-latency access
  • Persistent across restarts

Data Flow

  1. Presenter creates session β†’ Durable Object instance spawned
  2. Audience joins β†’ WebSocket connection established
  3. Reactions submitted β†’ Broadcast to all connected clients
  4. Slide changes β†’ Synchronized across all participants
  5. Session ends β†’ Data exported, connections gracefully closed

Configuration Examples

Common Configurations:

  • Workshop/Training: Enable questions, moderate if needed, 2-hour auto-close, reactions like βœ…β“πŸ’‘
  • Business Presentation: Require auth, moderate questions, professional reactions like πŸ‘πŸ’ΌπŸ“Š
  • Conference Talk: Disable questions (use Q&A later), open access, engaging reactions like ❀️πŸ”₯πŸš€

All parameters are configured through the widget creation interface. See the 8 parameters in the frontmatter above for full customization options.

Analytics & Insights

What You Can Track

  • Engagement Rate: Reactions per slide
  • Peak Interest: Slides with most reactions
  • Audience Size: Participant count over time
  • Question Themes: Common topics and concerns
  • Session Duration: Actual vs planned timing
  • Reaction Distribution: Sentiment analysis per slide

Export Formats

  • JSON (full data export)
  • CSV (spreadsheet analysis)
  • Analytics Dashboard (visual charts)

Security & Privacy

Data Protection

  • βœ… Anonymous participation by default
  • βœ… Optional authentication for sensitive content
  • βœ… No personal data stored without consent
  • βœ… Automatic data cleanup after session
  • βœ… Encrypted WebSocket connections
  • βœ… GDPR compliant

Access Control

  • Session-based tokens for anonymous users
  • Email verification for authenticated sessions
  • Presenter-only access to raw data
  • Public analytics opt-in

Installation

Import from GitHub

  1. Go to "Add Skill" in your Amagen dashboard
  2. Select "Import from GitHub"
  3. Enter repository URL: https://github.com/amagen-skill-exchange/slidev-feedback-skill
  4. Click "Import Skill"

Create Widget (10 Credits)

  1. Navigate to "My Skills"
  2. Find "Slidev Real-time Feedback"
  3. Click "Create Widget"
  4. Configure presentation settings
  5. Get embed code and QR code

Integration

After creating a widget, you'll receive:

  • Widget URL: https://widgets.amagen.app/widget/YOUR_WIDGET_ID
  • QR Code: For easy mobile access
  • Embed Code: Ready-to-use iframe snippet

Quick Embed (works in Slidev, HTML, or any webpage):

<iframe src="https://widgets.amagen.app/widget/YOUR_WIDGET_ID"
        width="400" height="600" frameborder="0">
</iframe>

Share the widget URL or display the QR code during your presentation for audience access.

Support & Resources

License

MIT License - See LICENSE file for details

Credits

Built with:

Created by the Amagen Skill Exchange community.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/majiayu000-claude-skill-registry-data-slidev-real-time-f-ab0864/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

majiayu000-claude-skill-registry-data-slidev-real-time-f-ab0864.ocm.jsonjson
{
  "ocm": "1",
  "id": "majiayu000-claude-skill-registry-data-slidev-real-time-f-ab0864",
  "kind": "skill",
  "name": "Slidev Real-time Feedback",
  "description": "Enable live audience reactions and feedback during Slidev presentations with WebSocket-powered real-time updates",
  "publisher": "majiayu000",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "slidev",
      "presentation",
      "feedback",
      "realtime",
      "websocket",
      "audience-engagement",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Enable live audience reactions and feedback during Slidev presentations with WebSocket-powered real-time updates"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/majiayu000/claude-skill-registry-data",
      "path": "development/slidev-real-time-feedback-adaptivex-gh-slidev-feedback-skil/SKILL.md",
      "ref": "f863c11651055f498e1466492dc2a0d95721d2d5",
      "url": "https://github.com/majiayu000/claude-skill-registry-data/blob/f863c11651055f498e1466492dc2a0d95721d2d5/development/slidev-real-time-feedback-adaptivex-gh-slidev-feedback-skil/SKILL.md",
      "key": "majiayu000/claude-skill-registry-data/development/slidev-real-time-feedback-adaptivex-gh-slidev-feedback-skil/SKILL.md"
    }
  },
  "instructions": "# Slidev Real-time Feedback Skill\n\nTransform your Slidev presentations into interactive experiences with real-time audience feedback and reactions.\n\n## Instructions\n\nThis skill creates a real-time feedback system for Slidev presentations. When imported:\n\n1. **Configure** your presentation details (title, slide count, allowed reactions)\n2. **Deploy** the skill to generate a unique widget URL and QR code\n3. **Embed** the widget in your Slidev presentation or share the URL with your audience\n4. **Monitor** live reactions and questions through the presenter dashboard\n5. **Export** analytics after ",
  "cost": {
    "context_tokens": 2104
  }
}

Fetch it by URL: GET /api/v1/registry/majiayu000-claude-skill-registry-data-slidev-real-time-f-ab0864/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.