
social-media
β 25,700by langchain-ai Β· part of langchain-ai/deepagents
Drafts platform-specific social media posts with research-backed content and generated companion images. Supports LinkedIn posts (1,300 characters with professional tone) and Twitter/X threads (280 characters per tweet with 1/π§΅ format) Requires delegating research to a subagent before writing, then reading findings to ensure accuracy and relevance Generates eye-catching social images automatically using generate_social_image tool with bold, high-contrast compositions optimized for small...
Drafts platform-specific social media posts with research-backed content and generated companion images. Supports LinkedIn posts (1,300 characters with professional tone) and Twitter/X threads (280 characters per tweet with 1/π§΅ format) Requires delegating research to a subagent before writing, then reading findings to ensure accuracy and relevance Generates eye-catching social images automatically using generate_social_image tool with bold, high-contrast compositions optimized for small...
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates β shown here so you can audit it before installing. You don't need to read it to use the skill.
name: social-media description: Create social media content including Twitter/X threads, LinkedIn posts, and short-form updates.
Social Media Content Skill
Formats
Twitter/X Thread
- Hook tweet: compelling question or bold statement (< 280 chars)
- 3-7 follow-up tweets expanding on the topic
- Final tweet with CTA or key takeaway
- Use line breaks for readability
LinkedIn Post
- Opening hook (first 2 lines visible before "see more")
- 3-5 short paragraphs with key insights
- End with a question to drive engagement
- 1,300 character target length
Short-form Update
- Single paragraph announcement or insight
- Link to longer content if available
- Under 280 characters for cross-platform use
Guidelines
- Write in first person for LinkedIn, third person for company accounts
- Include 2-3 relevant hashtags (not more)
- Adapt tone: LinkedIn is more professional, Twitter is more conversational
- Every post should provide standalone value β don't just tease
- Use concrete numbers and results over vague claims
Output
Save content to social/<platform>/<slug>.md (e.g., social/twitter/ai-agents-thread.md).
npx skills add https://github.com/langchain-ai/deepagents --skill social-mediaRun this in your project β your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.