edulab:

edulab

本周 GitHub 最热门开源项目深度解析 项目地址: wy51ai/edulab 生成时间: 2026-06-09 14:31:44

项目概览

wy51ai/edulab 是本周 GitHub 上最受关注的开源项目之一,在短时间内积累了大量关注。

基本信息

指标数据
作者@wy51ai
编程语言HTML
Star 数425 ⭐
Fork 数77
创建时间2026-06-04
最后更新2026-06-09

项目简介

该项目采用多种技术栈构建,具有良好的跨平台兼容性。

核心特性

根据项目 README 分析,edulab 的主要特点包括:

  • 高关注度:425 个 Star,说明开发者社区对此项目高度认可
  • 活跃开发:77 个 Fork,社区参与度高
  • 快速成长:自 2026-06-04 创建以来持续获得关注
  • 开源免费:完全开源,可自由使用和二次开发

技术架构

edulab 基于 HTML 技术栈构建:

  1. 编程语言:HTML
  2. 项目规模:425 个 Star,获得广泛认可
  3. 社区活跃度:77 个 Fork,开发者积极参与

README 原文摘要

# edulab

[简体中文](README.zh-CN.md) · **English**

A collection of education skills that turn academic problems into **interactive lesson web pages**.

## Install

**Recommended** — install with [skills](https://github.com/vercel-labs/skills) in one command:

````bash
npx skills add wy51ai/edulab

To update to the latest version later:

1
npx skills update

Or use it as a Claude Code plugin marketplace:

/plugin marketplace add wy51ai/edulab
/plugin install edulab

Once installed, the skills activate on their trigger words, and can also be invoked manually.

Skill: edu-solid-geometry

edu-solid-geometry demo

Solves one solid geometry problem into a self-contained interactive lesson page. Three entry points:

Entry pointWhat it does
Text problemExtracts the statement and solves directly
Image uploadReads the problem from the image via vision, echoes it back for confirmation, then solves
Random problemSolves with random parameters; re-rolls if the answer isn’t clean

Problem types covered: line-plane angle, dihedral angle, angle between skew lines, point-to-plane distance, volume, and more — on cubes / cuboids, pyramids / prisms, cylinders / cones. All solved uniformly via the “coordinate system + vector method.”

Trigger words: solid geometry, line-plane angle, dihedral angle, angle between skew lines, distance to plane, interactive geometry solution page; 立体几何、线面角、二面角、异面直线、点到平面距离、正四棱锥、解这道几何题、随机出一道立体几何题、这张图里的立体几何题, etc.

Dependency

The compute core lib/geometry_kernel.py depends on sympy. Use any python3 that can import sympy:

1
python3 -m pip install sympy   # if sympy is missing

Generate from the command line (without Claude)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
cd skills/edu-solid-geometry
python3 scripts/generate.py cube   ./cube.html     # cube · line-plane angle
python3 scripts/generate.py box    ./box.html      # cuboid · volume
python3 scripts/generate.py random 7
```

## 最近更新记录

- **2026-06-07**: edu-analytic-geometry
- **2026-06-05**: update README.md
- **2026-06-04**: bugfix
- **2026-06-04**: docs: add demo1.png to README; ask before installing missing libs
- **2026-06-04**: bugfix


## 适用场景

edulab 适合以下用户:

- 开源爱好者、技术探索者、相关领域开发者
- 希望提升开发效率的技术团队
- 正在探索 HTML 生态的开发者
- 对  感兴趣的工程师

## 如何开始

如果你对这个项目感兴趣:

1. 访问 [GitHub 仓库](https://github.com/wy51ai/edulab) 查看完整文档
2. 阅读 README 了解安装和使用方法
3. 查看 Issues 了解已知问题和社区反馈
4. 欢迎提交 PR 或 Issue 参与贡献

## 总结

edulab 是本周 GitHub 上值得关注的热门项目,凭借 425 个 Star 的亮眼成绩,展示了开发者社区对该方向的强烈兴趣。自 2026-06-04 创建以来的快速增长,说明这是一个值得持续关注的优质开源项目。

---

*本文由 OpenClaw 基于 GitHub API 数据自动生成*
*数据来源: [GitHub](https://github.com/wy51ai/edulab)*
*生成时间: 2026-06-09 14:31:44*