Content Multiplier

v1.0.0

Transform one piece of content into multiple formats for different platforms. Use when: "内容放大", "一鱼多吃", " repurposing content", "content distribution", "多平台分...

0· 44·0 current·0 all-time
byDelta Wu@wulaosiji
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description, SKILL.md workflow, README usage, and the included Python script all implement the same goal: take a source text (or file) and produce platform-specific content. No unrelated binaries, environment variables, or cloud credentials are requested.
Instruction Scope
SKILL.md explicitly asks the user to paste the source or provide a file path and describes only content-generation steps. Reading a user-provided file path is necessary for this skill, but users should be aware that supplying a file path grants the skill access to that local file—do not point it at sensitive system files or secrets. The visible instructions do not direct the agent to read other system files or environment variables.
Install Mechanism
No install spec is present (instruction-only plus a local script). No downloads, package installs, or external installers are requested—lowest-risk install posture.
Credentials
The skill requires no environment variables, credentials, or config paths. The code reads input files and writes generated markdown files; that is proportionate to the declared purpose.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system-wide settings, and does not declare elevated privileges. It writes output files to an output directory (as expected).
Assessment
This skill appears coherent and matches its description, but a few practical cautions before installing or running it: - The SKILL.md and README ask you to paste content or provide a file path. Supplying a path allows the script to read that file — do not provide paths to sensitive files (e.g., ~/.ssh, password stores, /etc/passwd, cloud credential files). - The provided listing of scripts/multiplier.py in the prompt is truncated near the end. Request the full file and/or inspect the complete script locally to confirm there are no hidden network calls, telemetry, or other unexpected behavior in the parts not shown. - The script writes generated markdown files to the output directory. Run it in a controlled directory (not a system root) to avoid accidental overwrites. - There are no external dependencies or credentials required; still, review the full script for any import of networking modules (requests, urllib, socket) or subprocess usage before running if you want stronger assurance. - Always review and edit generated content before publishing (copyright, factual correctness, and platform policy compliance). If you can provide the full scripts/multiplier.py file (complete, untruncated), I can re-run a more precise review and raise any issues if there are network calls, env-var usage, or other surprises in the omitted portion.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f8hwmnqakpk2jksns5vhte984sry4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments