abendeng/zk-cloze-format/SKILL.md
中考短文填空识别与格式化技能。当用户上传中考短文填空题目图片(和答案图片)并要求识别、格式化、输出Word或推送飞书时触发。适用场景:(1) 上传题目图片+答案图片 (2) 要求识别并格式化短文填空 (3) 要求输出Word文档(答案置于题目下方)(4) 要求存入飞书多维表格(答案置于右侧列)(5) 要求推送至飞书
npx skillsauth add openclaw/skills zk-cloze-formatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
题目图片 ──OCR识别──▶ 标准化题目
答案图片 ──OCR识别──▶ 答案列表
↓
按渠道输出
├── Word:答案置于题目下方
└── 飞书多维表格:答案置于右侧列
使用 images_understand 工具:
prompt: 请准确识别这张图片中所有文字,保持原有段落结构、数字序号(36. 37. 38. 等)、下划线、空格和标点符号。特别注意:题目编号、方框内的备选词、原文段落都要完整保留。
若用户同时上传了答案图片,立即用同一工具识别:
prompt: 请准确识别这张图片中的所有答案内容,提取每个填空编号对应的答案单词,例如:36.find, 37.camera...。如果答案图片中包含题目正文中的单词,请逐个列出编号和对应答案。
备选词格式转换:
by camera clearly delicious find future great offer rush wayby、camera、clearly、delicious、find、future、great、offer、rush、way段落结构:
____创建 DOCX,结构如下:
【标题】中考短文填空-标准化题目
【备选词】
by、camera、clearly、delicious、find、future、great、offer、rush、way
【短文正文】
[还原后正文]
【答案】(如有)
36.find 37.camera 38.________ 39.________ 40.________
41.________ 42.________ 43.________ 44.________ 45.________
新建表格,字段顺序:
| 字段名 | 类型 | 说明 | |--------|------|------| | 科目 | 文本 | | | 短文正文 | 文本 | | | 备选词 | 文本 | | | 填空编号 | 文本 | | | 答案 | 文本 | 右侧列,存放每题答案 | | 文档链接 | URL | Word文档链接 |
答案格式: 36.find 37.camera 38.________ ...
message 工具发送 DOCX 文件到用户飞书tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。