小红书卡片生成器
Analysis
This skill appears to be a straightforward local image-card renderer, with only minor notes about local file handling and undeclared setup/provenance details.
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.
python3 {baseDir}/scripts/<script_name>.py "标题" "副标题" "文案路径" "输出目录"The skill uses a local command with user-provided title, subtitle, input path, and output directory. This is expected for rendering cards, but arguments should be treated as data and paths should be user-approved.
Source: unknown; Homepage: none
The package provenance is not identified, so users have less external context for the author or maintenance source even though the included code itself appears coherent and purpose-aligned.
