Deck Narrative Planner
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to locally turn user-provided materials into reviewable deck outlines, with no evidence of credential use, networking, publishing, or destructive actions.
This looks safe for ordinary deck-planning use. Before running the optional Python helper, make sure the input file contains material you are comfortable processing locally, avoid unnecessary personal or confidential data, and review the draft because the skill is meant to structure evidence, not verify or invent it.
Findings (1)
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.
If run, the script can read chosen local input material and write a generated deck-planning report to a chosen output file.
The local helper accepts user-specified input and output paths, so users should be deliberate about which local materials are processed and where results are written.
parser.add_argument("--input", required=True, help="Input file, directory, or inline string.")
parser.add_argument("--output", help="Write output to a file instead of stdout.")Use specific, non-sensitive input files where possible, choose an output path intentionally, and review the generated draft before using it in presentations or external communications.
