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 技术栈构建:
- 编程语言:HTML
- 项目规模:425 个 Star,获得广泛认可
- 社区活跃度: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:
| |
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

Solves one solid geometry problem into a self-contained interactive lesson page. Three entry points:
| Entry point | What it does |
|---|---|
| Text problem | Extracts the statement and solves directly |
| Image upload | Reads the problem from the image via vision, echoes it back for confirmation, then solves |
| Random problem | Solves 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:
| |
Generate from the command line (without Claude)
| |