Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@ pip install httpx -q
- **Auto-updatable**: GraphQL query IDs refreshable via setup script
- **Hard stop protection**: auto-stops after 3 consecutive failures

## Use With TweetClaw

Keep `x-twitter-scraper` as the no-login OpenClaw skill for public profile,
recent timeline, and single-tweet reads. If an OpenClaw workflow needs
account-backed X/Twitter actions such as search tweets, search tweet replies,
follower export, user lookup, media upload, media download, direct messages,
monitor tweets, webhooks, giveaway draws, or reviewed post tweets and post
tweet replies, install
[TweetClaw](https://github.com/Xquik-dev/tweetclaw) as the companion OpenClaw
plugin:

```bash
openclaw plugins install npm:@xquik/tweetclaw
```

Use this skill first for lightweight public evidence collection. Switch to
TweetClaw only when the job needs those account-backed workflows or an
approval-reviewed write action.

## Usage

Trigger with natural language:
Expand Down
16 changes: 16 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ bash scripts/setup.sh

---

## 与 TweetClaw 配合使用

`x-twitter-scraper` 负责无登录公开读取:用户资料、最近 timeline、单条推文和 JSON 输出。

如果 OpenClaw 任务需要账号能力,例如 search tweets、search tweet replies、follower export、user lookup、media upload、media download、direct messages、monitor tweets、webhooks、giveaway draws,或经过审批的 post tweets / post tweet replies,请安装 TweetClaw 作为独立 OpenClaw 插件:

https://github.com/Xquik-dev/tweetclaw

```bash
openclaw plugins install npm:@xquik/tweetclaw
```

先用本 Skill 做轻量公开证据收集;只有需要账号级工作流或写入前审批时,再切换到 TweetClaw。

---

## 场景映射表

| 用户说 | 执行命令 |
Expand Down