📊 Ppt Auto 生成器
v1.0.0generate text or outline into animated presentation 视频 with this 技能. Works with TXT, DOCX, PDF, PPTX files up to 200MB. students, marketers, 商务 p...
0· 28·0 当前·0 累计
安全扫描
OpenClaw
安全
medium confidenceThe skill's requests and runtime instructions are consistent with a cloud-based presentation/video rendering service that needs a single service token; nothing obvious or disproportionate is being requested, but you should review trusting the external nemo video backend before uploading sensitive files or setting a long-lived token.
评估建议
This skill appears to do what it says: it uploads your text/files to a nemo-video cloud service and returns a rendered MP4. Before installing or using it, consider: 1) Only provide files that you are comfortable sending to an external service; do not upload documents with secrets or PII unless you trust the provider. 2) If you supply a NEMO_TOKEN, make sure it is scoped and revocable — avoid pasting long-lived credentials you use elsewhere. 3) The skill can obtain an anonymous token for you; tha...详细分析 ▾
✓ 用途与能力
Name/description (generate presentation videos from text/files) align with the declared requirements: a single service token (NEMO_TOKEN) and calls to a nemo video cloud API. Required env var NEMO_TOKEN and the API endpoints in SKILL.md are appropriate for a cloud rendering service.
ℹ 指令范围
SKILL.md stays mostly within expected scope: create session, upload files, stream SSE, poll render status, and return download URL. It instructs the agent to POST user files and metadata to the nemo-api and to create an anonymous token if NEMO_TOKEN is absent. Be aware the instructions direct file uploads (multipart or URL) and ask the agent to include attribution headers and the bearer token on every request. They also mention auto-detecting 'install path' to set X-Skill-Platform and reference a config path, which could require reading agent filesystem state — this is out-of-band of pure text->video conversion but likely intended for platform attribution/caching.
✓ 安装机制
There is no install spec and no code files; this is instruction-only. That minimizes disk-write risk and there is nothing downloaded or executed by the skill itself.
ℹ 凭证需求
Only one environment variable is declared (NEMO_TOKEN) and the SKILL.md uses it as the Bearer token for API calls. The frontmatter also lists a config path (~/.config/nemovideo/) which is not strictly necessary given the anonymous-token flow; this suggests optional local caching but is a minor inconsistency. No unrelated secrets or multiple external credentials are requested.
✓ 持久化与权限
The skill is not always-enabled and does not request elevated platform privileges. Autonomous invocation is allowed by default (normal) — there is no evidence the skill modifies other skills or system-wide settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/4/17
PPT Auto Generator 1.0.0 — Initial Release - Instantly convert text, DOCX, PDF, or PPTX files into animated 1080p video presentations. - Supports uploads up to 200MB; output as MP4 and other common formats. - Automated cloud setup with free credits for new users—no install required. - Job progress, credit balance, and export handled via simple chat commands. - Common presentation actions (generate, edit, export) are mapped to user prompts for ease of use. - Responsive error handling for unsupported files, large uploads, and authentication issues.
● 无害
安装命令
点击复制官方npx clawhub@latest install ppt-auto-generator
镜像加速npx clawhub@latest install ppt-auto-generator --registry https://cn.longxiaskill.com镜像同步中