# Send X(Twitter) Post Automation 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": "x-post-automation",
    "name": "X(Twitter) Post Automation",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/harshhmaniya/x-post-automation",
    "canonicalUrl": "https://clawhub.ai/harshhmaniya/x-post-automation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/x-post-automation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-post-automation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "x-post-automation",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T21:35:31.016Z",
      "expiresAt": "2026-05-08T21:35:31.016Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-post-automation",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=x-post-automation",
        "contentDisposition": "attachment; filename=\"x-post-automation-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "x-post-automation"
      },
      "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/x-post-automation"
    },
    "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/x-post-automation",
    "downloadUrl": "https://openagent3.xyz/downloads/x-post-automation",
    "agentUrl": "https://openagent3.xyz/skills/x-post-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/x-post-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/x-post-automation/agent.md"
  }
}
```
## Documentation

### X (Twitter) Automation Skill

This skill provides a structured workflow for generating and posting high-engagement content on X.

### Workflow

Context Gathering:

Use browser(profile="chrome") to visit https://x.com/home.
Scroll for ~30 seconds to absorb the timeline's "vibe" and current discourse.


Trend Identification:

Navigate to https://x.com/explore/.
Identify 5 distinct trending topics from the main list.


Trend Analysis (Deep Dive):

For each trend, search: https://x.com/search?q={trend}&src=trend_click&vertical=trends.
Read the Top 5 tweets per trend.


Content Generation:

Generate 3 candidate tweets.
Constraint: Opinions are encouraged! Be bold, witty, or opinionated to drive engagement.
Include relevant hashtags but keep them minimal (1-2).


Logging & Selection:

Write candidates to memory/x-daily-candidates.log.
Select the best one based on viral potential and alignment with the current timeline vibe.


Publication:

Navigate to https://x.com/compose/post.
Type the selected text and click "Post".


Notification:

Notify the user via the primary channel (Telegram/Webchat) of success or failure.
Include the best draft in case of failure.

### Troubleshooting

Browser Relay: Ensure a tab is connected in Chrome via the OpenClaw extension.
Failure Logging: Always log errors to memory/x-automation-logs.md.

### Content Style Guide

Concise: Keep it punchy.
Opinionated: Don't just report facts; give a "hot take".
Engaging: Use questions or strong statements to prompt replies.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: harshhmaniya
- 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-01T21:35:31.016Z
- Expires at: 2026-05-08T21:35:31.016Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/x-post-automation)
- [Send to Agent page](https://openagent3.xyz/skills/x-post-automation/agent)
- [JSON manifest](https://openagent3.xyz/skills/x-post-automation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/x-post-automation/agent.md)
- [Download page](https://openagent3.xyz/downloads/x-post-automation)