Agent Skills
› langchain-ai/deepagents
› social-media
social-media
GitHub用于生成Twitter/X、LinkedIn及短格式社交媒体内容,包含特定格式规范与写作指南,支持保存为Markdown文件。
Trigger Scenarios
创建社交媒体帖子
撰写推文线程
生成LinkedIn文章
Install
npx skills add langchain-ai/deepagents --skill social-media -g -y
SKILL.md
Frontmatter
{
"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).
Version History
- 1e4f507 Current 2026-08-20 16:32


