← Back to Skills Marketplace
eightroad

ACG-Rust 教学工具

by eightroad · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
330
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install acg-rust-teacher
Description
ACG 视角 Rust 所有权系统教学工具,通过动漫类比(ReZero、Fate 等)讲解 Rust 核心概念,降低学习门槛。
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install acg-rust-teacher
  3. After installation, invoke the skill by name or use /acg-rust-teacher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ACG 视角 Rust 所有权系统教学
Metadata
Slug acg-rust-teacher
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is ACG-Rust 教学工具?

ACG 视角 Rust 所有权系统教学工具,通过动漫类比(ReZero、Fate 等)讲解 Rust 核心概念,降低学习门槛。 It is an AI Agent Skill for Claude Code / OpenClaw, with 330 downloads so far.

How do I install ACG-Rust 教学工具?

Run "/install acg-rust-teacher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ACG-Rust 教学工具 free?

Yes, ACG-Rust 教学工具 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does ACG-Rust 教学工具 support?

ACG-Rust 教学工具 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ACG-Rust 教学工具?

It is built and maintained by eightroad (@eightroad); the current version is v1.0.0.

💬 Comments