← 返回 Skills 市场
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install resume-parser-claw
功能描述
简历标准化解析虾 — 将非标简历(PDF/Word/图片/文本)解析为结构化候选人数据,并可写入飞书多维表格或导出 Excel/JSON。 **当以下情况时使用此 Skill**: (1) 用户上传或提供简历文件(PDF、Word、图片),要求提取候选人信息 (2) 需要批量解析简历并录入数据库或飞书多维表格 (...
安全使用建议
This package appears coherent for resume parsing, but before installing/checking it you should: (1) confirm how Feishu integration is authorized on your platform (are credentials supplied by the agent runtime or will you need to provide tokens?), (2) be aware the tool handles PII (phones/emails) — ensure storage, retention, and access controls meet your privacy policies, (3) install and verify required Python dependencies (pdfplumber, python-docx, pytesseract + tesseract OCR engine, Pillow, pandas, openpyxl) and OCR language data, (4) test on non-sensitive sample resumes to validate parsing and deduplication behavior, and (5) review how/where original files are stored or uploaded (e.g., if the platform automatically uploads files to external services). If you need higher assurance, request explicit documentation of Feishu connectors or an implementation that declares required credentials and data flow.
功能分析
Type: OpenClaw Skill
Name: resume-parser-claw
Version: 1.0.0
The skill bundle is a legitimate resume parsing tool designed to extract structured data from PDF, Word, and image files. The Python script (scripts/parse-resume.py) uses standard libraries like pdfplumber, python-docx, and pytesseract for text extraction and employs regular expressions for field parsing without any evidence of malicious execution, data exfiltration, or obfuscation. The instructions in SKILL.md and the supporting documentation in the references directory are consistent with the stated purpose and do not contain harmful prompt injection attempts.
能力评估
Purpose & Capability
The name/description, included resume-schema and skills dictionary, and the parse-resume.py script all align: extracting text from PDF/DOCX/images, parsing fields, scoring quality, and exporting to JSON/Excel or writing to a table. No unrelated services or credentials are requested in the package itself.
Instruction Scope
SKILL.md stays within parsing, normalization, scoring, and output workflows. It references calling feishu_im_bot_image to download files and feishu_bitable_app_table_record to write to Feishu tables and mentions triggering other '虾' (skills). Those references imply integration with external platform connectors but the instructions do not attempt to read arbitrary system paths or exfiltrate data to unknown endpoints.
Install Mechanism
There is no install spec (instruction-only skill) and only a bundled Python script. The script relies on common Python packages (pdfplumber, python-docx, pytesseract/Pillow, pandas/openpyxl) and will exit with a message if they are missing. No downloads from unknown URLs or archive extraction are present.
Credentials
The registry metadata declares no required env vars or credentials, but SKILL.md references writing to Feishu (and using Feishu-specific helper names). That implies the agent/platform or another skill must provide Feishu credentials; the skill itself does not declare or request them. Also the tool processes PII (names, phones, emails); treat credential and data access accordingly.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills' configurations. It may invoke other skills (e.g., interview-scheduler-claw) which is normal collaboration behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install resume-parser-claw - 安装完成后,直接呼叫该 Skill 的名称或使用
/resume-parser-claw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始发布:支持 PDF/Word/图片/文本简历解析,标准化字段提取,飞书多维表格写入
元数据
常见问题
简历标准化解析虾 是什么?
简历标准化解析虾 — 将非标简历(PDF/Word/图片/文本)解析为结构化候选人数据,并可写入飞书多维表格或导出 Excel/JSON。 **当以下情况时使用此 Skill**: (1) 用户上传或提供简历文件(PDF、Word、图片),要求提取候选人信息 (2) 需要批量解析简历并录入数据库或飞书多维表格 (... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 简历标准化解析虾?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install resume-parser-claw」即可一键安装,无需额外配置。
简历标准化解析虾 是免费的吗?
是的,简历标准化解析虾 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
简历标准化解析虾 支持哪些平台?
简历标准化解析虾 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 简历标准化解析虾?
由 Ricky(@tujinsama)开发并维护,当前版本 v1.0.0。
推荐 Skills