← 返回
效率工具
中文
Resume Tailor
Generate, review, and export tailored application materials.
生成、审阅并导出定制化申请材料。
wanghong5233
效率工具
clawhub
v1.0.0 1 版本 100000 Key: 无需
#latest
概述
Resume Tailor Skill
Trigger
Activate when user asks:
- "Generate tailored resume for this job"
- "Help me create application materials"
- "Approve/reject this material draft"
- "Export approved material"
Workflow
- If user provides
job_id, call material generation API: POST http://127.0.0.1:8010/api/material/generate- Body:
{"job_id":"","resume_version":"resume_v1"}
- Parse JSON response:
- If
status=skipped_low_match, explain low match and ask whether to continue with another job. - If
status=pending_review, show: thread_id- resume bullets
- cover letter
- greeting message
- Ask user for review decision:
approve / reject / regenerate (optional feedback text)
- Execute review call:
POST http://127.0.0.1:8010/api/material/review- Body example:
{"thread_id":"","decision":"regenerate","feedback":"强调可量化结果"}
- If approved, export file:
POST http://127.0.0.1:8010/api/material/export- Body:
{"thread_id":"","format":"pdf"} - Return file name/path/download URL to user.
Command templates (exec tool + curl)
- Generate:
curl -sS -X POST "http://127.0.0.1:8010/api/material/generate" -H "Content-Type: application/json" -d '{"job_id":"","resume_version":"resume_v1"}'- Review:
curl -sS -X POST "http://127.0.0.1:8010/api/material/review" -H "Content-Type: application/json" -d '{"thread_id":"","decision":"approve"}'- Export:
curl -sS -X POST "http://127.0.0.1:8010/api/material/export" -H "Content-Type: application/json" -d '{"thread_id":"","format":"pdf"}'
Constraints
- Never auto-submit external applications.
- For every approve/reject action, require explicit user confirmation.
- If API errors or invalid JSON appear, surface the error clearly and ask user whether to retry.
版本历史
共 1 个版本
-
v1.0.0
当前
2026-03-30 09:07 安全 安全
安全检测
腾讯云安全 (Sanbu)
安全,无风险
查看报告
🔗 相关推荐
productivity
steipete
获取当前天气和预报(无需API密钥)
★ 445
📥 226,127
ai-intelligence
wanghong5233
分析JD文本并返回结构化匹配摘要
★ 0
📥 731
productivity
steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275
📥 114,742