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.
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"])
Build resumes that pass ATS filters and impress humans:
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."
Compelling cover letters that complement your resume:
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."
Optimize your professional presence:
Showcase your work:
| Generic Resume Builders | CellCog Resume Cog |
|---|---|
| ------------------------ | ------------------- |
| Pick a template, fill in blanks | Researches your target role first |
| Same advice for everyone | Tailored to specific companies and industries |
| Basic ATS keyword stuffing | Deep understanding of what ATS systems scan for |
| Template designs | State-of-the-art PDF generation, custom every time |
| Text only | Can include charts, visual elements, custom layouts |
| Scenario | Recommended 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.
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.
共 3 个版本