resume-generator-cn

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: resume-generator-cn Version: 1.0.0 The skill bundle describes an AI-driven resume generator. All instructions and example commands in `SKILL.md` involve executing local scripts (`./scripts/*.sh`) or standard utilities (`pandoc`) for document conversion, which are directly aligned with the stated purpose of resume generation and optimization. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior or access unrelated sensitive data.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The skill may not work as documented, and any helper scripts obtained from another source would not be covered by this review.

Why it was flagged

The skill documents running local helper scripts and pandoc, but the provided package contains only SKILL.md and package.json with no install spec or included scripts.

Skill content
./scripts/generate-resume.sh
./scripts/optimize-resume.sh resume.md
pandoc my-resume.md -o my-resume.pdf
Recommendation

Use the skill as resume-writing guidance, or separately review and trust any external scripts before running them.