← All skills
Tencent SkillHub · Developer Tools

Crawl From X

X/Twitter 帖子抓取工具。管理关注用户列表,自动抓取当天最新帖子,导出 Markdown。

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

X/Twitter 帖子抓取工具。管理关注用户列表,自动抓取当天最新帖子,导出 Markdown。

⬇ 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
README.md, SKILL.md, _meta.json, results/posts_20260301_164616.md, results/posts_20260301_164616.txt, results/posts_20260301_165604.md

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
2.7.0

Documentation

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

Crawl From X

X/Twitter 帖子抓取工具。 ⚠️ 前置要求:需要 OpenClaw Browser Relay 和浏览器扩展。

安装

npx clawhub@latest install crawl-from-x 安装位置: $CLAWD/skills/crawl-from-x/scripts/craw_hot.py - 主脚本 $CLAWD/skills/crawl-from-x/users.txt - 用户列表 $CLAWD/skills/crawl-from-x/results/ - 抓取结果

1. 安装 OpenClaw

访问 https://github.com/openclaw/openclaw 下载安装。

2. 安装浏览器扩展

在 OpenClaw 设置中进入 "Browser Relay",安装扩展。完成后扩展显示绿色图标。

3. 启动 Browser Relay

openclaw browser start openclaw browser status # 确认显示 "browser: enabled"

4. 登录 X 账号

在安装了扩展的浏览器中登录 X (Twitter)。

快速开始

cd $CLAWD/skills/crawl-from-x/scripts # 添加用户 python3 craw_hot.py add username # 列出用户 python3 craw_hot.py list # 删除用户 python3 craw_hot.py remove username # 抓取所有用户 python3 craw_hot.py crawl # 抓取单个用户 python3 craw_hot.py crawl username 结果文件: posts_YYYYMMDD_HHMMSS.md - 完整内容(Markdown),媒体 URL 已替换为本地路径 posts_YYYYMMDD_HHMMSS.txt - URL 列表(仅全部用户抓取) images/ - 下载的图片和视频 说明: 单用户抓取和全部用户抓取使用相同的策略 所有媒体文件(图片、动图、视频)都会下载到 images/ 目录 Markdown 文件中的媒体 URL 会自动替换为本地相对路径

注意事项

浏览器要求:必须安装 OpenClaw 浏览器扩展 登录状态:浏览器必须登录 X 账号 速率限制:脚本已内置随机延迟 私密账号:无法抓取私密账号内容

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Docs1 Config1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • results/posts_20260301_164616.md Docs
  • results/posts_20260301_165604.md Docs
  • _meta.json Config
  • results/posts_20260301_164616.txt Files