Text to PPT

v1.0.0

Convert any text input (research reports, summaries, proposals, plans, etc.) into a beautiful HTML-based presentation. Use when the user asks to create a PPT...

0· 174·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill claims to convert text to an HTML presentation and its instructions only require reading input (text/file/URL/Obsidian note), producing slide HTML, and saving a file. No unexpected credentials, binaries, or third‑party services are required beyond public CDNs for styling and Chart.js, which are coherent with the stated goal.
Instruction Scope
Instructions explicitly tell the agent to read local files (including Obsidian notes), fetch URLs, write temp files, spawn sub-agents to generate slide HTML, and save the final .html into a user directory (~/Documents/longhai/Longhai/). These actions are within the scope of generating presentations but do mean the skill will access user files and write to disk; the hardcoded default save path may be undesirable for some users.
Install Mechanism
There is no install spec or external binary download — the skill is instruction-only, so nothing is written to disk by an installer and no packages are pulled during install.
Credentials
The skill requests no environment variables or credentials. It does require network access to public CDNs (Tailwind, Chart.js, DataLabels, Font Awesome, Google Fonts) and uses web_fetch to fetch URLs when asked — this is proportional to rendering styled slides and charts, but the agent will contact external domains.
Persistence & Privilege
always is false and model invocation is allowed (normal). The skill writes output to a filesystem path (and uses temp files/plan files) but does not attempt to modify other skills or request permanent elevated privileges.
Assessment
This skill appears to do what it says: it will read pasted text or files/URLs you point it at, fetch remote resources (CDNs), generate slide HTML (using parallel sub-agents), and save a single-file HTML presentation to disk. Before installing or running it, confirm you are comfortable with: (1) the skill reading local files or Obsidian notes you supply, (2) writing the output file to the default path (~/Documents/longhai/Longhai/) — change this if you prefer a different location, and (3) allowing network access to public CDNs and any URLs you ask it to fetch. Avoid feeding it sensitive secrets or files you don't want written to disk. If you want higher safety, request the skill be run with a sandboxed workspace or change the save path and disable automatic file reads/fetches.

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

latestvk978yh4n15jytdd3h12yk8tktd835150

License

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

Comments