← 返回 Skills 市场
AI产品经理简历维护
作者
songnb1021
· GitHub ↗
· v1.0.0
· MIT-0
204
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-pm-resume-hub
功能描述
用于维护 AI 产品经理校招简历中枢。当用户要提炼工作日志、去重沉淀简历要点、维护要点池、生成或更新中文一页纸简历、输出 gap 清单时使用。适合触发词包括“提炼本周日志”“更新简历”“生成一页简历”“整理简历要点池”。
使用说明 (SKILL.md)
/ai-pm-resume-hub — AI 产品经理校招简历中枢
维护固定目录下的日志、要点池和简历输出,让用户可以用短指令反复执行同一套流程。
固定工作区
- 默认根目录:
career/ai-pm-campus/ - 如果目录不存在,先创建以下结构:
career/ai-pm-campus/inputs/resume/career/ai-pm-campus/inputs/experiences/career/ai-pm-campus/inputs/worklog/career/ai-pm-campus/inputs/points-pool/career/ai-pm-campus/outputs/
- 必备文件:
career/ai-pm-campus/inputs/worklog/_processed-index.mdcareer/ai-pm-campus/inputs/points-pool/master-points.mdcareer/ai-pm-campus/inputs/points-pool/label-registry.mdcareer/ai-pm-campus/outputs/resume-outline.mdcareer/ai-pm-campus/outputs/resume-onepage.md
触发方式
/ai-pm-resume-hub extract/ai-pm-resume-hub build/ai-pm-resume-hub visualize/ai-pm-resume-hub export
如果用户只说“提炼本周日志”“整理简历要点池”,默认走 extract。
如果用户只说“更新简历”“生成一页简历”“输出校招简历”,默认走 build。
如果用户说“可视化”“仪表盘”“dashboard”“预览简历”,默认走 visualize。
如果用户说“导出PDF”“生成PDF”“打印简历”,默认走 export。
通用约束
- 始终先读已有文件,再写新内容,不要覆盖用户已有材料。
- 输出必须落盘写文件,不能只在聊天中给总结。
- 严禁编造指标;缺失时必须写成
[待补数据:...]。 - 项目标签优先复用
label-registry.md中已有写法,避免标签漂移。 - 每次运行结束都在聊天中汇报:
- 读取了哪些文件
- 写入了哪些文件
- 新增了多少条要点或更新了哪些简历段落
- 若发现现有文件格式与本 skill 约定不一致,优先兼容,不要粗暴重写整份文件。
1) extract
用于把最近一批原始工作日志转成可复用的简历要点,并追加到要点池。
输入
- 用户直接粘贴的日志文本
- 或
career/ai-pm-campus/inputs/worklog/下尚未处理的.md文件
执行流程
- 读取:
career/ai-pm-campus/inputs/worklog/_processed-index.mdcareer/ai-pm-campus/inputs/points-pool/master-points.mdcareer/ai-pm-campus/inputs/points-pool/label-registry.md
- 如果用户是直接粘贴日志:
- 先将原始文本保存为
career/ai-pm-campus/inputs/worklog/manual-YYYY-MM-DD-weekly.md - 若同名已存在,则追加短后缀避免覆盖
- 先将原始文本保存为
- 如果用户没有贴文本,则扫描
inputs/worklog/中未出现在_processed-index.md的.md文件 - 对日志做信噪比过滤:
- 忽略纯同步会议、简单 bug 修复、例行巡检、没有动作和结果的泛化表述
- 优先保留核心功能迭代、策略优化、数据分析闭环、Prompt/评测迭代、LLM 应用落地、模型效果/成本/延迟优化、跨部门关键推进
- 对保留内容做 STAR 重构:
- 重写成适合简历的短句
- 必须体现“动作 + 结果/影响”
- 若结果缺失,显式写
[待补数据:需补充XX]
- 生成或复用项目标签:
- 优先复用
label-registry.md - 若必须新增,命名优先级:
[公司名-项目/方向][校园项目-主题][课程项目-主题]
- 优先复用
- 写入
master-points.md时使用以下格式追加:
## YYYY-MM-DD
### 要点 N
- 项目标签:...
- 时间:...
- STAR短句:...
- 待补数据:...
- 来源:...
- 追加前做去重:
- 与
master-points.md中已有条目比较 - 语义高度重复时不重复写入
- 如果只是旧条目缺少来源或待补数据,可补充旧条目而不是新建重复条目
- 与
- 更新
_processed-index.md,至少记录:- 原始日志文件名
- 处理日期
- 新增要点数
输出
- 必写文件:
career/ai-pm-campus/inputs/points-pool/master-points.mdcareer/ai-pm-campus/inputs/worklog/_processed-index.md
- 按需更新:
career/ai-pm-campus/inputs/points-pool/label-registry.md
- 聊天里补充简短摘要:
- 本次新增要点数
- 复用了哪些标签
- 新建了哪些标签
- 最值得优先补的 3 条数据
2) build
用于基于历史简历、经历材料和要点池,生成 AI 产品经理校招方向的简历。
输入
career/ai-pm-campus/inputs/resume/career/ai-pm-campus/inputs/experiences/career/ai-pm-campus/inputs/points-pool/master-points.mdcareer/ai-pm-campus/inputs/points-pool/label-registry.md
执行流程
- 先从历史简历提取已验证信息:
- 教育背景
- 基础技能
- 已有实习/项目名称
- 已经写得足够好的 bullet
- 再从
master-points.md按“项目标签 + 时间线”归并要点,优先突出实习经历 - 去重与合并:
- 删除重复表述
- 保留证据更强、结果更明确、动作更具体的版本
- 按 AI 产品经理校招方向调优:
- 强调 LLM 应用落地
- 强调数据闭环与产品思维
- 强调跨团队推进能力
- 输出两个文件:
career/ai-pm-campus/outputs/resume-outline.md:完整大纲,含Gap分析career/ai-pm-campus/outputs/resume-onepage.md:精简版,用于生成投递简历
输出
career/ai-pm-campus/outputs/resume-outline.md- 完整 Markdown 大纲
- 包含所有经历要点和Gap分析
- 用于后期检索和调整
career/ai-pm-campus/outputs/resume-onepage.md- 精简版,优先突出实习经历
- 内容精炼,适合生成投递用PDF
- 聊天里补充简短摘要:
- 当前简历最强的 3 个卖点
- 最需要补强的 3 个缺口
失败处理
- 若
resume/或experiences/为空:继续生成,但在Gap 清单中明确提醒缺少原始材料。 - 若
master-points.md不存在:先创建空文件,再提示用户先运行extract。 - 若标签混乱或同一项目有多个别名:主动统一命名,并在聊天中说明归并规则。
- 若输入日志内容过短、几乎没有高价值信息:不要硬凑要点,直接说明“本次无新增高价值要点”并更新处理记录。
使用示例
请用 /ai-pm-resume-hub extract 处理我接下来贴的最近 7 天工作日志用 /ai-pm-resume-hub build 更新我的 AI 产品经理校招简历请用 /ai-pm-resume-hub visualize 生成白色背景可视化仪表盘请用 /ai-pm-resume-hub export 导出HR投递版和手机预览版PDF
4) export
导出两种PDF版本简历,满足不同场景需求:
输出版本
- HR投递版:A4标准大小,内容精炼,重点突出实习经历,适合正式投递和打印
- 手机预览版:竖屏长图格式,适配手机屏幕,字体清晰,用于快速审查简历
执行流程
- 先运行
build生成最新的简历内容 - 运行脚本生成两种PDF:
python3 ~/.openclaw/workspace/skills/ai-pm-resume-hub/scripts/export_pdf.py
- 产出:
career/ai-pm-campus/outputs/resume-hr.pdf(A4标准,投递用)career/ai-pm-campus/outputs/resume-mobile.pdf(竖屏长图,手机预览用)
依赖与提示
- HR投递版:自动优化排版,优先展示实习经历,控制在1页内
- 手机预览版:基于可视化仪表盘生成,白色背景,竖屏适配,无需放大即可查看
- 两种版本都支持中文显示,字体清晰
3) visualize
生成白色/透明背景的Bento风格可视化仪表盘,用于电脑端预览:
- 一页简历(清晰渲染Markdown格式)
- 要点池统计(按项目标签聚合展示)
- Gap汇总(集中展示所有待补数据)
- 简历质量评分(可选)
执行流程
- 读取:
career/ai-pm-campus/outputs/resume-onepage.mdcareer/ai-pm-campus/inputs/points-pool/master-points.md
- 运行脚本生成仪表盘:
python3 ~/.openclaw/workspace/skills/ai-pm-resume-hub/scripts/render_dashboard.py
- 产出:
career/ai-pm-campus/outputs/resume-dashboard.html(白色/透明背景,Bento布局)
输出要求
- 设计风格:极简白色/透明背景,无多余装饰元素
- 保持Bento网格布局,内容清晰易读
- 聊天中返回可打开的文件路径,并简述包含模块。
安全使用建议
This skill is internally coherent and operates on local resume/worklog files. Before installing/using: (1) review and back up any existing career/ai-pm-campus files because the skill writes/updates them; (2) be prepared to install undeclared Python dependencies (pip install fpdf; optionally pip install playwright and run `playwright install chromium`) — the skill will fail without them; (3) note the export script references a macOS font path which may not exist on Linux/Windows and could cause errors; (4) the generated dashboard HTML pulls Tailwind/marked/DOMPurify from CDNs when opened in a browser (this will cause your browser to fetch external resources — acceptable for most users but avoid if you require fully offline assets); (5) inspect the scripts yourself (they are short and local) if you have concerns about file paths or behavior before running. Overall the skill appears benign but requires manual dependency setup and a quick review to ensure it fits your environment.
功能分析
Type: OpenClaw Skill
Name: ai-pm-resume-hub
Version: 1.0.0
The skill bundle is a legitimate tool for managing AI Product Manager resumes, providing automated workflows for extracting resume points from logs and generating PDF/HTML exports. The Python scripts (export_pdf.py and render_dashboard.py) perform standard file I/O and document rendering within the designated workspace directory (~/.openclaw/workspace/career/ai-pm-campus/). No evidence of data exfiltration, malicious command execution, or harmful prompt injection was found; the code logic and agent instructions are strictly aligned with the stated purpose of resume maintenance.
能力评估
Purpose & Capability
The code and instructions align with the described purpose (extracting points, building a one-page resume, visualizing and exporting PDFs). However, the bundled scripts require Python packages (fpdf; optional: playwright + browser) and reference a macOS font path that are not declared in the skill metadata or requirements.
Instruction Scope
SKILL.md restricts operations to a fixed workspace (career/ai-pm-campus) and the scripts only read/write files within that workspace (and the user's home-based .openclaw workspace). The HTML dashboard references CDN-hosted JS/CSS (Tailwind, marked, DOMPurify) which will be fetched by a browser when opening the generated HTML — this is not exfiltration by the skill itself but is an external network interaction to be aware of.
Install Mechanism
There is no install spec (instruction-only), which minimizes installation risk. But the Python scripts depend on third-party libraries (fpdf, and optionally playwright + a headless browser) that are not declared; the export script prints guidance to install these, so users must manually install them. No downloads from unknown URLs are present in the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. It operates on local files under the designated workspace only. No access to unrelated secrets or system-wide credentials was found in the code.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or system-wide settings. It writes outputs into its own workspace directories only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-pm-resume-hub - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-pm-resume-hub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
ai-pm-resume-hub v1.0.0 — 初始发布
一站式 AI 产品经理校招简历管理和生成工具。
- 支持用自然语言或命令触发:日志提炼、简历构建、仪表盘可视化、PDF导出
- 提供完整目录自动初始化和必需文件检测
- 自动从工作日志中提炼并去重高价值要点,维护可复用要点池与标签库
- 根据要点池与原始素材智能合成一页纸和详细版校招简历,包含Gap分析
- 一键生成HR投递版和手机适配版PDF,以及极简Bento风格仪表盘
- 全流程以文件写入为准,输出前兼容已有格式,并在对话中汇报处理明细
元数据
常见问题
AI产品经理简历维护 是什么?
用于维护 AI 产品经理校招简历中枢。当用户要提炼工作日志、去重沉淀简历要点、维护要点池、生成或更新中文一页纸简历、输出 gap 清单时使用。适合触发词包括“提炼本周日志”“更新简历”“生成一页简历”“整理简历要点池”。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。
如何安装 AI产品经理简历维护?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-pm-resume-hub」即可一键安装,无需额外配置。
AI产品经理简历维护 是免费的吗?
是的,AI产品经理简历维护 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI产品经理简历维护 支持哪些平台?
AI产品经理简历维护 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI产品经理简历维护?
由 songnb1021(@songnb1021)开发并维护,当前版本 v1.0.0。
推荐 Skills