Deck Builder

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only deck-building skill is coherent with its purpose, but users should note that it delegates slide generation to multiple downstream agents/tools.

This appears to be a normal instruction-only deck-building skill. Before using it, set the desired slide count and avoid putting sensitive information into the deck prompt unless you are comfortable with that information being passed through the slide-generation process.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A deck request may trigger many slide-generation tasks by default, which could affect time, cost, or output volume.

Why it was flagged

The skill directs the agent to invoke a slide-generation tool once per slide, which is expected for deck creation but may create many tool calls if the user does not set limits.

Skill content
concurrently call the corresponding number of subordinate draftsmen `generate_content_slide_image`
Recommendation

Specify the desired slide count, style, and any content limits when using the skill.

What this means

Any confidential information included in deck requirements could be repeated into multiple downstream slide-generation tasks.

Why it was flagged

The skill passes user-derived deck requirements to subordinate drawing agents. This is purpose-aligned, but the artifacts do not describe boundaries for what information should or should not be shared with those agents.

Skill content
In the `task_description` given to them, you must include: **Global Configuration Requirements**, and specific requirements for the page
Recommendation

Avoid including sensitive or confidential material unless you are comfortable with it being used by the downstream slide-generation workflow.