# Send Tweet Composer 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tweet-composer",
    "name": "Tweet Composer",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/minilozio/tweet-composer",
    "canonicalUrl": "https://clawhub.ai/minilozio/tweet-composer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/tweet-composer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tweet-composer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "assets/banner.svg",
      "references/algorithm-rules.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "tweet-composer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T06:36:18.078Z",
      "expiresAt": "2026-05-11T06:36:18.078Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tweet-composer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tweet-composer",
        "contentDisposition": "attachment; filename=\"tweet-composer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tweet-composer"
      },
      "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/tweet-composer"
    },
    "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/tweet-composer",
    "downloadUrl": "https://openagent3.xyz/downloads/tweet-composer",
    "agentUrl": "https://openagent3.xyz/skills/tweet-composer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tweet-composer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tweet-composer/agent.md"
  }
}
```
## Documentation

### Tweet Composer

Score and optimize tweets using rules derived from X's open-source ranking algorithm.

### How It Works

X's "For You" feed is ranked by a Grok-based transformer (Phoenix) that predicts 19 engagement
actions for every candidate tweet. The final score is a weighted sum of these predictions.
This skill encodes the structural rules from that pipeline into a scoring system.

For the full algorithm breakdown, read references/algorithm-rules.md.

### Scoring a Draft Tweet

When a user asks to score or optimize a tweet draft:

Read references/algorithm-rules.md for the complete rules engine
Analyze the draft against all rules
Output the score card in this format:

🐦 Tweet Composer — Score: XX/100

[Category scores with ✅ ⚠️ ❌ indicators]

📊 Predicted Action Boost:
├─ P(reply): [assessment]
├─ P(favorite): [assessment]  
├─ P(share): [assessment]
├─ P(dwell): [assessment]
└─ P(not_interested): [assessment]

💡 Suggestions:
→ [actionable improvements]

✏️ Optimized version:
"[rewritten tweet]"

### Scoring Rubric (Quick Reference)

Score 0-100 based on weighted categories:

CategoryWeightWhat to checkReply potential25Questions, opinions, CTAs that drive repliesMedia20Native image/video attached (not link previews)Shareability15Would someone DM this or copy the link?Dwell time15Length that makes people stop scrollingContent quality10Clear, original, not genericFormat10No links in body, no hashtags, good lengthNegative signals5Risk of not_interested/mute/block

### Thread Optimization

When composing threads:

First tweet = strongest hook (DedupConversationFilter keeps only the best per conversation)
3-6 tweets max (short threads > mega-threads)
Each tweet self-contained (many see only the first)
Media on tweet 1 or 2 for photo_expand boost
CTA in last tweet

### Quick Rules (No Reference File Needed)

Links: Always in reply, never in body (learned penalty from lower engagement)
Hashtags: Zero. The model learns they reduce engagement
Length: 100-200 chars sweet spot for single tweets
Media: Native image/video = separate P(photo_expand) and P(video_quality_view) predictions
Video: Must exceed minimum duration threshold for VQV weight to apply
Timing: Post when your audience is active — engagement velocity in first 30 min is critical
Frequency: AuthorDiversityScorer penalizes exponentially: 2nd post ~55% score, 3rd ~33%. Max 3-4 strong tweets/day
Quote tweets: P(quote) has dedicated weight — QTs with added value outperform plain retweets
Engagement bait: Questions/polls drive P(reply). "What would you add?" > "Like if you agree"
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: minilozio
- 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-04T06:36:18.078Z
- Expires at: 2026-05-11T06:36:18.078Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/tweet-composer)
- [Send to Agent page](https://openagent3.xyz/skills/tweet-composer/agent)
- [JSON manifest](https://openagent3.xyz/skills/tweet-composer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/tweet-composer/agent.md)
- [Download page](https://openagent3.xyz/downloads/tweet-composer)