Negotiation Scripts

张开发
2026/4/10 2:11:37 15 分钟阅读

分享文章

Negotiation Scripts
Negotiation Scripts【免费下载链接】career-opsAI-powered job search system built on Claude Code. 14 skill modes, Go dashboard, PDF generation, batch processing.项目地址: https://gitcode.com/gh_mirrors/ca/career-opsSalary Negotiation FrameworkAnchor high(target range 10%)Justify with data(market research)Bundle requests(salary equity benefits)Have walk-away number(from profile.yml)## 实战创建个性化求职流程 ### 步骤1初始化配置 bash # 克隆项目 git clone https://gitcode.com/gh_mirrors/ca/career-ops.git cd career-ops npm install # 配置个人资料 cp config/profile.example.yml config/profile.yml cp templates/portals.example.yml portals.yml # 添加你的简历 echo # 你的简历内容 cv.md步骤2运行自动评估# 使用Claude Code启动系统 claude # 在Claude中运行评估 /career-ops {职位URL或描述}步骤3批量处理多个职位创建批量处理文件batch-input.tsvid url source 1 https://company.com/job/123 portal 2 https://company.com/job/456 portal 3 https://company.com/job/789 portal运行批量处理./batch/batch-runner.sh batch-input.tsv 高级功能仪表板使用技巧Career-ops包含一个Go语言构建的终端仪表板提供强大的可视化功能# 进入仪表板目录 cd dashboard go build -o career-dashboard . ./career-dashboard【免费下载链接】career-opsAI-powered job search system built on Claude Code. 14 skill modes, Go dashboard, PDF generation, batch processing.项目地址: https://gitcode.com/gh_mirrors/ca/career-ops创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考

更多文章