# Send Social Media Agent to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "social-media-agent",
    "name": "Social Media Agent",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/psmamm/social-media-agent",
    "canonicalUrl": "https://clawhub.ai/psmamm/social-media-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/social-media-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=social-media-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/content-templates.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "social-media-agent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T07:15:32.923Z",
      "expiresAt": "2026-05-08T07:15:32.923Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=social-media-agent",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=social-media-agent",
        "contentDisposition": "attachment; filename=\"social-media-agent-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "social-media-agent"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/social-media-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/social-media-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/social-media-agent",
    "agentUrl": "https://openagent3.xyz/skills/social-media-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/social-media-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/social-media-agent/agent.md"
  }
}
```
## Documentation

### 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

Ensure Chrome is running with remote debugging OR use OpenClaw's built-in browser
Navigate to x.com/compose/post
Take a snapshot to find the text input
Type the tweet text
Click the Post button
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 Pillars

Rotate through these categories for balanced content:

Pillar%ExamplesIndustry Insights40%AI news commentary, tech analysisBuilding in Public30%Progress updates, behind-the-scenesPhilosophy/Thought20%Hot takes, provocative questionsEngagement/Humor10%Memes, replies, community interaction

### Content Pipeline

Research: Use web_fetch on news sites (theverge.com, techcrunch.com, news.ycombinator.com)
Generate: Spawn a content-agent via sessions_spawn with research results
Store: Save drafts in memory/tweet-drafts-YYYY-MM-DD.json
Review: Check drafts for quality, brand consistency
Post: Use browser automation to publish
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"
}

### 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

Post consistently (daily)
Engage with relevant accounts (reply, quote tweet)
Use trending topics when relevant
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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: psmamm
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T07:15:32.923Z
- Expires at: 2026-05-08T07:15:32.923Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/social-media-agent)
- [Send to Agent page](https://openagent3.xyz/skills/social-media-agent/agent)
- [JSON manifest](https://openagent3.xyz/skills/social-media-agent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/social-media-agent/agent.md)
- [Download page](https://openagent3.xyz/downloads/social-media-agent)