# Add to your Claude Code skills
git clone https://github.com/LSTM-Kirigaya/slidev-aiLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:12:29.660Z",
"npmAuditRan": false,
"pipAuditRan": true
}slidev-ai is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by LSTM-Kirigaya. ai app for slidev. It has 280 GitHub stars.
Yes. slidev-ai passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/LSTM-Kirigaya/slidev-ai" and add it to your Claude Code skills directory (see the Installation section above).
slidev-ai is primarily written in Vue. It is open-source under LSTM-Kirigaya on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh slidev-ai against similar tools.
No comments yet. Be the first to share your thoughts!
From ideas to presentations to content distribution — our mission is to shorten the distance.
Slidev-AI is a web app that leverages LLM (Large Language Model) technology to make creating Slidev-based online presentations elegant and effortless. It is designed to help engineers and academics quickly produce content-focused, minimalist PPTs that are easily shareable online.
🎉 SlidevAI received the Best Application Award in ModelScope MCP&Agent Competition.
slidev-ai is a downstream implementation within the OpenMCP ecosystem, demonstrating how developers can build specialized agents using OpenMCP's powerful framework. This project serves as:
Slidev AI is designed for scenarios where you have a high-density text material that you want to present in PPT format along with a speech. It's perfect for creating presentations from well-structured content where the main purpose is to convert text into visual slides. Typical use cases include: team meeting reports, internal technical presentations.
Slidev AI cannot understand and interpret text that you yourself don't fully comprehend, nor can it create PPTs that conform to your specific contextual requirements. It cannot deeply analyze and restructure unclear content. Typical scenarios that are not suitable for Slidev AI include: paper interpretation PPTs, company annual reports, where the content requires deep understanding and contextual adaptation.
Check out the full demo on Bilibili:
For developers looking to create similar AI-powered applications, here's a comprehensive prompt you can use with LLM to generate a similar website project:
Please refer to Quick Start. For containerized deployment, see Deploy with Docker | 中文文档.
Two containers are recommended:
We provide backend/Dockerfile, frontend/Dockerfile, and docker-compose.yml.
On Windows cmd (temporarily for current shell):
set OPENAI_API_KEY=your_key
set OPENAI_BASE_URL=https://api.openai.com/v1
set OPENAI_MODEL=gpt-4o-mini
Or create a .env at repo root:
OPENAI_API_KEY=your_key
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o-mini
docker compose up -d --build
Volumes: uploads (backend_data), presentations (presentation_data), and sqlite (sqlite_data) persist across restarts.
Notes:
VITE_DOMAIN, VITE_PORT, and VITE_ENABLE_HTTPS. The compose file defaults to localhost:3001.--no-sandbox flags.ports section in docker-compose.yml.We welcome contributions from the community! Please see our Contribution Guidelines and Code of Conduct for details.
Slidev AI is open-source software licensed under the MIT License with additional terms for commercial use. See LICENSE for full details.
If you seek for tech support and deeper understanding of Slidev AI, please join our OpenMCP qq group:
"From ideas to presentations to content distribution — our mission is to shorten the distance." - The Slidev AI Team