← 返回 Skills 市场
hh23333

Slide Generation

作者 hh23333 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install slide-generation
功能描述
Generate Marp teaching slides from source content for teachers. Use when: (1) Generating Marp-compatible markdown slides from a .md file or folder for teachi...
安全使用建议
This skill appears to be a straightforward Marp slide generator, but before installing or running it: (1) verify that you will provide the source .md files and all referenced images locally (the skill expects to copy images to output). The manifest references a logo path (assets/images/logo.png) that is not present — either provide that asset or update the rules to avoid broken headers. (2) Decide whether the agent is allowed to fetch remote assets: theme SCSS imports external CDNs and some example slides reference remote images; the SKILL.md is ambiguous about downloading remote files. If you do not want the agent to access the network, ensure all images/fonts are included locally. (3) Test the skill in a sandbox or with non-sensitive content to confirm how it handles remote image links and missing assets. If you need, ask the author to clarify handling of externally-hosted images and to include the required logo asset or change the rules to not assume it exists.
功能分析
Type: OpenClaw Skill Name: slide-generation Version: 1.0.0 The slide-generation skill bundle is designed to automate the creation of Marp-compatible markdown slides from educational content. The SKILL.md file provides clear, task-oriented instructions for the AI agent to synthesize multiple source files, apply specific themes, and manage image assets locally. Analysis of the SCSS theme files and reference documentation (references/rules.md, references/marp-guide.md) reveals standard styling and formatting guidelines without any evidence of malicious intent, data exfiltration, or unauthorized command execution. External resources are limited to reputable CDNs for fonts and icons (e.g., bootcdn.net, bunny.net).
能力评估
Purpose & Capability
Name/description match the actual instructions: converting .md source files into Marp-compatible markdown slides using provided theme rules. The skill does not request unusual credentials or installs. Minor mismatch: SKILL.md / rules expect a source logo at assets/images/logo.png (and instruct copying it to output), but the file manifest does not include assets/images/logo.png; example pages contain remote image URLs which the skill's 'copy images' rule doesn't explicitly explain how to handle.
Instruction Scope
Runtime instructions tell the agent to read all source .md files, load references/*.md, create output folders, and copy any used images to the output images/ folder. That is coherent for a converter, but the instructions are vague about externally-hosted images (examples and theme files reference remote URLs) — copying such images would require network downloads. The SKILL.md also forbids adding external content ('Content must come ONLY from source files') while theme files include @import of external CSS/fonts; this creates ambiguity about allowed network fetches and what counts as 'source'.
Install Mechanism
Instruction-only skill with no install spec and no declared required binaries — minimal installation risk. Nothing in the package will be written to disk by an installer step prior to agent runtime (the agent's own actions will create output folders as per the instructions).
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or elevate privileges. This is proportionate to the stated purpose.
Persistence & Privilege
always is false and there is no install-time persistence or modification of other skills/configs. The skill relies on runtime file reads/writes within the project workspace, which is expected for a converter.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install slide-generation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /slide-generation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
slide-generation 1.0.0 – Initial release - Generate Marp-compatible teaching slides in markdown from one or more source `.md` files. - Supports unified slide synthesis from multiple sources, with deduplication and structure planning. - Enforces AM Blue Course theme, YAML headers, image handling, and layout rules as specified in workflow. - Automatically copies and relinks source images to the output `images/` folder. - Strictly confined to original source material; no external content generation. - Output includes required cover, TOC, and sectioned content slides with proper style and formatting.
元数据
Slug slide-generation
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Slide Generation 是什么?

Generate Marp teaching slides from source content for teachers. Use when: (1) Generating Marp-compatible markdown slides from a .md file or folder for teachi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Slide Generation?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install slide-generation」即可一键安装,无需额外配置。

Slide Generation 是免费的吗?

是的,Slide Generation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Slide Generation 支持哪些平台?

Slide Generation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Slide Generation?

由 hh23333(@hh23333)开发并维护,当前版本 v1.0.0。

💬 留言讨论