Ai Ppt Generator 1.1.3

v1.0.0

Generate PPT with Baidu AI. Smart template selection based on content.

0· 134·2 current·2 all-time
byBeta@binbin
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the implementation: scripts call Baidu qianfan PPT endpoints and the skill only requests BAIDU_API_KEY and python3, which are appropriate for this functionality. One small mismatch: the Python code imports the third‑party 'requests' library but the metadata/README does not declare it as a required dependency.
Instruction Scope
SKILL.md instructs the agent to ask the user for a topic, show templates, and run the included scripts. The instructions do not ask the agent to read unrelated files, other environment variables, or exfiltrate data elsewhere. The scripts only send the query/outline/title and use the BAIDU_API_KEY to talk to Baidu endpoints.
Install Mechanism
No install spec (instruction-only) — low risk for arbitrary downloads. However, the code depends on the 'requests' Python package but the skill does not declare or install it; this can cause runtime failures or surprise when the agent runs if the environment lacks requests.
Credentials
Only BAIDU_API_KEY is required and used consistently as Authorization: Bearer. No other secrets, system credentials, or unrelated environment variables are requested or accessed.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide settings. It spawns subprocesses to run local scripts (expected for this design) but does not request elevated or persistent privileges.
Assessment
This skill appears to do what it says: it uses a BAIDU_API_KEY to call Baidu's ai_ppt endpoints and generate PPTs. Before installing, consider: (1) only provide a BAIDU_API_KEY you trust — the key will be used to send the PPT topic, outline and title to Baidu; (2) ensure the runtime has Python and the 'requests' package installed (the skill doesn't declare installing Python dependencies); (3) the included scripts call Baidu domains (qianfan.baidubce.com and Baidu cloud storage URLs) — if you have privacy/compliance concerns about sending content to Baidu, do not use it; (4) there's a minor metadata mismatch (ownerId in _meta.json differs from registry header) — likely benign but worth noting; (5) run first in an isolated environment (or with a limited API key) if you want to test before trusting it with sensitive inputs.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cwqmzd6n6wne2rpaseyt8w583as85

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📑 Clawdis
Binspython3
EnvBAIDU_API_KEY
Primary envBAIDU_API_KEY

Comments