重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
resume-design-generation by eachlabs/skills
npx skills add https://github.com/eachlabs/skills --skill resume-design-generation使用 each::sense 生成视觉惊艳、专业设计的简历和履历。此技能创建针对不同行业、职业阶段和个人品牌风格优化的简历布局和设计。
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern professional resume design for a marketing manager with a clean blue and white color scheme, include sections for summary, experience, skills, and education",
"mode": "max"
}'
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 风格 | 最适合 | 关键元素 |
|---|
| 现代专业 | 企业职位 | 简洁线条、专业色彩、平衡布局 |
| 创意设计师 | 设计/艺术职位 | 醒目排版、独特布局、创意元素 |
| 极简主义 | 任何行业 | 留白空间、简洁字体、内容导向 |
| 高管 | 高管/总监 | 优雅、精致、成就导向 |
| 技术/开发者 | 工程职位 | 代码美学、技能条、GitHub风格 |
| 学术履历 | 学术/研究 | 出版物部分、正式结构 |
| 信息图表 | 营销/数据 | 图表、图标、视觉化数据呈现 |
| 双栏式 | 空间高效 | 技能/联系信息侧边栏、主要内容区 |
| ATS友好 | 在线申请 | 简单格式化、无图形、可解析 |
| 作品集 | 创意/设计师 | 工作样本、项目展示、视觉画廊 |
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern professional resume design for a senior marketing manager. Use a clean navy blue and white color scheme. Include a professional header with name and title, a summary section, work experience timeline, skills section with progress bars, and education. The layout should be single-column, easy to read, and print-ready at A4 size.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a bold and creative resume for a graphic designer. Use vibrant colors like coral pink and teal accents on a dark charcoal background. Include asymmetric layout elements, custom typography, a personal logo placeholder, portfolio preview section, and creative skill visualization. Make it visually striking and memorable while remaining professional.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a minimalist resume design with maximum white space. Use only black text on white background with subtle gray accents for section dividers. Clean sans-serif typography, ample margins, and elegant simplicity. Include name at top, contact info, professional summary, experience, skills as simple tags, and education. No decorative elements - let the content speak.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a sophisticated executive resume for a C-level executive (CEO/CFO). Use premium colors - deep burgundy header with gold accents on cream background. Elegant serif typography for headings, clean sans-serif for body. Include executive summary with key achievements, career highlights, board positions section, education with prestigious credentials, and professional affiliations. Two pages, dignified and authoritative.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a developer-style resume design with a dark theme (dark gray/black background with green or cyan accent colors like a terminal). Include a code-style header, tech stack section with language/framework icons, GitHub contribution graph style visualization, project cards with tech badges, experience in commit-log style format, and skills with proficiency indicators. Monospace font for headings.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a formal academic CV template for a university professor or researcher. Classic, traditional layout with navy blue accents on white. Include sections for: contact information, research interests, education with thesis titles, academic positions, publications (with proper citation formatting), grants and funding, teaching experience, conference presentations, professional memberships, and references. Multi-page format, formal typography.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an infographic-style resume design for a data analyst or marketing professional. Include circular skill charts, timeline infographic for career progression, bar graphs for proficiency levels, icon-based representations for achievements (e.g., trophy icons for awards), geographic map for locations worked, and pie charts for time allocation. Use a cohesive color palette of blues and oranges. Visual, data-driven, and engaging.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a two-column resume layout. Left sidebar (narrower, dark teal background) contains: profile photo placeholder, contact information with icons, skills with rating dots, languages, and interests. Right main column (white background) contains: professional name and title header, summary, detailed work experience, and education. Clean dividers between sections, modern yet professional appearance.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an ATS-optimized resume design that will parse correctly through applicant tracking systems. Single column layout, no tables or complex formatting, no images or graphics, no headers/footers. Standard section headings (Summary, Experience, Education, Skills), clear hierarchy with bold headings, bullet points for achievements, standard fonts (Arial or Calibri style), and consistent formatting. Clean and parseable while still looking professional.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a portfolio-style resume for a creative professional (photographer, architect, or UX designer). Include a header section with name and title, a grid layout showcasing 4-6 project thumbnails with brief descriptions, condensed work experience section, skills as visual icons, client logo section, awards with visual badges, and contact information. Visual-heavy design that doubles as a mini portfolio. Modern, gallery-style aesthetic.",
"mode": "max"
}'
在生成前询问您的用户:
"您想要快速且经济,还是高质量?"
| 模式 | 最适合 | 速度 | 质量 |
|---|---|---|---|
max | 最终简历设计、专业用途 | 较慢 | 最高 |
eco | 快速草稿、概念探索、测试布局 | 较快 | 良好 |
使用 session_id 迭代简历设计:
# 初始设计
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern two-column resume design with a blue sidebar",
"session_id": "resume-design-project"
}'
# 基于反馈进行迭代
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Change the sidebar color to dark green and add a circular photo placeholder at the top",
"session_id": "resume-design-project"
}'
# 请求变体
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an alternative version with the same content but a single-column layout",
"session_id": "resume-design-project"
}'
生成多种风格变体以供比较:
# 变体 A - 现代风格
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern resume design for a product manager with blue accents",
"mode": "eco"
}'
# 变体 B - 极简主义
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a minimalist resume design for a product manager with black and white only",
"mode": "eco"
}'
# 变体 C - 创意风格
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a creative resume design for a product manager with bold colors and unique layout",
"mode": "eco"
}'
创建简历设计时,请在提示中包含以下细节:
"Create a [style] resume design for a [role/industry].
Use [color scheme] with [accent details].
Include sections for [list sections].
The layout should be [layout type].
[Additional requirements like visual elements, typography, etc.]"
| 错误 | 原因 | 解决方案 |
|---|---|---|
Failed to create prediction: HTTP 422 | 余额不足 | 在 eachlabs.ai 充值 |
| 内容策略违规 | 禁止内容 | 调整提示以符合策略 |
| 超时 | 复杂生成 | 将客户端超时设置为至少10分钟 |
each-sense - 核心 API 文档meta-ad-creative-generation - 营销创意product-photo-generation - 专业产品图像每周安装次数
52
仓库
GitHub 星标数
8
首次出现
2026年2月20日
安全审计
安装于
gemini-cli52
amp51
cursor51
opencode51
codex51
github-copilot51
Generate visually stunning and professionally designed resumes and CVs using each::sense. This skill creates resume layouts and designs optimized for different industries, career levels, and personal branding styles.
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern professional resume design for a marketing manager with a clean blue and white color scheme, include sections for summary, experience, skills, and education",
"mode": "max"
}'
| Style | Best For | Key Elements |
|---|---|---|
| Modern Professional | Corporate roles | Clean lines, professional colors, balanced layout |
| Creative Designer | Design/Art roles | Bold typography, unique layouts, creative elements |
| Minimalist | Any industry | White space, simple fonts, content-focused |
| Executive | C-suite/Directors | Elegant, sophisticated, achievement-focused |
| Tech/Developer | Engineering roles | Code aesthetics, skill bars, GitHub-style |
| Academic CV | Academia/Research | Publications section, formal structure |
| Infographic | Marketing/Data | Charts, icons, visual data representation |
| Two-Column | Space-efficient | Sidebar for skills/contact, main content area |
| ATS-Friendly | Online applications |
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern professional resume design for a senior marketing manager. Use a clean navy blue and white color scheme. Include a professional header with name and title, a summary section, work experience timeline, skills section with progress bars, and education. The layout should be single-column, easy to read, and print-ready at A4 size.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a bold and creative resume for a graphic designer. Use vibrant colors like coral pink and teal accents on a dark charcoal background. Include asymmetric layout elements, custom typography, a personal logo placeholder, portfolio preview section, and creative skill visualization. Make it visually striking and memorable while remaining professional.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a minimalist resume design with maximum white space. Use only black text on white background with subtle gray accents for section dividers. Clean sans-serif typography, ample margins, and elegant simplicity. Include name at top, contact info, professional summary, experience, skills as simple tags, and education. No decorative elements - let the content speak.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a sophisticated executive resume for a C-level executive (CEO/CFO). Use premium colors - deep burgundy header with gold accents on cream background. Elegant serif typography for headings, clean sans-serif for body. Include executive summary with key achievements, career highlights, board positions section, education with prestigious credentials, and professional affiliations. Two pages, dignified and authoritative.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a developer-style resume design with a dark theme (dark gray/black background with green or cyan accent colors like a terminal). Include a code-style header, tech stack section with language/framework icons, GitHub contribution graph style visualization, project cards with tech badges, experience in commit-log style format, and skills with proficiency indicators. Monospace font for headings.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a formal academic CV template for a university professor or researcher. Classic, traditional layout with navy blue accents on white. Include sections for: contact information, research interests, education with thesis titles, academic positions, publications (with proper citation formatting), grants and funding, teaching experience, conference presentations, professional memberships, and references. Multi-page format, formal typography.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an infographic-style resume design for a data analyst or marketing professional. Include circular skill charts, timeline infographic for career progression, bar graphs for proficiency levels, icon-based representations for achievements (e.g., trophy icons for awards), geographic map for locations worked, and pie charts for time allocation. Use a cohesive color palette of blues and oranges. Visual, data-driven, and engaging.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a two-column resume layout. Left sidebar (narrower, dark teal background) contains: profile photo placeholder, contact information with icons, skills with rating dots, languages, and interests. Right main column (white background) contains: professional name and title header, summary, detailed work experience, and education. Clean dividers between sections, modern yet professional appearance.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an ATS-optimized resume design that will parse correctly through applicant tracking systems. Single column layout, no tables or complex formatting, no images or graphics, no headers/footers. Standard section headings (Summary, Experience, Education, Skills), clear hierarchy with bold headings, bullet points for achievements, standard fonts (Arial or Calibri style), and consistent formatting. Clean and parseable while still looking professional.",
"mode": "max"
}'
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Design a portfolio-style resume for a creative professional (photographer, architect, or UX designer). Include a header section with name and title, a grid layout showcasing 4-6 project thumbnails with brief descriptions, condensed work experience section, skills as visual icons, client logo section, awards with visual badges, and contact information. Visual-heavy design that doubles as a mini portfolio. Modern, gallery-style aesthetic.",
"mode": "max"
}'
Ask your users before generating:
"Do you want fast & cheap, or high quality?"
| Mode | Best For | Speed | Quality |
|---|---|---|---|
max | Final resume designs, professional use | Slower | Highest |
eco | Quick drafts, concept exploration, testing layouts | Faster | Good |
Use session_id to iterate on resume designs:
# Initial design
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern two-column resume design with a blue sidebar",
"session_id": "resume-design-project"
}'
# Iterate based on feedback
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Change the sidebar color to dark green and add a circular photo placeholder at the top",
"session_id": "resume-design-project"
}'
# Request variation
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create an alternative version with the same content but a single-column layout",
"session_id": "resume-design-project"
}'
Generate multiple style variations for comparison:
# Variation A - Modern
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a modern resume design for a product manager with blue accents",
"mode": "eco"
}'
# Variation B - Minimalist
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a minimalist resume design for a product manager with black and white only",
"mode": "eco"
}'
# Variation C - Creative
curl -X POST https://sense.eachlabs.run/chat \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Create a creative resume design for a product manager with bold colors and unique layout",
"mode": "eco"
}'
When creating resume designs, include these details in your prompt:
"Create a [style] resume design for a [role/industry].
Use [color scheme] with [accent details].
Include sections for [list sections].
The layout should be [layout type].
[Additional requirements like visual elements, typography, etc.]"
| Error | Cause | Solution |
|---|---|---|
Failed to create prediction: HTTP 422 | Insufficient balance | Top up at eachlabs.ai |
| Content policy violation | Prohibited content | Adjust prompt to comply with policies |
| Timeout | Complex generation | Set client timeout to minimum 10 minutes |
each-sense - Core API documentationmeta-ad-creative-generation - Marketing creativesproduct-photo-generation - Professional product imageryWeekly Installs
52
Repository
GitHub Stars
8
First Seen
Feb 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
gemini-cli52
amp51
cursor51
opencode51
codex51
github-copilot51
超能力技能使用指南:AI助手技能调用优先级与工作流程详解
56,600 周安装
| Simple formatting, no graphics, parseable |
| Portfolio | Creatives/Designers | Work samples, project showcases, visual gallery |