互动教育可视化建筑师 把任意教学主题瞬间转化为沉浸式3D交互教学网页
$ npx -y skills add andyhuo520/aetherviz-master --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: andyhuo520/aetherviz-master
What's inside
AetherViz Master 是一个基于 AI 的互动教育可视化工具,专注于将抽象的教学概念转化为生动、直观的 3D 交互式网页。无论你是教师、学生还是教育内容创作者,只需输入一个主题,它就能为你生成一个完整的、可交互的教学页面。
| 识别维度 | 说明 |
|---|---|
| 学科识别 | 物理/化学/生物/数学/天文/编程,自动切换配色主题 |
| 渲染方案 | 根据关键词自动选择 Three.js / SVG / 混合模式 |
| 语言适配 | 自动检测中文/英文,输出对应语言 |
# 1. 克隆仓库
git clone https://github.com/andyhuo520/aetherviz-master.git
cd aetherviz-master
# 2. 启动本地服务器(任选一种)
python -m http.server 8080
# 或
npx serve .
# 或
php -S localhost:8080
# 3. 访问 http://localhost:8080
# 1. 启动 Claude Code
claude
# 2. 输入主题
/aetherviz-master
# 或直接输入:
牛顿第二定律
# 或:
匀速运动
# 或:
光合作用
系统将自动生成完整的 HTML 文件。
| 技术 | 用途 | 版本 |
|---|---|---|
| Three.js | 3D 渲染引擎 | r134 |
| Tailwind CSS | UI 样式框架 | v3.4+ |
| KaTeX | 数学公式渲染 | 0.16.11 |
| D3.js | 数据可视化(可选) | v7 |
| OrbitControls | 3D 场景控制 | 内联简化版 |
┌─────────────────────────────────────────────────────────────┐
│ 主题输入分析 │
├─────────────────────────────────────────────────────────────┤
│ 关键词检测 │
│ ├── 运动/粒子/分子/机械/天体 → 纯 Three.js 3D │
│ ├── 函数/图像/曲线/几何 → SVG 2D 图表 │
│ └── 牛顿/波动/能量/电磁 → Three.js + SVG 混合模式 │
└─────────────────────────────────────────────────────────────┘
aetherviz-master/
├── README.md # 项目说明文档
├── LICENSE # MIT 许可证
├── SKILL.md # Claude Skill 定义文件
└── docs/
└── skill.md # 技能详细文档
输入主题后,系统自动:
输入主题后,系统自动:
输入主题后,系统自动:
欢迎贡献代码、提交问题或提供建议!
# 1. Fork 本仓库
# 2. 创建特性分支
git checkout -b feature/your-feature
# 3. 提交更改
git commit -m 'Add amazing feature'
# 4. 推送分支
git push origin feature/your-feature
# 5. 打开 Pull Request
MIT License - 详见 LICENSE 文件
LICENSE README.md SKILL.md
FAQ
aetherviz-master is a Claude Code plugin with 1 hand-picked skill for content work, indexed on Flowy. Install it with the command on its page. It includes aetherviz-master. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.