Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Resume Cog

v1.0.10

AI resume and cover letter generation powered by CellCog. ATS-optimized resumes, CVs, cover letters, LinkedIn profiles, career documents — PDF or DOCX. Resea...

1· 759·3 current·3 all-time
byCellCog@nitishgargiitd
Security Scan
Capability signals
CryptoCan make purchasesRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description and the instructions align: the skill is a wrapper that uses CellCog to generate resumes, cover letters, LinkedIn content, and output PDFs/DOCX. However, the SKILL.md lists a dependency on 'cellcog' (SDK) while the skill package declares no install spec, no required env vars, and no primary credential. That omission is plausible if the platform supplies the cellcog integration separately, but it is an inconsistency that should be clarified.
Instruction Scope
SKILL.md contains only usage examples calling CellCog client APIs (create_chat) and guidance on prompt content and modes. It does not instruct the agent to read unrelated system files, scan unrelated environment variables, or exfiltrate data to unexpected endpoints within the visible text. The instructions do mention file handling and output formats (PDF/DOCX), which implies file I/O but within the scope of resume generation.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — low install risk. There are no downloads, package installs, or archive extracts in the skill itself.
!
Credentials
No environment variables, API keys, or credentials are declared even though the skill depends on the external CellCog SDK/service. A resume-generation service typically requires an API key or account credentials and will transmit personal data (names, work history, contact info) to the vendor's servers. The omission of any declared primary credential or guidance about where to configure CellCog auth is an inconsistency that could lead to accidental leakage or unclear trust assumptions.
Persistence & Privilege
Skill metadata sets always:false and user-invocable:true; it does not request persistent privileges or to modify other skills. As an instruction-only skill it does not install background components or configure persistent access.
What to consider before installing
This skill appears to do what it says (use CellCog to create ATS-optimized resumes), but there are a few things to confirm before installing/using it: - Ask the publisher or platform where the 'cellcog' SDK/integration comes from and whether you must provide an API key or account credential. The SKILL.md implies an external service but the skill package declares no required credentials. - Confirm data flow and privacy: resumes contain highly sensitive PII (employment history, contact info). Verify CellCog's privacy policy and whether documents are sent to their servers, how long they are stored, and whether you can opt out of retention. - If you must provide an API key, ensure you create a least-privilege key scoped for resume generation only, and avoid reusing highly privileged credentials. - Because the skill produces files (PDF/DOCX), check where those files will be written and whether the agent/platform restricts access to other system files. If the publisher can confirm that the CellCog integration is provided by a platform-level skill (and explain where/when credentials are requested), this reduces the concern. Without that clarification, proceed cautiously and avoid submitting sensitive real-world data until you understand authentication and data-handling details.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📝 Clawdis
OSmacOS · Linux · Windows
latestvk97891wqme9pcp2yr757m046g984v1nd
759downloads
1stars
11versions
Updated 9h ago
v1.0.10
MIT-0
macOS, Linux, Windows

Resume Cog - AI Resume Builder Powered by CellCog

7 seconds. That's how long the average recruiter spends on your resume. CellCog makes every second count.

#1 on DeepResearch Bench (Apr 2026) — CellCog researches your target role, understands what hiring managers look for, optimizes for ATS systems, and generates beautifully designed resumes — PDF for polished presentation or DOCX when ATS systems require Word format. Not another template filler — a research-first resume engine.

How to Use

For your first CellCog task in a session, read the cellcog skill for the full SDK reference — file handling, chat modes, timeouts, and more.

OpenClaw (fire-and-forget):

result = client.create_chat(
    prompt="[your task prompt]",
    notify_session_key="agent:main:main",
    task_label="my-task",
    chat_mode="agent",
)

All agents except OpenClaw (blocks until done):

from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
    prompt="[your task prompt]",
    task_label="my-task",
    chat_mode="agent",
)
print(result["message"])

What You Can Create

Resumes & CVs

