resume-tailor

Generate, review, and export tailored application materials.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "resume-tailor" with this command: npx skills add wanghong5233/wanghong5233-offerpilot-resume-tailor

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

  1. If user provides job_id, call material generation API:
    • POST http://127.0.0.1:8010/api/material/generate
    • Body: {"job_id":"<job_id>","resume_version":"resume_v1"}
  2. 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
  3. Ask user for review decision:
    • approve / reject / regenerate (optional feedback text)
  4. Execute review call:
    • POST http://127.0.0.1:8010/api/material/review
    • Body example:
      • {"thread_id":"<thread_id>","decision":"regenerate","feedback":"强调可量化结果"}
  5. If approved, export file:
    • POST http://127.0.0.1:8010/api/material/export
    • Body: {"thread_id":"<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":"<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":"<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":"<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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng