social-media

Create short-form social media posts for LinkedIn and Twitter/X.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/lukegob10/deepagents --skill social-media-lukegob10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: social-media
Source: https://github.com/lukegob10/deepagents/tree/main/examples/content-builder-agent/skills/social-media
Command: npx skills add https://github.com/lukegob10/deepagents --skill social-media-lukegob10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires deepagents, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of crafting engaging and effective social media content efficiently, reducing the time and effort required to create posts for various platforms.

Core Features & Use Cases

  • Content Creation Guidelines: Offers step-by-step guidance for creating social media posts.
  • Research Integration: Supports research delegation with the task tool.
  • Image Generation: Generates images for posts with the generate_social_image tool.
  • Platform-Specific Best Practices: Provides guidelines for different platforms like LinkedIn and Twitter/X.

Quick Start

To create a social media post for LinkedIn, use the following command:

task( subagent_type="researcher", description="Research [TOPIC]. Save findings to research/[slug].md" ) generate_social_image(prompt="A detailed description...", platform="linkedin", slug="your-post-slug")

Frequently Asked Questions about social-media

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate social media content creation for LinkedIn and Twitter/X?

You can automate research delegation and image generation to craft platform-specific social media content for LinkedIn and Twitter/X. It provides step-by-step guidelines to streamline post creation.

What's the best way to generate images for social media posts?

The best way to generate images for social media posts is using the built-in `generate_social_image` tool, which accepts a text prompt, platform parameter, and slug to produce tailored visuals.

Can I integrate research automation into my content creation workflow?

Yes, you can integrate research automation by delegating tasks to a researcher subagent using the `task` tool. It saves findings to a Markdown file for drafting posts.

Does this content creation tool support configuration with YAML and Markdown?

Yes, the content creation tool supports configuration with YAML and Markdown. These formats structure post guidelines and manage generated research findings.

Do I need deepagents to use this social media content Skill?

Yes, you need the deepagents dependency installed. It provides the underlying framework required for research delegation, subagent management, and image generation capabilities.