Deck Builder

v0.1.0

AI agent for deck builder tasks

0· 700·3 current·3 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.md describes producing a structured JSON blueprint for slide generation and orchestrating subordinate drawing and assembly tools (generate_content_slide_image, ppt_maker, png_to_pptx, submit_result). Those actions match the skill's name and description (Deck Builder). The skill does not request unrelated privileges or credentials.
Instruction Scope
Instructions require calling several subordinate tools and returning/collecting image pages, but those tools are referenced only by name and are not listed in metadata—deployment will fail unless the agent environment exposes them. The skill also defaults to generating >15 pages unless the user specifies otherwise (potentially high resource usage). It uses template placeholders (e.g., $DATE$) that require runtime substitution. The instructions do not ask to read files or credentials outside their scope.
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes disk/write risk; nothing will be downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no apparent requests for unrelated secrets or system access.
Persistence & Privilege
always is false and the skill does not request permanent presence or system-wide configuration changes. Autonomous invocation is allowed (platform default) but that is expected for an orchestrator skill and not excessive here.
Assessment
This skill is an instruction-only deck orchestrator and appears coherent, but check these practical points before installing: (1) Ensure your agent environment provides the named subordinate tools (generate_content_slide_image, ppt_maker, png_to_pptx, submit_result) — the SKILL.md assumes they exist but does not install them. (2) The skill defaults to producing more than 15 slides unless you specify otherwise; if you want smaller outputs, confirm or override the default to avoid high compute/cost. (3) Template placeholders (e.g., $DATE$) must be substituted at runtime — ensure your agent/runtime will do that. (4) Although no credentials are requested, the skill will instruct drawing agents and image-assembly tools to handle content — verify those downstream tools' privacy/transport behavior so sensitive content is not unintentionally sent to external services. (5) Test with a small sample job to confirm behavior and performance before running large batch jobs.

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

latestvk9709yrsfnxn3fnb1pee6s18t1817z8h

License

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

Comments