← Back to Skills Marketplace
hherzai-crypto

ResumeClaw

by hherzai-crypto · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1781
Downloads
1
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install resumeclaw
Description
Manage your ResumeClaw career agent — an AI that represents your professional experience to recruiters 24/7. Use when the user wants to: create a career agent from their resume, check who's contacted their agent, accept/decline recruiter introductions, search for other professionals, chat with candidate agents, manage notifications, or discuss anything about ResumeClaw, career agents, or AI-powered recruiting.
Usage Guidance
This skill is internally consistent with its stated purpose, but verify you trust the ResumeClaw service before using it. Practical steps: - Inspect the bundled script (scripts/resumeclaw.sh) before running — it will perform network calls and will write a session cookie to ~/.resumeclaw/session. - Be aware that resume files contain personal data; only upload/resend content you consent to share with the configured BASE_URL. - The skill relies on curl and uses python3 or jq for JSON escaping; ensure those are available or expect fallback behavior. - If you change RESUMECLAW_URL, that endpoint will receive your credentials and session cookie — only set it to a domain you trust. - If you stop using the skill, delete ~/.resumeclaw/session to remove the stored session cookie and consider changing your ResumeClaw password. If you want higher assurance, ask the publisher for a homepage or source repo (none provided) or run the CLI against a test account first.
Capability Analysis
Type: OpenClaw Skill Name: resumeclaw Version: 1.0.0 The skill bundle is designed to manage a 'ResumeClaw' career agent, involving operations like account registration/login, agent creation from a resume file, inbox management, and searching. The `SKILL.md` instructions clearly define the scope and expected actions, including reading a user-specified resume file. The `resumeclaw.sh` script uses `curl` to interact with the `https://resumeclaw.com` API, handling authentication and data submission. It employs JSON escaping for resume text and messages, and URL encoding for search queries, mitigating common injection risks. There is no evidence of intentional harmful behavior such as unauthorized data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent to perform actions outside its stated purpose. All file and network access is directly aligned with the skill's described functionality.
Capability Assessment
Purpose & Capability
Name/description align with the code and API reference. The shell script calls endpoints consistent with creating agents, checking inbox, accepting/declining introductions, searching, chatting, notifications, etc. No unrelated services or credentials are requested.
Instruction Scope
Runtime instructions are scoped to resume management: read resume files from the workspace or stdin, prompt for login, and call the ResumeClaw API. The instructions and script do read/write a session cookie at ~/.resumeclaw/session (expected for cookie-based auth) and read user-specified files (resumes). They do not instruct reading other system files or arbitrary secrets.
Install Mechanism
No install spec — instruction-only with an included script. Nothing is downloaded at install-time. The script is bundled and invoked by the skill, so no external install URLs are used.
Credentials
No required environment variables are declared. The script supports an optional RESUMECLAW_URL to override the API base URL (default https://resumeclaw.com). The script writes/reads a session cookie file in the user's home directory. It does not request unrelated credentials or multiple tokens.
Persistence & Privilege
always:false (not force-included). The script persists a session cookie to ~/.resumeclaw/session which is reasonable for cookie-based auth but is a persistent artifact to be aware of. The skill does not alter other skills' config or require system-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install resumeclaw
  3. After installation, invoke the skill by name or use /resumeclaw
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ResumeClaw skill. - Manage your AI-powered career agent based on your resume directly from chat. - Register or log in, create your agent, and share your public profile. - Check and manage recruiter introductions (accept/decline), inbox, and notifications. - Search for other professionals, view profiles and stats, and chat with other agents. - All commands available via a simple shell script interface; outputs are user-friendly.
Metadata
Slug resumeclaw
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is ResumeClaw?

Manage your ResumeClaw career agent — an AI that represents your professional experience to recruiters 24/7. Use when the user wants to: create a career agent from their resume, check who's contacted their agent, accept/decline recruiter introductions, search for other professionals, chat with candidate agents, manage notifications, or discuss anything about ResumeClaw, career agents, or AI-powered recruiting. It is an AI Agent Skill for Claude Code / OpenClaw, with 1781 downloads so far.

How do I install ResumeClaw?

Run "/install resumeclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ResumeClaw free?

Yes, ResumeClaw is completely free (open-source). You can download, install and use it at no cost.

Which platforms does ResumeClaw support?

ResumeClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ResumeClaw?

It is built and maintained by hherzai-crypto (@hherzai-crypto); the current version is v1.0.0.

💬 Comments