Resume Cog
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: resume-cog Version: 1.0.11 The resume-cog skill bundle is a documentation-focused package for generating AI-powered resumes and career documents via the CellCog API. It contains no executable code other than standard usage examples for the 'cellcog' Python library and lacks any indicators of data exfiltration, malicious execution, or harmful prompt injection in SKILL.md.
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.
Anyone using the skill must provide a CellCog API key, which may allow access to the user's CellCog account or consume account usage.
The skill requires a CellCog API key, which is expected for using the CellCog service but is still a credential that should be protected.
requires:\n bins: [python3]\n env: [CELLCOG_API_KEY]
Use a dedicated CellCog API key if possible, keep it out of prompts and shared files, and revoke or rotate it if it is exposed.
Resume and cover letter prompts may contain sensitive personal, employment, and education information that will be processed by CellCog.
The user's task prompt is sent to CellCog for agent-based processing; the resume examples include personal career details such as name, employment history, education, and skills.
result = client.create_chat(\n prompt="[your task prompt]",\n ...\n chat_mode="agent",\n)
Only provide information you are comfortable sending to CellCog, review CellCog's privacy and retention terms, and avoid including unnecessary sensitive identifiers.
The behavior depends on the external CellCog SDK/package and service, so trust in that dependency matters.
The skill relies on an external CellCog Python dependency rather than including reviewed local code in the artifact set.
dependencies: [cellcog]
Install the CellCog dependency only from the official source and keep it updated through trusted package management.
