← 返回
内容创作

Social Media Agent

Autonomous social media management for X/Twitter using only OpenClaw native tools. Use when a user wants to automate X posting, generate content, track engagement, or build an audience. Triggers on requests about tweets, social media strategy, X engagement, content calendars, or growing a following. No API keys required — uses browser automation and web_fetch.
仅使用 OpenClaw 原生工具实现 X/Twitter 的自主社交媒体管理。当用户希望自动化发布推文、生成内容、追踪互动或增长受众时使用。适用于关于推文、社交媒体策略、X 互动、内容日历或粉丝增长的请求。无需 API 密钥,使用浏览器自动化和 web_fetch 实现。
psmamm
内容创作 clawhub v1.0.0 1 版本 99499.2 Key: 无需
★ 12
Stars
📥 11,284
下载
💾 1,545
安装
1
版本
#latest

概述

Social Media Agent

Manage an X/Twitter account autonomously using only OpenClaw's built-in tools. No external APIs, no npm packages, no API keys needed.

Core Tools

  • browser — Post tweets, engage with posts, take screenshots
  • web_fetch — Scrape profiles, trending topics, news for content
  • sessions_spawn — Run content generation in parallel
  • cron — Schedule regular posting and engagement
  • memory_search / files — Track what was posted, engagement stats

Posting a Tweet

  1. Ensure Chrome is running with remote debugging OR use OpenClaw's built-in browser
  2. Navigate to x.com/compose/post
  3. Take a snapshot to find the text input
  4. Type the tweet text
  5. Click the Post button
  6. Verify with another snapshot
browser open → x.com/compose/post
browser snapshot → find textbox ref
browser act → click textbox ref
browser act → type tweet text
browser snapshot → find Post button ref
browser act → click Post button

Important timing: Wait 3-4 seconds after page loads before interacting.

Content Generation Strategy

Content Pillars

Rotate through these categories for balanced content:

Pillar%Examples
--------------------
Industry Insights40%AI news commentary, tech analysis
Building in Public30%Progress updates, behind-the-scenes
Philosophy/Thought20%Hot takes, provocative questions
Engagement/Humor10%Memes, replies, community interaction

Content Pipeline

  1. Research: Use web_fetch on news sites (theverge.com, techcrunch.com, news.ycombinator.com)
  2. Generate: Spawn a content-agent via sessions_spawn with research results
  3. Store: Save drafts in memory/tweet-drafts-YYYY-MM-DD.json
  4. Review: Check drafts for quality, brand consistency
  5. Post: Use browser automation to publish
  6. Track: Log posted tweets in memory/social-log.json

Draft Format

{
  "text": "Tweet text under 280 chars",
  "topic": "What it's about",
  "hook": "Why it might engage"
}

Engagement Strategy

Posting Rules

  • Max 3-5 tweets per day — Quality over quantity
  • Min 45 seconds between actions — Avoid rate limiting
  • No spam — Genuine engagement only
  • Track everything — Log all posts and engagement

Growing Followers

  1. Post consistently (daily)
  2. Engage with relevant accounts (reply, quote tweet)
  3. Use trending topics when relevant
  4. Be authentic — no generic AI responses

Scheduling with Cron

Set up automated posting schedules:

Morning post: cron expr "0 9 * * *" — Industry insight
Afternoon post: cron expr "0 15 * * *" — Building update
Evening post: cron expr "0 21 * * *" — Hot take

Use sessionTarget: "isolated" with payload.kind: "agentTurn" for autonomous posting.

Anti-Patterns (Avoid)

  • Do NOT post more than 5 tweets per day (looks spammy)
  • Do NOT use generic engagement ("Great post!" "So true!")
  • Do NOT post without reading the content you're commenting on
  • Do NOT use API keys when browser automation works
  • Do NOT build external tools when OpenClaw native suffices

Analytics Tracking

Track engagement in memory/social-log.json:

{
  "date": "2026-02-08",
  "posted": 3,
  "platform": "x",
  "handle": "@YourHandle",
  "tweets": [
    {"text": "...", "time": "09:00", "topic": "ai-news"}
  ]
}

Review weekly: What topics got most engagement? Adjust strategy accordingly.

Quick Reference

For detailed content templates and examples, see references/content-templates.md.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 09:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 857 📥 199,290
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,132
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,409