← 返回 Skills 市场
tuobadaidai

Resume-to-Tags

作者 tuobadaidai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
79
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install resume-to-tags
功能描述
从简历到纯标签矩阵的完整流程。接受简历文本/文件 → LLM 提取原子标签(含近义词扩展) → 创建飞书多维表格(多选标签字段) → 批量录入候选人 → 清理空白行列 → 输出可搜索的人才标签库。当用户提供简历并要求"生成标签矩阵"、"人才标签库"、"简历转表格"、"候选人打标"时使用。
安全使用建议
This skill is plausible for parsing resumes and building a tag matrix, but it contains two important ambiguities you should resolve before installing or using it: 1) Feishu integration: SKILL.md instructs creating and modifying a Feishu Bitable but the skill declares no Feishu credentials or required permissions. Confirm whether your agent/platform provides a Feishu connector and what exact permissions (create tables, modify fields, insert records) will be used. If the platform will request a Feishu token, review the scope and where that token is stored. 2) LLM and PII handling: scripts/extract_tags.py extracts phone and email and embeds resume text into a generated prompt that you are instructed to send to an LLM. Decide which model/endpoint will be used, verify its data retention and access policies, and avoid sending sensitive resumes to untrusted endpoints. Test the flow with synthetic or redacted data first. Additional practical checks: - Inspect how your agent maps the SKILL.md 'feishu_bitable_app_*' actions to concrete API calls and whether those calls will be audited/logged. - Ensure the platform's connector prompts you before granting Feishu or LLM access; do not supply broad tokens to unknown code. - Consider running extract_tags.py locally to see the produced prompt and JSON, and confirm synonyms.json meets your taxonomy needs. If the author can provide explicit details about Feishu connector requirements and the expected LLM endpoint (or include code to call Feishu/LLM safely), the incoherence would be resolved. Otherwise treat the missing integration/credential details as a red flag and proceed cautiously.
功能分析
Type: OpenClaw Skill Name: resume-to-tags Version: 1.0.0 The resume-to-tags skill bundle is a legitimate HR automation tool designed to extract professional attributes from resumes and organize them into a Feishu (Lark) Bitable. The Python script `scripts/extract_tags.py` uses regex for basic contact info extraction and prepares a structured prompt for an LLM, while `SKILL.md` provides clear instructions for the agent to manage the Feishu integration. The code and instructions are well-aligned with the stated purpose and show no signs of malicious intent, unauthorized data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill claims to parse resumes into tags and populate a Feishu (飞书) Bitable. The repository contains a tag-extraction script and extensive synonym taxonomy, which aligns with the stated purpose. However, SKILL.md instructs creating/updating Feishu app/tables via actions (feishu_bitable_app_*), yet the skill declares no required credentials, env vars, or config paths for Feishu. That mismatch (expecting an external service but not declaring required access) is an incoherence that could hide assumptions about platform connectors or required permissions.
Instruction Scope
Instructions are focused on extracting tags (via an LLM prompt) and creating/populating a Feishu table. The included script (extract_tags.py) builds a strict JSON prompt and pre-extracts phone/email via regex, so PII (emails/phones and resume text) will appear in the prompt and in the script's JSON output. The script does NOT itself call any LLM or Feishu API; it returns the prompt and basic_info and instructs the operator/agent to send the prompt to an LLM and then perform synonyms expansion and table operations. The open-ended instruction to 'send prompt to LLM' leaves the endpoint, model, and data-handling policy unspecified — a data-flow ambiguity that users should confirm.
Install Mechanism
This is instruction-plus-scripts only with no install spec. Nothing is downloaded or written by an installer, which minimizes supply-chain risk. Files are small and local (a Python script and a JSON synonyms file).
Credentials
No environment variables, secrets, or config paths are declared, yet the workflow expects operations against Feishu (creating apps/tables/fields, batch insert). Either the skill assumes the host agent already has a Feishu connector/token (not disclosed), or the SKILL.md is incomplete. Additionally, the script extracts candidate phone and email (sensitive PII) and embeds resume text into the LLM prompt; users must ensure any LLM or logging endpoint has appropriate access controls. The lack of declared credentials for Feishu/LLM is disproportionate to the stated remote actions.
Persistence & Privilege
The skill does not request 'always: true' and has no install spec that modifies system-wide agent config. It does not appear to persist or escalate privileges beyond performing data extraction and (per instructions) invoking Feishu actions, assuming connector access exists.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install resume-to-tags
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /resume-to-tags 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
简历到纯标签矩阵的完整流程,含近义词扩展
元数据
Slug resume-to-tags
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Resume-to-Tags 是什么?

从简历到纯标签矩阵的完整流程。接受简历文本/文件 → LLM 提取原子标签(含近义词扩展) → 创建飞书多维表格(多选标签字段) → 批量录入候选人 → 清理空白行列 → 输出可搜索的人才标签库。当用户提供简历并要求"生成标签矩阵"、"人才标签库"、"简历转表格"、"候选人打标"时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 79 次。

如何安装 Resume-to-Tags?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install resume-to-tags」即可一键安装,无需额外配置。

Resume-to-Tags 是免费的吗?

是的,Resume-to-Tags 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Resume-to-Tags 支持哪些平台?

Resume-to-Tags 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Resume-to-Tags?

由 tuobadaidai(@tuobadaidai)开发并维护,当前版本 v1.0.0。

💬 留言讨论