← 返回 Skills 市场
roadherogb

OpenClaw Teaching

作者 RoadheroGB · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
355
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-teaching
功能描述
OpenClaw 知识教学技能 - 用于持续更新和管理 OpenClaw 平台知识,支持将知识内容导出为 PPT 或 Word 文档。适用场景:OpenClaw 平台使用教程、技能开发指南、最佳实践分享、知识库维护与更新。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-teaching
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-teaching 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 教学文档,支持自定义模板 - 支持增量与批量知识更新及自动同步官方文档 - 附带详细的使用指南、命令行操作示例和依赖说明 - 知识库结构清晰,方便持续维护与快速检索
元数据
Slug openclaw-teaching
版本 1.0.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

OpenClaw Teaching 是什么?

OpenClaw 知识教学技能 - 用于持续更新和管理 OpenClaw 平台知识,支持将知识内容导出为 PPT 或 Word 文档。适用场景:OpenClaw 平台使用教程、技能开发指南、最佳实践分享、知识库维护与更新。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。

如何安装 OpenClaw Teaching?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-teaching」即可一键安装,无需额外配置。

OpenClaw Teaching 是免费的吗?

是的,OpenClaw Teaching 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Teaching 支持哪些平台?

OpenClaw Teaching 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Teaching?

由 RoadheroGB(@roadherogb)开发并维护,当前版本 v1.0.0。

💬 留言讨论