Build resumes that pass ATS filters and impress humans:

  • Modern Resumes: "Create a modern, ATS-friendly resume for a senior product manager"
  • Career Change Resumes: "Build a resume that positions my finance background for a tech PM role"
  • Academic CVs: "Create a detailed academic CV for a postdoc in computational biology"
  • Executive Resumes: "Design an executive resume for a VP of Engineering with 15 years experience"
  • Entry-Level Resumes: "Build a compelling resume for a recent CS graduate with internship experience"

Example prompt:

"Create an ATS-optimized resume for:

Name: Sarah Chen Target Role: Senior Product Manager at a B2B SaaS company

Experience:

  • Stripe (2021-present): Led payments platform, grew merchant revenue 40%
  • Slack (2018-2021): Launched 3 enterprise features, drove $12M ARR
  • Microsoft (2016-2018): Associate PM on Azure DevOps

Education: Stanford MBA, UC Berkeley CS Skills: Product strategy, data analysis, cross-functional leadership, SQL, A/B testing

Clean, modern design with blue accents. Highlight metrics and impact."

Cover Letters

Compelling cover letters that complement your resume:

  • Role-Specific: "Write a cover letter for the Senior PM position at Notion"
  • Career Change: "Write a cover letter explaining my transition from consulting to product"
  • Internal Transfer: "Draft an internal transfer letter for moving from engineering to product"

Example prompt:

"Write a compelling cover letter for:

Applicant: Sarah Chen (use the resume we just created) Target: Senior Product Manager at Notion

Key angles:

  • My experience building collaboration tools at Slack is directly relevant
  • I'm passionate about Notion's mission of making tools that feel like your own
  • Highlight the payments platform growth at Stripe as evidence of scaling ability

Tone: Professional but authentic, not corporate-speak."

LinkedIn Optimization

Optimize your professional presence:

  • Profile Rewrite: "Rewrite my LinkedIn headline and summary to attract recruiters for ML engineering roles"
  • About Section: "Create a compelling LinkedIn About section based on my resume"
  • Experience Bullets: "Transform my resume bullets into LinkedIn-style achievement descriptions"

Portfolio Documents

Showcase your work:

  • Case Studies: "Create a product management case study document from my Stripe experience"
  • Design Portfolios: "Build a portfolio PDF showcasing my top 5 UX projects"
  • Writing Samples: "Format my blog posts into a professional writing portfolio"

Why CellCog for Resumes?

Generic Resume BuildersCellCog Resume Cog
Pick a template, fill in blanksResearches your target role first
Same advice for everyoneTailored to specific companies and industries
Basic ATS keyword stuffingDeep understanding of what ATS systems scan for
Template designsState-of-the-art PDF generation, custom every time
Text onlyCan include charts, visual elements, custom layouts

Chat Mode for Resumes

ScenarioRecommended Mode
Single resume or cover letter"agent"
Complete career package (resume + cover letter + LinkedIn + portfolio)"agent"
Career strategy with multiple role-specific resume variants"agent team"

Use "agent" for most resume work. It handles individual documents and even multi-document packages excellently.


Tips for Better Resumes

  1. Provide real details: Don't say "I worked on projects" — give specific metrics, tools, and outcomes. CellCog can't invent your achievements.

  2. Name the target role: "Resume for a PM" is vague. "Resume targeting Senior PM roles at B2B SaaS companies in fintech" gives CellCog direction.

  3. Include metrics: Revenue numbers, user counts, percentage improvements — quantifiable results make resumes stand out.

  4. Specify design preferences: "Modern and minimal", "traditional corporate", "creative with color" — or let CellCog choose based on your industry.

  5. Choose your format: PDF is the default for polished, presentation-ready resumes. Request DOCX when you need to edit or when ATS systems require Word format.


If CellCog is not installed

Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate. OpenClaw users: Run clawhub install cellcog instead. Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.

Comments

Loading comments...