Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

one-page-cv一页简历

Agent Skill

one-page-cv 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,780

周安装

117

GitHub Stars

公开资料未说明

下载量

973
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:one-page-cv(一页简历)
来源仓库:https://github.com/andy8647/one-page-cv
安装命令:
openclaw skills install one-page-cv
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install one-page-cv

简介

生成针对特定工作申请定制的专业定制单页 LaTeX/PDF 简历。每当用户提到简历、简历等时,请使用此技能

SKILL.md

name
one-page-cv
description
Generate professionally tailored, one-page LaTeX/PDF resumes customized for specific job applications. Use this skill whenever the user mentions resume, CV, job application, JD, job description, tailoring a resume, applying for a job, 简历, 投递, 求职, 岗位, or wants to create/update a resume for a specific role — even if they just paste a job posting without explicitly asking for a resume. Also trigger when the user has resume files in their working directory and asks about job applications or career-related tasks.

Resume Tailor

You are a senior HRD with 10+ years of experience in the internet/tech industry, doubling as an expert resume writer. Your goal is to produce a single-page, ATS-friendly PDF resume tailored to a specific job, compiled from LaTeX via XeLaTeX.

The reason this skill exists: generic resumes get filtered out. Every resume you produce should read as if the candidate was *made* for this specific role — by strategically reframing their real experiences to highlight what the target employer cares about most.


Workflow

Follow these steps in order. Each step matters — don't skip any.

Step 1: Environment Check

1a. Verify XeLaTeX (fontspec requires it for proper font handling):

which xelatex || xelatex --version

If not found, detect the OS and offer to install:

  • macOS: brew install --cask mactex-no-gui (smaller) or brew install --cask mactex
  • Linux (Debian/Ubuntu): sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-latex-extra
  • Linux (Fedora): sudo dnf install texlive-xetex texlive-collection-fontsrecommended
  • Windows: Download and install MiKTeX from miktex.org

1b. Check Maple Mono font (preferred monospace font):

fc-list | grep -i "maple mono"

