Agent Skills
› nexu-io/motion-anything
› fx-neural-net
fx-neural-net
GitHub基于Canvas的脉冲神经网络视觉特效,适用于幻灯片标题、章节分隔或发布视频背景。需复制JS文件并添加data属性调用,支持减少动态偏好设置,限制单次使用数量以保障性能与可访问性。
Trigger Scenarios
需要AI风格动态背景时
制作演示文稿标题页或过渡动画时
Install
npx skills add nexu-io/motion-anything --skill fx-neural-net -g -y
SKILL.md
Frontmatter
{
"od": {
"mode": "prototype",
"preview": {
"type": "html"
},
"surface": "web",
"category": "animation-motion",
"platform": "desktop",
"upstream": "https:\/\/github.com\/nexu-io\/open-design",
"design_system": {
"requires": false
},
"example_prompt": "Use fx-neural-net as a background effect on a slide or hero: call HPX['neural-net'](el) on a positioned dark\ncontainer; keep to one bold effect per screen, with a reduced-motion guard."
},
"name": "fx-neural-net",
"triggers": [
"neural",
"神经网络"
],
"description": "A pulsing neural network — an AI backdrop. A bold, canvas-based effect from Open Design's html-ppt fx pack — for slides and launch\nvideos. Guards prefers-reduced-motion (does not start). One per screen; on web use sparingly.\n"
}
Neural Net
A pulsing neural network — an AI backdrop. From Open Design's html-ppt fx pack (Apache-2.0).
Part of motion-anything; obeys MOTION-SPEC.md.
When to use it
- Title cards, section breaks, or hero moments in slides / launch videos.
When NOT to use it (restraint)
- Web body content or anything needing focused reading. Never more than one bold effect at once.
How to apply
- Copy
neural-net.jsand_util.jsand link them. - Add
data-fx="neural-net"to a positioned container; callHPX['neural-net'](el)(guard prefers-reduced-motion).
Accessibility & performance
- Guard with prefers-reduced-motion (don't start). Canvas-based; isolated compositing layer.
Version History
- b016900 Current 2026-07-11 17:06


