← 返回 Skills 市场
Motion.dev Complete Documentation
作者
leonaaardob
· GitHub ↗
· v0.1.0
2030
总下载
3
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install lb-motion-skill
功能描述
Complete Motion.dev documentation - modern animation library for React, JavaScript, and Vue (formerly Framer Motion)
使用说明 (SKILL.md)
Motion.dev Documentation
Motion is a modern animation library for React, JavaScript, and Vue. It's the evolution of Framer Motion, offering:
- Tiny size: Just 2.3kb for the mini HTML/SVG version
- High performance: Hardware-accelerated animations
- Flexible: Animate HTML, SVG, WebGL, and JavaScript objects
- Easy to use: Intuitive API with smart defaults
- Spring physics: Natural, kinetic animations
- Scroll animations: Link values to scroll position
- Gestures: Drag, hover, tap, and more
Quick Reference
Installation
npm install motion
Basic Animation
import { animate } from "motion"
// Animate elements
animate(".box", { rotate: 360, scale: 1.2 })
// Spring animation
animate(element, { x: 100 }, { type: "spring", stiffness: 300 })
// Stagger multiple elements
animate("li", { opacity: 1 }, { delay: stagger(0.1) })
React
import { motion } from "motion/react"
\x3Cmotion.div
animate={{ rotate: 360 }}
transition={{ duration: 2 }}
/>
Scroll Animations
import { scroll } from "motion"
scroll(animate(".box", { scale: [1, 2, 1] }))
Documentation Structure
quick-start.md- Installation and first animation- More docs to be added...
When to Use This Skill
Use this skill when:
- Implementing animations in web applications
- Optimizing animation performance
- Creating scroll-based effects
- Building interactive UI with gestures
- Migrating from Framer Motion to Motion
External Resources
- Official site: https://motion.dev
- GitHub: https://github.com/motiondivision/motion
- Examples: https://motion.dev/examples
安全使用建议
This skill is low-risk: it's instruction-only documentation for the Motion.dev library with no installs or credential requests. Before installing, you may want to: (1) verify the content and links point to the official Motion project (links shown are to motion.dev and a GitHub repo), (2) confirm you trust the skill publisher if provenance matters (registry metadata shows an owner id but no homepage), and (3) if you prefer the model not call the skill autonomously, require explicit invocation by disabling model invocation or adjusting agent policies.
功能分析
Type: OpenClaw Skill
Name: lb-motion-skill
Version: 0.1.0
The skill bundle provides documentation for the Motion.dev animation library. All files contain informational text and code examples related to the library's usage and installation (`npm install motion`). There is no evidence of malicious intent, such as data exfiltration, unauthorized execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts against the agent. External links point to the official Motion.dev website, GitHub repository, and Discord, which are legitimate resources for the described project.
能力评估
Purpose & Capability
The name/description say 'Motion.dev documentation' and the SKILL.md and included docs provide quick-start and reference content for Motion/Framer Motion; there are no unrelated credentials, binaries, or capabilities requested.
Instruction Scope
SKILL.md contains only documentation, usage examples, and a 'read_when' guide for when to use the skill; it does not instruct the agent to read unrelated files, access environment variables, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files; this instruction-only skill does not write or execute files on disk.
Credentials
The skill declares no required environment variables, credentials, or config paths — proportionate for a documentation-only skill.
Persistence & Privilege
No 'always' flag is set and no special privileges are requested. Model invocation is enabled by default (normal for skills), but the skill does not request persistent credentials or elevated access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lb-motion-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/lb-motion-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release with Motion.dev documentation and usage guide.
- Provides comprehensive documentation for the Motion animation library (React, JavaScript, Vue).
- Includes installation instructions, basic usage, and API examples.
- Covers advanced features: spring physics, scroll animations, gestures, and performance optimization tips.
- Outlines use cases such as migration from Framer Motion and creating interactive UIs.
- Links to official resources and example projects.
元数据
常见问题
Motion.dev Complete Documentation 是什么?
Complete Motion.dev documentation - modern animation library for React, JavaScript, and Vue (formerly Framer Motion). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2030 次。
如何安装 Motion.dev Complete Documentation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lb-motion-skill」即可一键安装,无需额外配置。
Motion.dev Complete Documentation 是免费的吗?
是的,Motion.dev Complete Documentation 完全免费(开源免费),可自由下载、安装和使用。
Motion.dev Complete Documentation 支持哪些平台?
Motion.dev Complete Documentation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Motion.dev Complete Documentation?
由 leonaaardob(@leonaaardob)开发并维护,当前版本 v0.1.0。
推荐 Skills