← All skills
Tencent SkillHub · Communication & Collaboration

X Read

Render and summarize a public X (Twitter) link when you need to read the tweet/article content without logging in.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Render and summarize a public X (Twitter) link when you need to read the tweet/article content without logging in.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, README.md, SKILL.md, index.js, package-lock.json, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

When to use this skill

Use x-read whenever you need to capture the text, media links, and basic metadata from a public X/Twitter permalink without using the API, creating an account, or burning Brave search credits. It works best for thread permalink URLs (https://x.com/<user>/status/<id>) and articles posted on X that surface their content on the same page.

Inputs

url (required): The exact permalink you want to render. Include the full https://x.com/... path so the Puppeteer browser can navigate directly.

What happens when you run it

Puppeteer launches a sandboxed Chromium instance with a realistic user-agent and loads the URL. The script waits for article[data-testid="tweet"] elements, captures the main thread (tweet + up to three replies), and extracts any linked card or media attachments. Media is reprinted as ![](...) markdown with ALT text when available, and the main article body is appended beneath the primary tweet. The output is a short markdown summary listing the thread author, timestamp, text, links, and media so the Telegram chat stays readable.

Output format

  • ## Tweet Thread Summary
  • Source: <url>
  • ### **MAIN TWEET** by Display Name (@handle)
  • *2026-02-21T18:24:00Z*
  • Tweet text …
  • **Linked Article:** [Title](card URL)
  • **Media:**
  • ![](media1)
  • ![](media2)
  • ---
  • Replied tweets follow the same pattern with the Reply heading. Media URLs retain the name=large parameter for better quality.

Limitations and troubleshooting

The skill only reads publicly available tweets. If X blocks the navigation with a login wall, you will see an error that logging in is required. Long-form articles sometimes use article.content; the script appends that text to the main tweet so you still get the full written piece. Because the skill uses a browser, it may take a few extra seconds compared to an API call—expect 5–10 seconds per URL. For best results, keep the thread URLs focused and don’t try to feed a feed of multiple unrelated URLs at once; run the tool per link.

Testing and safety

The skill is read-only: it never posts, likes, DM’s, or authenticates to X. Review the index.js script if X changes its DOM selectors (it relies on data-testid attributes such as tweet, tweetText, User-Name, and card.wrapper). Run the skill manually with openclaw use x-read read_tweet --url <link> before publishing to confirm the output is what you expect.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • README.md Docs
  • index.js Scripts
  • package-lock.json Config
  • package.json Config