← 返回 Skills 市场
刷题网页生成器
作者
duzhilei951
· GitHub ↗
· v1.0.0
· MIT-0
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install quiz-app-generator
功能描述
生成适合学生使用的交互式刷题单文件 HTML 网页应用,支持练习、考试、背题、错题重练四种模式,零外部依赖,可直接部署到服务器。哪怕用户没有明确叫出本技能的名字,只要提到"帮我把这些题做成刷题网页"、"生成一个考试页面"、"制作交互式题目"、"把题库做成 HTML"、"给学生做一个测试工具",就应当立即使用本技能...
安全使用建议
This skill is coherent and doesn't request secrets or installs, but review these points before use: 1) The produced HTML will include QUESTION_BANK with answer keys and explanations in plain JS at the top — do NOT distribute that file to students if you need to prevent answer leakage; consider generating a separate 'exam' build that omits answers. 2) The app persists progress to localStorage and supports import/export JSON; treat exported files as potentially sensitive student data. 3) If your source material contains images (screenshots of questions), clarify whether you want the agent to OCR them — SKILL.md expects the agent to 'intelligently parse' messy input but provides no OCR instructions. 4) SKILL.md suggests combining with a 'frontend-dev' aesthetic standard; if you care about a particular look, provide explicit style guidance or request an alternative (plain CSS) so the agent doesn't call other skills. 5) Confirm where you want the file saved and test the generated HTML locally before deploying to students. If any of these behaviors are unacceptable (e.g., you need an exam distribution without embedded answers), ask the skill to produce a variant that strips answers or locks the exam mode.
功能分析
Type: OpenClaw Skill
Name: quiz-app-generator
Version: 1.0.0
The quiz-app-generator skill is a utility designed to transform raw question text into a functional, standalone HTML quiz application. It includes features for local progress persistence via localStorage and manual data portability (JSON import/export), while strictly forbidding external dependencies to ensure offline compatibility. The instructions in SKILL.md focus on UI/UX quality and user accessibility without any indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
Name and description match the SKILL.md: producing a single-file interactive quiz HTML app. The declared footprint (no binaries, no env vars, no install, instruction-only) is proportional to that purpose.
Instruction Scope
SKILL.md stays focused on parsing user-provided questions and producing a full .html file with four modes, inline assets, and top-level QUESTION_BANK. Two items to note: (1) it asks the agent to 'proactively parse messy inputs' (Word copy, screenshots) which implies OCR/formatting heuristics but does not instruct use of external tools — this is reasonable but may require follow-up with the user about input format (images need OCR). (2) it implicitly references combining with a separate frontend-dev skill for aesthetics without declaring that dependency; this is scope creep but not a security issue.
Install Mechanism
No install spec or code files are present; the skill is instruction-only, which minimizes installation risk.
Credentials
No environment variables, credentials, or config paths are requested. The main privacy/security consideration is that the generated .html will embed correct answers and (if used) exported student progress JSON in plain text, which is expected behavior for an offline single-file quiz app but could leak exam answers if published.
Persistence & Privilege
The skill requests that the generated app persist progress to localStorage and support import/export — this is appropriate for the app's functionality and does not change agent privileges. Also the SKILL.md wording about 'immediately use this skill whenever certain phrases are mentioned' is a usage preference and not an actual platform-level privilege (the skill is not marked always:true).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quiz-app-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/quiz-app-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:生成适合学生使用的交互式刷题单文件 HTML 网页应用,支持练习、考试、背题、错题重练四种模式,零外部依赖,可直接部署到服务器
元数据
常见问题
刷题网页生成器 是什么?
生成适合学生使用的交互式刷题单文件 HTML 网页应用,支持练习、考试、背题、错题重练四种模式,零外部依赖,可直接部署到服务器。哪怕用户没有明确叫出本技能的名字,只要提到"帮我把这些题做成刷题网页"、"生成一个考试页面"、"制作交互式题目"、"把题库做成 HTML"、"给学生做一个测试工具",就应当立即使用本技能... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 刷题网页生成器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quiz-app-generator」即可一键安装,无需额外配置。
刷题网页生成器 是免费的吗?
是的,刷题网页生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
刷题网页生成器 支持哪些平台?
刷题网页生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 刷题网页生成器?
由 duzhilei951(@duzhilei951)开发并维护,当前版本 v1.0.0。
推荐 Skills