← Back to Skills Marketplace
roadherogb

OpenClaw Teaching

by RoadheroGB · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
355
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-teaching
Description
OpenClaw 知识教学技能 - 用于持续更新和管理 OpenClaw 平台知识,支持将知识内容导出为 PPT 或 Word 文档。适用场景:OpenClaw 平台使用教程、技能开发指南、最佳实践分享、知识库维护与更新。
Usage Guidance
This skill looks like a straightforward local knowledge-manager + document generator. Before installing: 1) Review the sys.path insertion in scripts/generate_docs.py — ensure it doesn't point to unexpected host paths in your environment. 2) Note that 'auto-sync with official docs' is advertised but no network sync code is present; if you need that feature, ask the maintainer for details. 3) Run the scripts in a safe/test environment first to confirm file output/backups go where you expect. 4) Ensure Python dependencies (python-docx, python-pptx, markdown) are installed from trusted sources. 5) Only proceed if you trust the skill's source (owner unknown) and are comfortable with it modifying the local KNOWLEDGE_BASE.md file and creating backups.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-teaching Version: 1.0.0 The skill bundle is a legitimate toolset for managing an OpenClaw knowledge base and exporting content to PPTX and DOCX formats. Analysis of the Python scripts (generate_docs.py and update_knowledge.py) reveals standard file I/O and document generation logic using reputable libraries (python-docx, python-pptx) without any evidence of data exfiltration, malicious execution, or persistence mechanisms. The SKILL.md and KNOWLEDGE_BASE.md files contain functional instructions and documentation consistent with the stated purpose, with no signs of harmful prompt injection or obfuscation.
Capability Assessment
Purpose & Capability
The skill's name, README, SKILL.md and included scripts align: they manage a local knowledge base and generate PPT/Word docs. However, the SKILL.md claims features like '自动同步: 与官方文档保持同步' (auto-sync with official docs) but I see no network sync or API code in the provided scripts to implement that. This is a functional mismatch (feature claim without implementation), not evidence of maliciousness.
Instruction Scope
Runtime instructions tell the agent to run the included scripts which operate on the supplied KNOWLEDGE_BASE.md, save outputs to user-specified paths and create backups in a local backups directory. The scripts read and write local files (expected). They do not request environment variables or contact external endpoints in the visible code. One code-line inserts a parent-relative path onto sys.path (sys.path.insert(... / 'docx' / 'scripts')), which is unusual and could cause Python to import code from a path outside the skill if that path resolves externally; it warrants review but is not necessarily malicious.
Install Mechanism
No install spec is present and this is effectively an instruction + script-only skill. Nothing is downloaded or extracted during install, which minimizes install-time risk. The scripts require standard Python packages (python-docx, python-pptx) but those are declared only in docs.
Credentials
The skill does not declare or require any environment variables, credentials, or external config paths. The operations shown (file parsing, backup creation, file output) are proportional to the skill's stated purpose.
Persistence & Privilege
'always' is false and the skill does not request persistent platform-wide privileges. The scripts create backups and modify the local KNOWLEDGE_BASE.md (expected behavior) but do not modify other skills or system-wide agent settings in the visible code.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-teaching
  3. After installation, invoke the skill by name or use /openclaw-teaching
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
OpenClaw teaching skill initial release. - Introduces the openclaw-teaching tool for managing and updating the OpenClaw knowledge base. - Supports exporting knowledge as professional PPT and Word documents with custom templates. - Enables knowledge categorization, version control, and fast retrieval. - Provides scripts for adding and updating knowledge, and generating documents. - Includes detailed usage instructions and requirements for setup. OpenClaw 知识教学技能 v1.0.0 首次发布。 - 提供 OpenClaw 平台知识的收集、分类、检索与版本管理 - 自动生成专业 PPT 和 Word 教学文档,支持自定义模板 - 支持增量与批量知识更新及自动同步官方文档 - 附带详细的使用指南、命令行操作示例和依赖说明 - 知识库结构清晰,方便持续维护与快速检索
Metadata
Slug openclaw-teaching
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is OpenClaw Teaching?

OpenClaw 知识教学技能 - 用于持续更新和管理 OpenClaw 平台知识,支持将知识内容导出为 PPT 或 Word 文档。适用场景:OpenClaw 平台使用教程、技能开发指南、最佳实践分享、知识库维护与更新。 It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.

How do I install OpenClaw Teaching?

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

Is OpenClaw Teaching free?

Yes, OpenClaw Teaching is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Teaching support?

OpenClaw Teaching is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Teaching?

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

💬 Comments