Data Construction Skill
Analysis
This appears to be a local markdown-to-training-data workflow, with the main caution that it can copy source document content into persistent output files.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
scripts/build_manifest.py <input_dir> --output work/manifest.jsonl scripts/split_markdown_book.py <input_md> --output work/chunks/<name>.chunks.jsonl --source-root <input_dir>
The workflow expects local helper scripts to read user-selected markdown inputs and write work artifacts. This is central to the stated purpose and not hidden, but users should run it only on intended paths.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
'text': text,
Each chunk record includes the source markdown text, so the local work directory can retain copies of input document content.
