返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
t

twitter-reader

Extract readable content from Twitter/X articles and tweets using jina.ai. Use when the user provides a Twitter/X link and wants to read the full content without being blocked by anti-bot measures. Supports various URL formats including x.com/username/article/id, x.com/i/status/id, and standard tweet URLs.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
203
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

twitter-reader

# Twitter Reader ## Quick Start Extract content from a Twitter/X article or tweet: ``` 1. Take the Twitter/X URL from the user 2. Construct the jina.ai URL: https://r.jina.ai/https://x.com/<id> - For x.com/<user>/article/<id>: use https://r.jina.ai/https://x.com/<user>/article/<id> - For x.com/i/status/<id>: use https://r.jina.ai/https://x.com/i/status/<id> - For x.com/<user>/status/<id>: use https://r.jina.ai/https://x.com/<user>/status/<id> 3. Use web_fetch to retrieve the content 4. Return the extracted markdown text to the user ``` ## Why Use This Twitter/X has anti-bot measures that prevent direct scraping. The jina.ai proxy bypasses these restrictions and returns clean, readable markdown content. ## URL Format Patterns | Pattern | Example | jina.ai URL | |---------|---------|-------------| | Article | `https://x.com/Pluvio9yte/article/2023339861369864466` | `https://r.jina.ai/https://x.com/Pluvio9yte/article/2023339861369864466` | | Status | `https://x.com/i/status/2023339861369864466` | `https://r.jina.ai/https://x.com/i/status/2023339861369864466` | | User Status | `https://x.com/username/status/1234567890` | `https://r.jina.ai/https://x.com/username/status/1234567890` | ## Notes - The extracted content will be in markdown format - Images in the tweet will be preserved as markdown image links - The web_fetch tool automatically handles the extraction - If the URL is already in the correct format, use it directly with jina.ai

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 twitter-article-reader-1776106622 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 twitter-article-reader-1776106622 技能

通过命令行安装

skillhub install twitter-article-reader-1776106622

下载

⬇ 下载 twitter-reader v1.0.0(免费)

文件大小: 1.4 KB | 发布时间: 2026-4-15 14:45

v1.0.0 最新 2026-4-15 14:45
- Major update: switched backend to jina.ai content extraction for improved reliability and anti-bot bypass.
- Removed all legacy scripts and documentation related to direct FxTwitter/Nitter use.
- Simplified usage: now extract Twitter/X content via https://r.jina.ai/ proxies, supporting tweets and articles.
- Output now returns clean markdown, including images as markdown links.
- Usage and URL patterns for articles, tweets, and user statuses are clearly documented.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部