📦 WeChat SVG Effects — 公众号SVG动效

v1.0.0

为微信公众号文章打造零JavaScript的纯SVG/CSS交互动画,支持点击揭示、弹跳反馈、3D卡片、装饰动效等4大架构模式,一键生成可直接粘贴到微信后台的代码。

0· 100·0 当前·0 累计
kylinr 头像by @kylinr (Rong)
下载技能包
最后更新
2026/4/9
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
该技能仅为构建微信文章纯SVG交互效果的指令指南;其请求的资源与说明均服务于该目的,未索取凭据、网络下载或提升权限。
评估建议
This skill is a coherent, read-only authoring guide for WeChat SVG effects and appears safe to install. Before you paste generated SVG into a live WeChat article, test it in a sandboxed WeChat editor because some clients sanitize or strip elements (foreignObject or certain attributes). Avoid referencing remote images or assets from untrusted hosts (background-image:url(...)) since those could be used to track views; prefer hosting assets on a trusted CDN. The SKILL.md asks you to append an odd h...
详细分析 ▾
用途与能力
Name/description match the content: the SKILL.md provides templates and patterns specifically for WeChat (no-js) SVG/CSS effects. There are no unrelated environment variables, binaries, or install steps requested.
指令范围
Runtime instructions are narrowly focused on SVG/CSS techniques (SVG animation elements, click/touch triggers, inline CSS, layer ordering, and a WeChat-specific hidden markup hint). The instructions do not direct the agent to read local files, access environment variables, call external endpoints, or perform system operations outside the stated purpose.
安装机制
This is instruction-only (no install spec, no downloads, no extracted archives). Nothing is written to disk or installed by the skill itself.
凭证需求
The skill declares no required credentials, env vars, or config paths. The guidance in SKILL.md does not attempt to access secrets or unrelated services.
持久化与权限
always is false and the skill is user-invocable only. There is no indication it modifies other skills, agent configuration, or requests permanent presence.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/9

首次发布:微信公众号SVG/CSS交互特效技能,支持4种架构模式、点击揭示、弹跳反馈、3D卡片、动画装饰等

无害

安装命令

点击复制
官方npx clawhub@latest install wechat-svg-effects
镜像加速npx clawhub@latest install wechat-svg-effects --registry https://cn.longxiaskill.com

技能文档

# 微信公众号 SVG/CSS 交互特效 > 所有交互必须仅使用纯 SVG + 内联 CSS。微信完全禁止 JavaScript。 ## 核心约束 - SVG 事件:begin="mousedown"begin="click"begin="touchstart" - SVG 动画: - CSS:仅允许内联 style=""(禁止

数据来源ClawHub ↗ · 中文优化:龙虾技能库