← Back to Skills Marketplace
AIスライド作成ワークフロー
by
lastone3939
· GitHub ↗
· v1.1.0
394
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install slide-creator
Description
AIを使った資料作成ワークフロー。Gemini Gem × Claude Code × Slidevでプロ級スライドを作る。AI感を徹底排除するための鉄則を含む。コムギさんが「資料を作りたい」「スライド作って」と言ったら必ずこのスキルを使う。GemのURLを先に案内してからSTEP1に入ること。
Usage Guidance
Before installing or using this skill: (1) be aware the SKILL.md hard-codes a specific user home (/Users/meruemu/...) and a Google Drive folder ID — replace these with safe, generic placeholders or confirm they match your environment; (2) the script invokes a local claude CLI at an exact path and passes --dangerously-skip-permissions — do not run that flag unless you understand its implications and trust the binary; (3) the instructions reference an example secret (GOG_KEYRING_PASSWORD) and an account (GOG_ACCOUNT) but the skill does not declare required credentials — verify where and how secrets will be provided and stored; (4) the workflow writes files, runs a local http.server, and uploads/shares to Drive/Telegram — consider running in a sandbox or VM and review any files before upload; (5) ask the skill author to: remove hard-coded paths and IDs, declare required env vars, explain the use of --dangerously-skip-permissions, and provide a non-user-specific example; (6) if you plan to allow autonomous invocation, lock down which tools the agent may call (or require manual approval) because this skill assumes access to local executables and external services.
Capability Analysis
Type: OpenClaw Skill
Name: slide-creator
Version: 1.1.0
The skill bundle is classified as suspicious primarily due to multiple potential shell injection vulnerabilities in `SKILL.md`. User-provided input for `<資料名>` (document name) is directly interpolated into shell commands (e.g., `mkdir -p "$WORK"`, `cd .../<資料名>/dist`, `.../<資料名>.pdf`, `/tmp/<資料名>.zip`) without apparent sanitization, creating a risk of arbitrary command execution. Additionally, the skill uses the `--dangerously-skip-permissions` flag with the `claude` tool, hardcodes a password (`openclaw_gog_2026`) for Google Drive access, and explicitly shares generated files publicly on Google Drive, posing data leakage risks.
Capability Assessment
Purpose & Capability
The stated purpose (slide creation with Gemini/Claude/Slidev) aligns with most steps, but the SKILL.md assumes specific local binaries/paths (e.g., /Users/meruemu/.local/bin/claude, ~/.openclaw workspace) and a hard-coded Google Drive folder ID. A general 'slide-creator' skill should not require or embed a specific user's home-paths or folder IDs. These hard-coded references are disproportionate to the stated, reusable purpose.
Instruction Scope
The instructions explicitly read/write files under a specific user home (/Users/meruemu/.openclaw/*), run a local HTTP server, invoke a local claude CLI with --dangerously-skip-permissions, and call system events and external upload/share commands. They also instruct use of browser and message tools. These steps access local filesystem and run executables outside the simple remit of 'generate slide content', expanding the skill's scope in risky ways.
Install Mechanism
No install spec or downloaded code is present (instruction-only). That minimizes install-time risk because nothing is written/installed by the skill itself. The remaining risk is operational (the instructions expect local binaries and tools to already exist).
Credentials
Declared requirements list no env vars, yet the instructions use an example env var (GOG_KEYRING_PASSWORD) and an account (GOG_ACCOUNT) inline in commands and reference a Google Drive folder ID. The skill also assumes access to Telegram/‘message tool’ and local claude CLI. Requesting or assuming credentials and specific account/passwords without declaring them is disproportionate and opaque.
Persistence & Privilege
The skill isn't always-enabled and doesn't request persistent installation. However, it instructs emitting an openclaw system event and invoking local CLIs and tools; if the agent is allowed to call tools autonomously, that increases the blast radius. This is normal platform behavior but combined with other concerns (hard-coded paths, credential usage, skip-permissions flag) it is noteworthy.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install slide-creator - After installation, invoke the skill by name or use
/slide-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
AI感排除の鉄則追加。絵文字・記号禁止・本格フォント(Zen Kaku Gothic New×Noto Sans JP)・SVGパスドローイングアニメ・非対称レイアウト指定を強化。
v1.0.0
Gemini Gem × Claude Code × Slidev で資料作成を自動化するワークフロー。AI感を消す鉄則・PDF化・Telegram送信まで全部入り。
Metadata
Frequently Asked Questions
What is AIスライド作成ワークフロー?
AIを使った資料作成ワークフロー。Gemini Gem × Claude Code × Slidevでプロ級スライドを作る。AI感を徹底排除するための鉄則を含む。コムギさんが「資料を作りたい」「スライド作って」と言ったら必ずこのスキルを使う。GemのURLを先に案内してからSTEP1に入ること。 It is an AI Agent Skill for Claude Code / OpenClaw, with 394 downloads so far.
How do I install AIスライド作成ワークフロー?
Run "/install slide-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AIスライド作成ワークフロー free?
Yes, AIスライド作成ワークフロー is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AIスライド作成ワークフロー support?
AIスライド作成ワークフロー is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AIスライド作成ワークフロー?
It is built and maintained by lastone3939 (@lastone3939); the current version is v1.1.0.
More Skills