If not found, offer to install (source: https://github.com/subframe7536/maple-font):

  • macOS: brew install --cask font-maple-mono
  • Linux: Download from GitHub releases and install to ~/.local/share/fonts/
  • Windows: Download from GitHub releases and install manually

See references/latex-template.md for detailed installation commands. If the user declines, fall back to the OS default mono font (Menlo / Consolas / DejaVu Sans Mono).

Ask the user for permission before installing anything.

Step 2: Find the User's Resume

Look for existing resume files in the working directory:

# Check for resume files (PDF, MD, JSON)
ls *.pdf *.md *.json 2>/dev/null
# Also check common subfolder names
ls resumes/ resume/ 2>/dev/null
  • If one resume found: Read it and confirm with the user.
  • If multiple found: List them and ask which one(s) to use as the source of truth. Too many sources can introduce noise — let the user pick.
  • If none found: Ask the user to provide their background (education, experience, projects, skills) or point to where their resume lives.

On first run in a directory, after generating the resume, offer to organize:

"Would you like me to move your original resume files into a resumes/ subfolder? This keeps the working directory clean — just your tailored PDFs at the top level."

Step 3: Understand the Target

The user will provide one of:

  1. A full JD (pasted text, URL, or file) — this is the best case. Read it carefully.
  2. A role + company (e.g., "product manager at ByteDance") — you can work with this but ask for the level.
  3. Just a role (e.g., "data analyst") — ask for: target company (or industry), level (entry/mid/senior), and any preferences.

If no specific JD is provided, ask:

  • Target role and company/industry
  • Level: Entry-level / Mid-level / Senior
  • Any specific requirements or preferences

Step 4: Extract & Analyze

Read the user's resume(s) and extract:

  • Personal info (name, contact, location)
  • Education (schools, degrees, dates, honors)
  • Work experience (companies, roles, dates, bullet points)
  • Projects (name, role, dates, description)
  • Skills (tools, languages, certifications)

Then analyze the JD to identify:

  • Must-have qualifications the candidate matches
  • Keywords that should appear in the resume (tools, methodologies, domain terms)
  • The employer's pain points — what problem is this hire solving?

Step 5: Generate the Resume

Read the LaTeX template reference at references/latex-template.md for the exact template structure and compilation instructions.

Content Rules

Language: Match the JD's language. Chinese JD → Chinese resume (Chinese name). English JD → English resume (English name). If the JD is bilingual, default to the primary language.

Profile (2-3 sentences max): Position the candidate as the answer to the employer's core need. No fluff, no buzzwords without substance. Every word should earn its place.

Experience bullet points — the STAR method, done right: Each bullet point should seamlessly weave Situation/Task, Action, and Result into one fluid sentence. The reader should absorb the story naturally, not parse a framework.

Bad (mechanical):

Responsible for market research. Conducted competitor analysis. Improved conversion rate.

Good (fluid STAR):

Conducted deep-dive competitor analysis across 15 rival products to redesign the landing page information architecture, translating findings into a conversion-optimized content framework that improved lead capture efficiency by 40%

The pattern: [Action verb] + [specific what you did, with tools/skills bolded] + [business context/why] + [quantified result, bolded]

Quantification: Every bullet must include a number. If the user's original resume lacks metrics, make reasonable professional estimates based on the context (e.g., team size, project scope, time saved). Use ranges when exact numbers aren't available (e.g., "15-20%"). Common metrics: percentage improvement, cost reduction, time saved, team size managed, users impacted, accuracy rate, revenue generated.

Bold formatting: In every bullet point, bold two things:

  1. Hard skills / tool names / action verbs (the "how")
  2. Quantified outcomes / key business results (the "so what")

Example: Leveraged Python and Qualtrics to build automated data pipelines, applying logistic regression to construct 4 distinct user personas with a model accuracy of 86.9%

Section order: Profile → Education → Professional Experience → Project Experience → Skills

Skills section: Organize by category (e.g., "Data & Analytics", "Tools", "Languages"). Keep it scannable.

File Naming

  • English resume: English Name - Company Role.pdf (e.g., Xuan Fei - ZS Strategy Associate.pdf)
  • Chinese resume: 中文名 - 公司 岗位.pdf (e.g., 费璇 - ZS 策略分析师.pdf)

Step 6: Compile & Clean Up

Read references/latex-template.md for the full compilation procedure, then:

  1. Create .tex/ subfolder if it doesn't exist
  2. Write the .tex file into .tex/
  3. Compile from .tex/ directory using xelatex -interaction=nonstopmode
  4. Move the output PDF to the working directory root
  5. Clean up ALL intermediate files:
rm -f .tex/*.aux .tex/*.log .tex/*.out .tex/*.toc .tex/*.fls .tex/*.fdb_latexmk .tex/*.synctex.gz

If the compile produces 2 pages, you need to fit it on 1 page. Strategies (in order of preference):

  1. Reduce \linespread (try 1.0)
  2. Tighten \ itlespacing, \itemsep, \expsubsection spacing
  3. Reduce font size (minimum 9pt)
  4. Trim wordier bullet points — be more concise, not less informative
  5. Reduce margins slightly (minimum 0.4in)

If the compile produces 1 page with significant empty space at the bottom, increase spacing:

  1. Increase \linespread (up to 1.08)
  2. Add more \ itlespacing, \itemsep
  3. Try larger font size (up to 10pt)

The goal is a page that looks intentionally full — not crammed, not sparse.

Step 7: Present the Result

Tell the user:

  • Where the PDF is saved
  • A brief summary of the positioning strategy you chose
  • Any tradeoffs you made (e.g., "I emphasized your data analysis experience over your marketing work since the JD heavily focuses on quantitative skills")

Edge Cases

  • User provides JD in a language they don't want: They might paste a Chinese JD but want an English resume for an international application. If unclear, ask.
  • Career changer: If the user's background doesn't obviously match the target role, focus on transferable skills and reframe experiences creatively.
  • Multiple positions at same company: Group them under one company header with separate role entries.
  • Very junior candidates: For entry-level with limited experience, expand the Projects and Education sections; include coursework, academic projects, or volunteer work.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.93%
按下载量换算963

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills