返回 Skill 列表
extension
分类: 其它无需 API Key

英语阅读命题素材检索

为高中英语教师开放检索、逐URL核验并交付可离线审阅的 English Reading Material Pack。教师交付包含带逐篇一键复制原文的自包含HTML、集中呈现来源与教学分析的DOCX,以及每篇一个、只含完整未改写英文原文的规范命名UTF-8 TXT;已校验JSON仅作内部数据源,不进入交付目录。每个最终材料必须含公开原始页的完整原文、HTTP(S)原始URL、来源metadata、入选理由、词数与教学适配分析、风险和教师决定,并在正文硬筛和基础校验后调用默认自有线上API取得真实且经过合同验证的课标词汇覆盖;任一篇分析失败即阻断生产交付。适用于阅读理解、完形、概要写作、命题选材、来源比较和已有选材审查。

person作者: user_419d0dc6hubcommunity

English Reading Material Search

A reusable agent skill for finding, verifying, screening, and packaging complete English reading materials for Chinese senior-high-school teaching.

What it delivers

  • A self-contained offline HTML review page with one-click copying for each complete original text.
  • A teacher-facing DOCX report containing source information, teaching fit, compact curriculum-vocabulary coverage, risks, and decisions.
  • One clean UTF-8 TXT file per reading, containing only the complete original text for downstream analysis.
  • Internal validated JSON used only during processing; it is not included in teacher deliverables.

Install

npx skills add mengliuveronica/english-reading-material-search --skill english-reading-material-search

The repository is public and can be installed directly with the command above. It is structured for discovery and installation through the open skills.sh ecosystem.

Runtime requirements

  • Python 3.10+
  • Node.js 18+
  • The pinned DOCX renderer dependency:
npm ci --ignore-scripts

No Python packages are required. The production workflow calls the versioned VocabProfiler API documented in SKILL.md; API failures block final delivery rather than producing estimated coverage.

Repository layout

SKILL.md
assets/
references/
scripts/
package.json
package-lock.json

Run npx skills add . --list from this directory to validate local skill discovery.