Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问clear审计通过

slidev-presenter-mode幻灯片演示者模式

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

1,699

周安装

73

GitHub Stars

27

下载量

596
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:slidev-presenter-mode(幻灯片演示者模式)
来源仓库:https://github.com/yoanbernabeu/slidev-skills
仓库路径:skills/slidev-presenter-mode
安装命令:
npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-presenter-mode
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/yoanbernabeu/slidev-skills --skill slidev-presenter-mode

简介

slidev-presenter-mode 用于辅助安全审计、权限检查和认证流程分析,适合梳理敏感配置和生成安全复核清单。

  • 适用于 Slidev 演示文稿的演示者模式与安全合规场景。
  • 通过 npx skills add 命令从 GitHub 安装,需结合项目现有设计系统使用。
  • 涉及密钥或用户数据时应先确认最小权限和脱敏方式,避免直接操作生产系统。
  • 注意该技能当前无详细功能说明,建议进一步查阅源码以了解实际能力边界。

SKILL.md

Slidev Presenter Mode

This skill covers using Slidev's presenter mode for professional presentations, including speaker notes, timers, slide overview, and remote control features.

When to Use This Skill

  • Preparing for a live presentation
  • Adding speaker notes
  • Using dual-screen setup
  • Remote control from phone
  • Rehearsing with timer

Accessing Presenter Mode

Via Navigation

Click the presenter icon in the navigation bar (bottom-left).

Via URL

Navigate directly to:

http://localhost:3030/presenter

Keyboard Shortcut

Press p to toggle presenter mode (depends on configuration).

Presenter Interface

The presenter view shows:

  1. Current Slide - What audience sees
  2. Next Slide Preview - Upcoming slide
  3. Speaker Notes - Your notes
  4. Timer - Elapsed/remaining time
  5. Slide Navigator - Quick jump to any slide
  6. Click Counter - Current animation state

Speaker Notes

Adding Notes

Use HTML comments at the end of a slide:

# My Slide

Content visible to audience.

<!--
Speaker notes here:
- Remember to mention X
- Demo the feature
- Ask for questions
-->

Markdown in Notes

Notes support Markdown formatting:

<!--
## Key Points

1. **Important**: Emphasize this
2. *Note*: Optional detail
3. `Code reference`: Show in demo

> Quote to read aloud
-->

Multi-line Notes

<!--
First paragraph of notes.

Second paragraph with more details.

- Bullet point 1
- Bullet point 2
-->

Notes Best Practices

<!--
TIMING: 2 minutes

KEY MESSAGE:
Our solution reduces deployment time by 50%

REMEMBER TO:
- [ ] Show the demo
- [ ] Mention the case study
- [ ] Ask if there are questions

TRANSITION:
"Now let's look at how this works in practice..."
-->

Dual-Screen Setup

Recommended Setup

  1. Open browser in Play mode on external display: http://localhost:3030
  2. Open browser in Presenter mode on your screen: http://localhost:3030/presenter
  3. Share/project the Play mode window to audience

Automatic Sync

Both windows automatically synchronize:

  • Navigation stays in sync
  • Click animations sync
  • Drawings sync (if enabled)

Timer Features

Starting/Stopping

  • Click the timer to start/pause
  • Click again to resume

Timer Display

Shows:

  • Elapsed time
  • Can be configured for countdown

Timer Tips

  • Start timer when beginning presentation
  • Use for time management
  • Visible only to presenter

Remote Control

From Another Device

  1. Start server with remote access: slidev --remote
  2. Note the displayed URL (or use local network IP)
  3. Open URL on phone/tablet
  4. Control presentation remotely

Password Protection

slidev --remote=your_password

Then access with:

http://[ip]:3030/presenter?password=your_password

QR Code

Slidev can display a QR code for easy mobile access.

Overview Mode

Accessing Overview

  • Press o key
  • Or navigate to /overview

Features

  • See all slides at once
  • Click to jump to any slide
  • Edit notes inline (in overview mode)
  • Preview click animations

Navigation in Presenter Mode

Keyboard Shortcuts

KeyAction
Space / Next animation/slide
Previous animation/slide
/ Previous/next slide (skip animations)
oOverview mode
gGo to slide number
EscExit fullscreen/overview

Touch/Swipe

On touch devices:

  • Swipe left: Next slide
  • Swipe right: Previous slide

Click Areas

In presenter mode:

  • Left side: Previous
  • Right side: Next

Presenter Mode Configuration

In Frontmatter

---
# Remote access settings
remote: true

# Presenter notes settings
presenter: true
---

Disable Presenter for Shared Links

When sharing:

slidev build

The built version doesn't include presenter mode by default.

Drawing Tools

Enabling Drawings

---
drawings:
  enabled: true
  persist: false
  syncAll: true
---

Using Drawings

  • Click pen icon in presenter mode
  • Draw on current slide
  • Drawings sync to audience view

Presenter-Only Drawings

---
drawings:
  presenterOnly: true
---

Only presenter can draw, visible to all.

Recording Features

Built-in Recording

  1. Click record button in presenter mode
  2. Select screen/window to record
  3. Optionally enable camera
  4. Start recording

Recording Options

  • Screen only
  • Screen + camera
  • Camera picture-in-picture

Presentation Workflow

Before Presenting

  1. Test Setup: Verify dual-screen works
  2. Review Notes: Read through all speaker notes
  3. Practice: Run through with timer
  4. Check Animations: Verify all clicks work
  5. Test Remote: If using phone control

During Presentation

  1. Use Notes: Glance at key points
  2. Watch Timer: Stay on schedule
  3. Preview Next: Know what's coming
  4. Control Pace: Use click counter

Checklist

PRE-PRESENTATION:
- [ ] Laptop charged/plugged in
- [ ] Projector/display connected
- [ ] Correct resolution set
- [ ] Browser in fullscreen (F11)
- [ ] Notifications disabled
- [ ] Presenter window on laptop screen
- [ ] Play window on projector

DURING:
- [ ] Timer started
- [ ] Notes visible
- [ ] Water nearby

POST:
- [ ] Save any drawings
- [ ] Export if needed

Advanced Features

Custom Presenter Layout

You can customize the presenter view through themes.

Multiple Presenters

For co-presenting:

  1. Both access presenter mode
  2. Designate who controls navigation
  3. Others can view but not control

Rehearsal Mode

# Practice without audience
slidev --open

Then use presenter mode locally to practice.

Troubleshooting

Windows Not Syncing

  1. Check both are on same URL base
  2. Refresh both windows
  3. Check network/firewall

Notes Not Showing

  1. Verify comment syntax: <!-- notes -->
  2. Notes must be at end of slide
  3. Check for syntax errors before notes

Timer Reset

Timer persists during session but resets on page reload.

Output Format

When preparing presenter content:

# [Slide Title]

[Visible content for audience]

<!--
TIMING: [X minutes]

KEY POINTS:
- [Main message to convey]
- [Secondary point]

DEMO/ACTION:
- [What to show/do]

TRANSITION TO NEXT:
"[Connecting phrase to next slide]"
-->

PRESENTER SETUP:

  1. URL for audience: http://localhost:3030
  2. URL for presenter: http://localhost:3030/presenter
  3. Remote URL: http://[IP]:3030/?password=[pass]

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.95%
按下载量换算173

OpenCode

24.41%
按下载量换算145

Antigravity

16.91%
按下载量换算101

Codex

11.76%
按下载量换算70

Gemini CLI

7.64%
按下载量换算46

continue

3.97%
按下载量换算24

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills