Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计通过

linkedin-content-generationlinkedin 内容生成

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,101

周安装

85

GitHub Stars

12

下载量

660
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkedin-content-generation(linkedin 内容生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/linkedin-content-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill linkedin-content-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill linkedin-content-generation

简介

linkedin-content-generation 用于辅助文档和 Markdown 稿件整理。

  • 适合提炼结构、统一术语或检查链接有效性。linkedin-content-generation 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 应保留项目已有事实和路径,避免写成确定结论。
  • 涉及对外文案时需控制语气,防止过度营销或夸大能力。
  • 建议结合产品场景补充章节,而非仅堆砌内容片段。

SKILL.md

LinkedIn Content Generation

Generate high-impact LinkedIn content graphics using each::sense. This skill creates professional images optimized for LinkedIn's formats, audience expectations, and best practices for B2B engagement.

Features

  • Post Graphics: Eye-catching images for feed posts and updates
  • Article Headers: Professional header images for LinkedIn articles
  • Company Banners: Brand-aligned banners for company pages
  • Event Promotions: Graphics for webinars, conferences, and events
  • Thought Leadership: Visuals for industry insights and expertise
  • Data Visualization: Stats and infographic-style content
  • Team Announcements: New hire, promotion, and team celebration graphics
  • Job Postings: Attractive visuals for recruitment posts
  • Personal Brand: Professional imagery for individual thought leaders

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a LinkedIn post graphic about AI transformation in business, professional and modern style with blue color scheme"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

LinkedIn Image Formats & Sizes

Content TypeAspect RatioRecommended SizeUse Case
Feed Post (Single)1.91:11200x628Standard post images
Feed Post (Square)1:11080x1080High engagement posts
Feed Post (Portrait)4:51080x1350Maximum feed presence
Article Header1.91:11200x628LinkedIn article covers
Company Banner4:11128x191Company page header
Event Cover16:91600x900Event page images
Carousel Slide1:11080x1080Document/carousel posts

Use Case Examples

1. Professional Post Graphic

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 LinkedIn post graphic about digital transformation. Show a professional in a modern office environment with digital elements and data visualizations floating around. Clean, corporate aesthetic with blue and white tones. Leave space at bottom for text overlay."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Article Header Image

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1200x628 LinkedIn article header image about leadership in remote work. Abstract professional design showing connected people icons, home office elements, and collaboration symbols. Corporate blue gradient background with modern geometric shapes."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Company Page Banner

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a LinkedIn company banner (1128x191 pixels, very wide 4:1 ratio) for a tech consulting firm. Abstract technology-themed design with circuit patterns, subtle gradient from dark blue to teal. Professional and innovative feel. No text, just visual elements."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Event Promotion Graphic

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 16:9 LinkedIn event cover for a virtual leadership summit. Show a professional conference stage setup with modern lighting, screens displaying abstract business graphics, and an audience silhouette. Premium corporate event atmosphere with purple and blue accent lighting."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Thought Leadership Visual

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 thought leadership post image about the future of AI in healthcare. Show an abstract visualization of AI and medical imagery merging - neural network patterns combined with medical symbols, DNA helixes, and healthcare icons. Clean white background with blue and green accents. Professional and innovative."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Data/Stats Visualization Background

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 LinkedIn post background for showcasing business statistics. Abstract data visualization design with subtle chart elements, graph lines, and percentage symbols in the background. Dark professional theme with glowing blue and green data points. Leave large center area for text overlay of actual statistics."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Team Announcement Graphic

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 LinkedIn graphic template for a new team member announcement. Professional celebratory design with confetti elements, welcome banner style, and a prominent circular placeholder area for a profile photo. Corporate colors (blue and gold), warm and welcoming atmosphere."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Job Posting Visual

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 4:5 LinkedIn job posting graphic for a software engineering position. Show a modern tech workspace with developers collaborating, multiple screens with code, bright and energetic office environment. Diverse team, innovative startup atmosphere. Leave top portion for job title text."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Industry Insight Graphic

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1.91:1 LinkedIn post image about fintech industry trends. Abstract financial technology visualization with blockchain nodes, digital currency symbols, and banking icons interconnected. Gradient from navy to electric blue, futuristic but professional. Suitable for a market analysis post."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. Personal Brand Content

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 personal brand LinkedIn post image for a business coach sharing advice. Show a professional speaking or presenting, confident pose, modern minimalist office background with motivational elements. Warm, approachable lighting. Space at bottom for quote text overlay."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Professional Aesthetics

  • Color Palette: Stick to professional colors - blues, grays, white, with accent colors
  • Clean Design: Avoid clutter; LinkedIn audience prefers polished, minimal designs
  • Brand Consistency: Maintain consistent visual identity across all content
  • Text Space: Leave clear areas for headlines, stats, or quotes

Content Guidelines

  • Professional Tone: Content should feel business-appropriate
  • High Resolution: Always generate at recommended sizes for crisp display
  • Mobile-First: Most LinkedIn users browse on mobile - ensure clarity at smaller sizes
  • Accessibility: Use good contrast ratios for any overlaid text

Engagement Optimization

  • Visual Hierarchy: Guide the eye to key elements
  • Emotional Connection: Use human elements for higher engagement
  • Brand Recognition: Include subtle brand elements when appropriate

Prompt Tips for LinkedIn Content

When creating LinkedIn content, include these details in your prompt:

  1. Format: Specify aspect ratio (1:1, 1.91:1, 4:5, 16:9)
  2. Content Type: Post, article header, banner, event, etc.
  3. Industry: Tech, finance, healthcare, consulting, etc.
  4. Mood: Professional, innovative, warm, authoritative
  5. Color Scheme: Corporate blues, brand colors, etc.
  6. Text Space: Where you need room for copy overlay
  7. Target Audience: Executives, developers, HR, etc.

Example Prompt Structure

"Create a [aspect ratio] LinkedIn [content type] for [industry/topic].
Show [visual description] with [mood/style].
Color scheme: [colors].
[Additional requirements like text space, brand elements, etc.]"

Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQuality
maxFinal content, important posts, brand materialsSlowerHighest
ecoQuick drafts, concept exploration, batch testingFasterGood

Multi-Turn Content Iteration

Use session_id to iterate on LinkedIn content:

# Initial graphic
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 LinkedIn post about SaaS growth strategies, professional blue theme"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "linkedin-saas-post"
  }'

