Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: 'Create a CV for me — I'm a software engineer named Alex Johnson, email alex@example.com'
- 1Confirm the four required fields: firstName, lastName, title, and email
- 2POST to /api/agent/cv-simple with prefer_hitl: true and the CV data
- 3Present the returned review_url so the user can pick a URL slug and template design
- 4Poll poll_url every 30 seconds until status is completed, then continue through each HITL step with hitl_continue_case_id
- 5After final approval, POST with hitl_approved_case_id and share the live CV URL and claim token with the user
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.