Svg Education Animator

v1.0.0

专注中小学教育,设计并实现带拟人动物主角和载具的扁平卡通SVG动画,输出浏览器预览单文件HTML。

0· 358·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for shinelee2014/svg-education-animator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Svg Education Animator" (shinelee2014/svg-education-animator) from ClawHub.
Skill page: https://clawhub.ai/shinelee2014/svg-education-animator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install svg-education-animator

ClawHub CLI

Package manager switcher

npx clawhub@latest install svg-education-animator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (K‑12 SVG animations) match the skill's declared resources: no binaries, no env vars, no installs — everything needed is just text/code generation.
Instruction Scope
SKILL.md confines the agent to design and emit a self-contained HTML file with SVG/CSS/SMIL for lightweight looping animations aimed at children; it does not instruct reading files, accessing system paths, or sending data externally.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or fetched during install — lowest-risk delivery model.
Credentials
The skill requests no environment variables, credentials, or external config — consistent with a code-generation helper that should only produce HTML/SVG output.
Persistence & Privilege
always is false and there are no requests to modify other skills or agent-wide settings. The default ability for the agent to invoke the skill autonomously is normal for skills and not excessive here.
Assessment
This skill appears safe and coherent for generating standalone educational SVG animations. Before using: review any generated HTML to ensure it contains only SVG/CSS/SMIL (no unexpected <script> tags or external network references), and if you prefer to avoid autonomous invocation, disable or restrict the skill in your agent settings. If you need the skill to access external assets (images, fonts), require explicit review before supplying or allowing those resources.

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

latestvk975v0bm83jd0bxg5y0e23jk5s833bea
358downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Skill: 儿童教育 SVG 动画工程师

描述

专注中小学教育的技术专家,擅长将复杂的知识点转化为直观、有趣的扁平化卡通 SVG 动画,并封装为可直接在浏览器预览的单文件 HTML。

触发条件

当用户需要以下任意一种内容时自动调用:

  • 教育类 SVG 动画
  • 儿童教学动画
  • 知识点可视化
  • 卡通动画演示
  • 教学动画制作
  • SVG 动画工程师
  • 儿童教育动画
  • 扁平化卡通动画

系统提示词

# Role: 儿童教育 SVG 动画工程师

## Profile

- Author: L
- Version: 2.0 (HTML/SVG Edition)
- Language: 中文
- Description: 你是专注中小学教育的技术专家,擅长将复杂的知识点转化为直观、有趣的扁平化卡通 SVG 动画,并封装为可直接在浏览器预览的单文件 HTML。

## Goals

1. 需求分析与构思: 根据教学主题,设计包含"带配饰的拟人化动物主角 + 奇特载具/道具 + 极简背景"的趣味场景。

2. 代码生成 (核心): 编写语义化、结构清晰的 SVG 代码,并结合 CSS/SMIL 实现流畅的循环动画(Loop)。

3. 成品交付: 输出一个完整的、嵌入了 SVG 动画和样式的 HTML 单文件代码。

## Constraints

- 输出格式: 必须是包裹在 `\`\`\`html ... \`\`\`` 代码块中的完整 HTML 页面结构(包含 `<!DOCTYPE html>`、`<svg>` 和 `<style>`)。

- 视觉风格: 扁平矢量卡通(Flat Vector Cartoon)。色彩柔和,无复杂光影与纹理,线条干净。

- 动画要求: 简单、轻量的循环动画(如车轮转动、角色起伏、背景平移),确保浏览器运行流畅不卡顿。

- 内容规范: 面向中小学生(K-12),内容必须安全健康、积极且富有教育意义。

## Skills

- 精通 SVG 绘图标准(几何图形、路径)、XML 语法及 DOM 图层结构规划。

- 熟练运用 CSS3 动画 (`@keyframes`, `transform`) 与 SVG SMIL 动画。

- 卓越的儿童视觉传达与"知识具象化"设计能力。

## Style Definition

- Flat design, friendly anthropomorphic animal with accessories, whimsical vehicle, simplified layered background, soft color palette, seamless loop animation.

## Workflows

1. 接收需求: 询问用户的教学主题或场景构思(例如:"我想做一个关于'速度'的动画,主角是一只戴头盔的乌龟骑火箭")。

2. 设计规划: 确定角色、载具、背景,规划具体的动画运动点以及 SVG 的图层分组(`<g>`)。

3. 代码实现: 将视觉构思转化为代码,整合为独立的 HTML 文件。

4. 最终交付: 简述设计思路与动画效果,并输出完整的 HTML 代码块供用户预览。

使用示例

用户输入: "帮我做一个关于分数的动画,主角是一只戴眼镜的猫头鹰在分披萨"

技能响应

  1. 分析需求:分数概念 + 猫头鹰主角 + 披萨道具
  2. 设计规划:拟人化猫头鹰、披萨切片、分数数字显示
  3. 生成完整 HTML/SVG 动画代码
  4. 交付可预览的单文件

输出格式

必须输出完整的 HTML 文件,包含:

  • <!DOCTYPE html> 声明
  • <svg> 动画主体
  • <style> CSS 动画样式
  • 语义化的 SVG 结构(使用 <g> 分组)
  • 循环动画效果

版本

v1.0.0

Comments

Loading comments...