# Iterate based on feedback
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Make it more dynamic with upward trending graph elements and add some green accent colors for growth theme"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "linkedin-saas-post"
  }'

# Request variation
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an alternative version with a darker background for A/B testing"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "linkedin-saas-post"
  }'

Carousel Content Generation

Generate multiple slides for LinkedIn carousel posts:

# Slide 1 - Cover
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create slide 1 of 5 for a LinkedIn carousel about productivity tips. Cover slide design - bold, attention-grabbing with abstract productivity imagery. 1:1 format, dark blue background with orange accents."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "productivity-carousel",
    "mode": "max"
  }'

# Slide 2 - Content slide
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create slide 2 of 5 maintaining the same visual style. Show time management concept with clock and calendar elements. Leave space for tip text."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "productivity-carousel",
    "mode": "max"
  }'

Batch Content Generation

Generate multiple variations for content testing:

# Variation A - Abstract style
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 LinkedIn post about cloud computing - abstract geometric style with cloud and server icons"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

# Variation B - Photo-realistic style
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 LinkedIn post about cloud computing - photo-realistic data center with blue lighting"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

# Variation C - Minimal style
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 1:1 LinkedIn post about cloud computing - minimal line art style with simple cloud icon"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with professional content guidelines
TimeoutComplex generationSet client timeout to minimum 10 minutes

Related Skills

  • each-sense - Core API documentation
  • meta-ad-creative-generation - Meta (Facebook/Instagram) ad creatives
  • google-ad-creative-generation - Google Ads creatives
  • product-photo-generation - E-commerce product shots

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.49%
按下载量换算247

Claude

29.38%
按下载量换算194

Cursor

20.03%
按下载量换算132

Gemini CLI

9.63%
按下载量换算64

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills