LaunchKit · 2026
Back to Skills

id-cv-resume-creator

Create free interactive digital identities.

4
2.5k downloads
by @rotorstar

Setup & Installation

openclaw skills install @rotorstar/id-cv-resume-creator

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install id-cv-resume-creator

Version History

v5.2.4Mar 2, 2026 - Version note by skill developer:

- Updated HITL spec version from 0.6 to 0.7 for improved human-in-the-loop flow. - Terminology clarified: "requestor" consistently replaces "user" or "human" as the primary party interacting with the process. - Communication instructions and user-facing messages now refer to "requestor" instead of "user". - No functional or API changes detected.

What This Skill Does

Builds resumes and CVs via HTTP API, publishing each to a permanent public URL with a personal slug. Templates range from classic PDF and HTML to animated 3D and game-style designs. Basic creation is free with no account required; an optional Access-ID unlocks higher rate limits and callback webhooks.

Covers the full range from print-ready PDFs to gamified CVs in a single API call, with no signup required for basic use and a permanent public URL on every creation.

When to use it

  • Creating an ATS-ready resume for a job application
  • Generating a PDF export for a printed application packet
  • Building a shareable online profile with a custom URL slug
  • Running automated batch CV creation in a recruiting pipeline
  • Producing an interactive 3D portfolio for a tech or creative role

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: 'Create a CV for me — I'm a software engineer named Alex Johnson, email alex@example.com'

AGENT
  1. 1Confirm the four required fields: firstName, lastName, title, and email
  2. 2POST to /api/agent/cv-simple with prefer_hitl: true and the CV data
  3. 3Present the returned review_url so the user can pick a URL slug and template design
  4. 4Poll poll_url every 30 seconds until status is completed, then continue through each HITL step with hitl_continue_case_id
  5. 5After final approval, POST with hitl_approved_case_id and share the live CV URL and claim token with the user
OUTPUT

Live CV at talent.de/dev/alex-johnson with a permanent claim link for editing

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

TALENT_ACCESS_ID environment variable (optional — register free via POST https://www.talent.de/api/agent/register to get 50 CVs/day and callback webhook support; basic use works without it at 3 CVs/day per IP)