# LinkedIn content generation Human Guide

## What This Is For
Generate high-impact LinkedIn content graphics using each::sense. It gives the agent a clearer input/output frame for social content: what context to ask for, what decisions to make, and what usable artifact to return.

Use this as a human-readable version of the LinkedIn content generation agent skill. It is meant for marketers, operators, founders, and other non-coders who want the workflow without reading agent-specific implementation instructions.

## When To Use This
- Use this when you need a repeatable process for LinkedIn content generation.
- Use this when the task needs judgment, examples, constraints, or a clear output format rather than a one-off prompt.
- Use this when you want to hand an AI assistant enough context to produce a usable marketing artifact.

## When Not To Use This
- Do not use this when you only need a quick factual answer.
- Do not use this when the work depends on private data you cannot share with the assistant.
- Do not use this as a replacement for legal, compliance, financial, or medical review.

## What You Need Before Starting
- The goal or business outcome you want.
- The audience, customer segment, or market context.
- Any source material the assistant should respect, such as notes, briefs, examples, URLs, or brand guidance.
- Constraints such as tone, length, channel, deadline, region, or approval requirements.
- A clear definition of what a good final answer should look like.

## Step-By-Step Workflow
1. State the job clearly: "Use the LinkedIn content generation guide to help me with..."
2. Add context: audience, goal, offer, channel, source material, and constraints.
3. Ask the assistant to identify missing inputs before producing the final output.
4. Have the assistant follow the skill-specific guidance below.
5. Review the result against the final checklist and ask for revisions where needed.

## Skill-Specific Guidance
- **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
- **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

## Decision Points And Nuance
The original skill emphasizes: Features, Quick Start, LinkedIn Image Formats & Sizes, Use Case Examples, Professional Post Graphic, Article Header Image, Company Page Banner, Event Promotion Graphic, Thought Leadership Visual, Data/Stats Visualization Background.

Use these questions to steer the work:
- What is the intended audience or buyer?
- What source material must be preserved?
- What should the assistant optimize for: clarity, persuasion, accuracy, speed, creativity, or conversion?
- What examples represent the desired quality bar?
- What should the assistant avoid?

## Common Mistakes
- **Clean Design**: Avoid clutter; LinkedIn audience prefers polished, minimal designs
- | `max` | Final content, important posts, brand materials | Slower | Highest |
- | `requires_response` | boolean | Whether a response is required to proceed |

## Copy-And-Paste Prompt
```text
Use the LinkedIn content generation human guide.

My goal:
[Describe the business outcome]

Audience:
[Describe who this is for]

Context and source material:
[Paste notes, examples, links, or existing copy]

Constraints:
[Tone, length, channel, timeline, must-include items, must-avoid items]

Before producing the final output, ask me for any missing information that would materially improve the result.
```

## Final Checklist
- [ ] The output matches the original goal.
- [ ] The audience and context are reflected in the answer.
- [ ] Important constraints and source material were preserved.
- [ ] The assistant made the relevant decisions explicit.
- [ ] The final artifact is ready to use, review, or hand to the next person.

## Source
This guide was generated from the eachlabs/skills skill entry for `linkedin-content-generation`.

## Source Skill Notes
These notes preserve the nuance from the original skill. Use them as supporting reference when the workflow above feels too generic.

# 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

```bash
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 Type | Aspect Ratio | Recommended Size | Use Case |
|--------------|--------------|------------------|----------|
| Feed Post (Single) | 1.91:1 | 1200x628 | Standard post images |
| Feed Post (Square) | 1:1 | 1080x1080 | High engagement posts |
| Feed Post (Portrait) | 4:5 | 1080x1350 | Maximum feed presence |
| Article Header | 1.91:1 | 1200x628 | LinkedIn article covers |
| Company Banner | 4:1 | 1128x191 | Company page header |
| Event Cover | 16:9 | 1600x900 | Event page images |
| Carousel Slide | 1:1 | 1080x1080 | Document/carousel posts |

## Use Case Examples

### 1. Professional Post Graphic

```bash
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

```bash
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

```bash
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
