teacher-prep
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a coherent lesson-preparation helper, with the main things to notice being its Tavily API key use, Python document-generation dependencies, and local file creation.
This skill looks safe for its stated purpose if you expect it to search the web and create local teaching files. Before installing, make sure you are comfortable providing a Tavily API key if needed, install Python document libraries from trusted sources, and review generated materials for accuracy before classroom use.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may use a Tavily API key to run lesson-related searches.
The skill discloses use of an external search API credential. This is purpose-aligned for gathering lesson materials, but users should notice that a credential may be used.
Tavily 搜索(需 TAVILY_API_KEY 环境变量)
Use a scoped Tavily key intended for this purpose, and avoid exposing unrelated secrets in the same environment.
The skill may not work until these packages are installed, and users should install them from trusted sources.
The skill depends on Python packages for document generation, but the install metadata does not declare an install mechanism or pinned package versions. There is no automatic install behavior shown.
- python-pptx(生成 PPT) - python-docx(生成 Word 文档)
Declare dependencies and versions in installation metadata; users should install required packages through a trusted package manager.
The skill will create lesson-preparation files in the working location when used.
The skill is designed to create local output files as part of its normal workflow. This is purpose-aligned and disclosed, but users should expect file writes.
完成备课任务后,生成以下三个文件: 1. `备课资料_<课文名>.md` 2. `教案_<课文名>.pptx` 3. `练习题_<课文名>.docx`
Run it in an appropriate project or working folder and review generated files before sharing or using them in class.
