← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install resume-project
Description
Transforms project experience into industrial-strength resume bullets with architectural depth. Use this skill whenever the user wants to write resume conten...
Usage Guidance
What to consider before installing:
- Source verification: This repository contains many skill folders and files. Only install if you trust the source (the registry shows 'unknown' source/homepage). Prefer installing from a verified repo URL that you can inspect.
- Local reads/writes: The skill will read ~/.claude/resume-library.md, .git/config, and run git commands that surface commit author emails and repo remotes. That can expose personal email addresses, repo origins, and other PII. If you don't want that data read or stored, do not allow the skill to scan code repositories.
- Persistent storage: The skill automatically appends results to ~/.claude/resume-library.md. If you install it, check that file to see what it stores; consider backing it up, review contents regularly, or remove/clear it if you don't want persistent records.
- Usage options: Prefer using the paste/text mode (Mode B) rather than allowing automatic repo scans if you want to avoid exposing repo metadata. If you do allow repo scans, run them on sanitized or non-sensitive copies first.
- Prompt directives: The skill contains system-style instructions that change agent behavior. This is normal for skills but increases the need to trust the skill. If possible, run the skill in a sandboxed environment first to confirm behavior.
- If you need higher assurance: Inspect the SKILL.md and any code files locally before installing; ensure there are no network exfiltration calls or unexpected external endpoints. If you are unsure, do not install or run against private repositories.
Capability Analysis
Type: OpenClaw Skill
Name: resume-project
Version: 1.0.3
The skill bundle is a comprehensive collection of developer tools and AI agent instructions designed for document processing (PDF, DOCX, XLSX, PPTX), web application testing, and generative art. The primary skill, 'resume-project', implements a sophisticated workflow for analyzing codebases and project descriptions to generate high-quality resume bullets. While the bundle includes advanced system interactions—such as 'scripts/office/soffice.py' compiling a C shim to bypass socket restrictions in sandboxed environments and 'scripts/with_server.py' using shell execution for dev servers—these actions are technically justified by the bundle's stated purpose of providing robust document conversion and testing capabilities. No evidence of malicious intent, data exfiltration, or unauthorized persistence was found across the extensive set of scripts and instructions.
Capability Assessment
Purpose & Capability
The skill's name/description (transform project experience into deep resume bullets) matches the instructions: it auto-detects repository vs. pasted text, scans project files and git metadata, and generates drafted bullets. One mismatch to note: registry metadata says 'instruction-only', but the package contains many other skill folders and code files — this repository appears to bundle multiple skills/examples, which is plausible for a demo repo but worth verifying the exact source before installing.
Instruction Scope
Runtime instructions explicitly tell the agent to read and write ~/.claude/resume-library.md, check .git/config for remote URLs, and run git log to collect commit author emails (git log --format="%ae" | sort -u | wc -l). Those actions are coherent for auto-scanning a repo but will access personal/PII (commit emails, remote URLs) and persist analysis locally. The SKILL.md also contains many system-level role directives that change the agent's behavior (prompt-style instructions).
Install Mechanism
There is no install specification (instruction-only skill) and no downloads or extract steps. That is lower risk from an install-vector perspective. However, the repository manifest shows many files and other skill subfolders; verify you are installing the intended skill and source URL.
Credentials
The skill declares no required environment variables or credentials, which is proportionate to its stated purpose. The remaining concern is not env-vars but the data it reads (local files and git metadata) which can include sensitive info even without secrets.
Persistence & Privilege
The skill automatically saves outputs to ~/.claude/resume-library.md across sessions. always:false (not force-enabled), but persistent local storage of analysis and the agent's stated intent to 'understand the user's tech background and calibrate writing style' means it may accumulate personal/project data without explicit per-run consent. Combined with autonomous invocation (default model-invocation not disabled), this increases the amount of data the skill could collect over time.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install resume-project - After installation, invoke the skill by name or use
/resume-project - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add Chinese documentation section to README and SKILL.md
v1.0.2
Replace example data with generic content
v1.0.1
Rewritten in English for global audience; removed project-specific examples from evals; added Before/After example transformation in README
v1.0.0
Initial release: transforms engineering project experience into architectural-depth resume bullets with Interceptor mechanism, bilingual output, and decision sentence formatting.
Metadata
Frequently Asked Questions
What is Resume Project Analyzer?
Transforms project experience into industrial-strength resume bullets with architectural depth. Use this skill whenever the user wants to write resume conten... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install Resume Project Analyzer?
Run "/install resume-project" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Resume Project Analyzer free?
Yes, Resume Project Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Resume Project Analyzer support?
Resume Project Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Resume Project Analyzer?
It is built and maintained by wwaguai (@wwaguai); the current version is v1.0.3.
More Skills