> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Social Content Team

> Plan, create, and analyze LinkedIn social content end-to-end.

## Overview

The Social Content Team pack handles the full lifecycle of LinkedIn-focused social content: **plan** a weekly calendar, **create** posts (with optional AI images), and **analyze** posting performance across six dimensions.

**Use cases**

* Weekly social content cadence for founders and execs
* Ghost-writing programs for sales/CS leaders
* Benchmarking a LinkedIn profile against industry peers

***

## Pack actions

| Phase                    | Generator                                                | Renderer                                             |
| ------------------------ | -------------------------------------------------------- | ---------------------------------------------------- |
| SC1 Social Planner       | `social_planner_generate_plan_action`                    | `social_planner_render_plan_report`                  |
| SC2 Social Post Creator  | `social_post_creator_generate_post_action`               | `social_post_creator_render_post_report`             |
| SC3 Performance Analyzer | `social_performance_analyzer_analyze_performance_action` | `social_performance_analyzer_render_analysis_report` |
| SC4 Social Image         | `social_post_creator_generate_social_image_action`       | —                                                    |

## What each phase outputs

* **SC1 Planner** — 3-7 post ideas per week mapped to content pillars, with format, hooks, and timing.
* **SC2 Post Creator** — a full LinkedIn post with hook, body, CTA, hashtags, and optional AI-generated image sized for LinkedIn.
* **SC3 Performance Analyzer** — profile-level scorecard across 6 dimensions, with industry benchmarks, top/bottom performers, and a prioritized action plan.
* **SC4 Social Image** — standalone LinkedIn-optimized AI image (4 visual styles, 2 aspect ratios) via Gemini.

## Typical flow

```mermaid theme={null}
graph LR
  A[Topic or Profile] --> B[SC1 Planner]
  B --> C[SC2 Post Creator]
  C --> D[SC4 Social Image]
  E[LinkedIn URL] --> F[SC3 Performance Analyzer]
```

## Related

* [Content Marketing Team](/agent-packs/content-marketing-team) for long-form owned content.
* [Render LinkedIn Sentiment Report](/actions/linkedin_sentiment_render_report_html) for sentiment reports over LinkedIn posts.
* Full endpoint details in the [API Reference](/api-reference).
