Creator Course Outline
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears focused on drafting course outlines; the only notable behavior is a disclosed optional local Python helper that reads a chosen input and can write a chosen output file.
This looks appropriate for generating curriculum drafts. If you run the helper script, provide only the course materials you intend to process, choose the output path carefully, and review the generated outline before using it with learners or in a formal instructional-design process.
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 the helper is run, it can read the specified input material and create or overwrite the specified output file.
The skill explicitly allows running a bundled local Python script and writing an output file. This is disclosed and aligned with the course-outline purpose, but users should notice that it involves local execution and file output.
如运行环境允许 shell / exec,可使用:
- `python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>`Run the helper only with intended input files and safe output paths; use reviewable drafts or dry-run/stdout behavior when unsure.
