← 返回
未分类 Key 中文

Tamar Resume Tailor

Tailor resumes for specific job applications using the Tamar AI API
使用 Tamar AI API 针对特定职位申请定制简历
evgenyshneyderman evgenyshneyderman 来源
未分类 clawhub v1.4.1 1 版本 100000 Key: 需要
★ 1
Stars
📥 484
下载
💾 0
安装
1
版本
#ai#career#jobs#latest#productivity#resume

概述

Tamar Resume Tailoring

Use the tamar CLI to tailor resumes for specific job applications via the Tamar API.

Triggers

Activate when the user says anything like:

  • "tailor my resume"
  • "customize my resume for"
  • "help me apply for this job"
  • "make a resume for this role"
  • "adapt my resume"
  • "target my resume at"

Prerequisites

  • The tamar CLI must be installed by the user before using this skill: npm install -g tamar-cli
  • An API key must be configured. Verify by running tamar status. If it fails with "No API key configured", ask the user to run tamar auth --key (keys are obtained from https://ask-tamar.com → Profile → API Keys)
  • Do NOT read or inspect ~/.tamarrc directly — use tamar status to check auth

Pipeline

1. Check if the user has an experience profile

tamar profile

Shows existing profiles with name, role, seniority, skills, and enrichment depth. If a profile exists, use its ID with tamar tailor --profile for higher-quality output. If none exists, proceed to step 2.

2. Ensure user has a resume uploaded

If the user has a resume file and hasn't uploaded one yet:

tamar upload <resume-file>

3. Get the job description

Ask the user for the job description. It can be:

  • A URL (LinkedIn, company careers page, etc.)
  • A file path — read the file content first
  • Pasted text

4. Tailor the resume

IMPORTANT — Input safety: Never interpolate user-provided strings directly into shell commands. Always write job descriptions or multi-word arguments to a temporary file and pass the file path, or use the -- separator and single-quote the argument. This prevents shell injection from malicious input.

# Safe: write JD to a temp file, pass the file
echo '<job description text>' > /tmp/jd.txt
tamar tailor --job /tmp/jd.txt

# Safe: single-quote the argument to prevent shell expansion
tamar tailor --job 'https://example.com/jobs/12345'

If the user also provides a resume file and hasn't uploaded before:

tamar tailor --job /tmp/jd.txt --resume '<resume-file>'

5. Review the output

The command returns JSON with:

  • id — the generated resume ID (stored for later commands)
  • quality"enriched" (has profile) or "basic" (resume-only)
  • analysis — job match analysis
  • changes — list of changes made

Present the analysis summary conversationally. Highlight key matches and gaps.

6. Handle feedback

If the user wants changes:

Write the feedback to a temp file to avoid shell injection:

echo '<feedback text>' > /tmp/feedback.txt
tamar feedback "$(cat /tmp/feedback.txt)"

Or for a specific resume:

tamar feedback "$(cat /tmp/feedback.txt)" --id '<resume-id>'

7. Download the result

tamar download                    # PDF (default)
tamar download --format json      # structured JSON

The PDF is saved to the current directory. Tell the user the file path.

Error Handling

ErrorAction
---------------
No API key configuredGuide user to run tamar auth --key
401 Invalid or expiredPrompt to re-run tamar auth with a new key
422 Could not parse URLSite blocks scraping (common with LinkedIn). Paste the JD text instead
429 Rate limitedTell user to wait and retry
402 Plan limit reachedDirect to https://ask-tamar.com for upgrade
Network error / timeoutCheck connection. AI calls can take 15–60s — ensure client timeout is ≥120s

Quality Notes

  • Enriched quality (user has an experience profile — check via tamar profile) = higher quality tailoring
  • Basic quality (resume-only, no profile) = still useful but less nuanced
  • If user has no profile, suggest building one at https://ask-tamar.com via the interactive Q&A, or use the enrichment API flow

Example Interaction

User: Can you tailor my resume for this job? https://linkedin.com/jobs/12345

Agent: Let me tailor your resume for that role.

[runs: tamar tailor --job 'https://linkedin.com/jobs/12345']

Agent: Done! Here's what I found:
- Quality: enriched (used your experience profile)
- Key alignments: Python, data pipelines, team leadership
- Adjusted: Reframed your experience to emphasize data platform work
- Gaps: Kubernetes — no production experience listed

Want me to tweak anything? I can also download the PDF for you.

版本历史

共 1 个版本

  • v1.4.1 当前
    2026-05-03 07:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Marketing Skills

jchopard69
{"answer":"获取23个营销模块,包含CRO、SEO、文案、分析、发布、广告及社媒的清单、框架与现成交付物。"}
★ 142 📥 30,468
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 891 📥 203,921
content-creation

humanizer-zh

liuxy951129-cpu
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段
★ 57 📥 28,566