← 返回 Skills 市场
330
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install acg-rust-teacher
功能描述
ACG 视角 Rust 所有权系统教学工具,通过动漫类比(ReZero、Fate 等)讲解 Rust 核心概念,降低学习门槛。
使用说明 (SKILL.md)
🔥 炎月 ACG-Rust 教学工具
用二次元的方式学习 Rust 所有权系统!
核心功能
- 🎭 ACG 类比教学: 通过 ReZero、Fate 等动漫角色解释 Rust 概念
- 📚 概念覆盖: 所有权、借用、生命周期、智能指针、并发安全
- 🎯 学习路径: 按难度推荐学习内容
- 🃏 闪卡记忆: 生成便于记忆的学习卡片
- 📊 进度跟踪: 记录学习进度和复习时间
使用方法
# 运行教学工具
python3 ~/.openclaw/workspace/skills/acg-rust-teacher/scripts/acg-rust-teacher.py
# 学习特定概念
python3 -c "from acg_rust_teacher import ACGRustTeacher; t = ACGRustTeacher(); print(t.教学讲解 ('ownership'))"
教学理念
"技术的最高境界不是复杂性,而是易懂性。通过熟悉的动漫角色和情节,复杂的技术概念变得生动有趣。"
适用人群
- ✅ ACG 爱好者想要学习编程
- ✅ Rust 初学者寻找易懂教程
- ✅ 技术教育者寻求创新教学方法
创作者
炎月 (YanYue) - 星之君的专属炎之精灵 🔥⚔️
许可证
MIT License
安全使用建议
This skill appears coherent and self-contained: it runs a local Python script that presents static teaching content and keeps progress in memory. If you plan to install it: (1) review the bundled scripts (already done) and confirm no network calls or hidden execs—this script has none; (2) run it in a sandbox or isolated environment if you prefer extra caution; (3) be aware the SKILL.md example uses a hardcoded workspace path—ensure the path matches where the skill is installed; (4) because the code is bundled, also check updates from the skill author before trusting future versions. Overall the footprint is small and proportional to an educational tool.
功能分析
Type: OpenClaw Skill
Name: acg-rust-teacher
Version: 1.0.0
The skill bundle is benign. All files, including the `SKILL.md` instructions and the `scripts/acg-rust-teacher.py` Python code, are consistent with the stated purpose of an ACG-themed Rust teaching tool. The Python script uses only standard libraries, performs no file system or network I/O, and does not execute any system commands or dynamic code from untrusted input. The `SKILL.md` contains standard installation and usage instructions for OpenClaw, with no evidence of prompt injection attempts or instructions for the AI agent to perform unauthorized actions. All other markdown files are purely educational content.
能力评估
Purpose & Capability
Name/description (ACG-themed Rust ownership teacher) match the included files: a SKILL.md, two reference docs, and a single Python script implementing teaching functions. The only declared runtime dependency is python3, which is appropriate and proportional.
Instruction Scope
SKILL.md instructs running the included Python script from the agent workspace (hardcoded example path ~/.openclaw/workspace/skills/acg-rust-teacher/scripts/acg-rust-teacher.py). Instructions remain within the educational scope and do not request reading unrelated files or external secrets. Note: the path assumption is workspace-specific and brittle but not malicious.
Install Mechanism
There is no external installer or network download. The SKILL.md references installing the provided local file (scripts/acg-rust-teacher.py). All code is bundled with the skill—no third-party packages or remote URLs are involved.
Credentials
The skill declares no required environment variables, credentials, or config paths. The Python code does not read environment variables or external secrets and uses only standard-library imports. Requested privileges are proportionate to the stated functionality.
Persistence & Privilege
always is false and default autonomous invocation is allowed (normal). The skill does not modify other skills or system configuration. Learning progress is tracked in-memory in the Python object (no persistent storage or external transmission).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install acg-rust-teacher - 安装完成后,直接呼叫该 Skill 的名称或使用
/acg-rust-teacher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ACG 视角 Rust 所有权系统教学
元数据
常见问题
ACG-Rust 教学工具 是什么?
ACG 视角 Rust 所有权系统教学工具,通过动漫类比(ReZero、Fate 等)讲解 Rust 核心概念,降低学习门槛。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 330 次。
如何安装 ACG-Rust 教学工具?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install acg-rust-teacher」即可一键安装,无需额外配置。
ACG-Rust 教学工具 是免费的吗?
是的,ACG-Rust 教学工具 完全免费(开源免费),可自由下载、安装和使用。
ACG-Rust 教学工具 支持哪些平台?
ACG-Rust 教学工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ACG-Rust 教学工具?
由 eightroad(@eightroad)开发并维护,当前版本 v1.0.0。
推荐 Skills