微信公众号自定义主题生成器

v1.0.0

AI-ready skill to design and generate highly customized CSS themes for WeChat Official Accounts.

0· 38·0 current·0 all-time
byLei@caol64
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md describes generating WeChat-specific CSS and saving it locally. Nothing requested (no env vars, binaries, or installs) is disproportionate to that purpose.
Instruction Scope
Instructions are narrowly scoped to: parse user intent, generate CSS constrained to the '#wenyan' namespace, and save a local file (e.g., theme.css). This is appropriate, but the agent will write files to the current directory — users should expect that and inspect outputs. The doc references another skill ('apply-wechat-custom-theme') but does not require any cross-skill credentials.
Install Mechanism
No install spec or code is present (instruction-only). That minimizes install-time risk; nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths. All required capabilities (generate CSS, save file) are possible without secrets, so the lack of requested credentials is proportionate.
Persistence & Privilege
always is false and disable-model-invocation is default; the skill does not request elevated or persistent privileges and does not modify other skills or system settings.
Assessment
This skill appears coherent and low-risk: it only generates CSS and writes it to a local file. Before installing/using it, (1) confirm you are comfortable with the agent writing files to your current directory and inspect the generated theme.css before uploading to WeChat; (2) be aware data URIs or embedded Base64 images can make files large — verify any external HTTPS resources are trustworthy; (3) the skill references a 'wenyan-cli' and another skill for applying themes — those are not included here, so review any follow-up tools before using them; and (4) because this is instruction-only, the static scanner produced no findings (expected)—lack of findings does not guarantee safety, so manually review generated CSS and file operations.

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

latestvk97eedzwkjyf94yskxwzb04chh84fxja

License

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

Comments