โ† All skills
Tencent SkillHub ยท Developer Tools

Twitter API Integration (Web Reversed )

Cookie-based Twitter/X automation toolkit (timeline, notifications, posting, follow ops) for OpenClaw agents.

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

Cookie-based Twitter/X automation toolkit (timeline, notifications, posting, follow ops) for OpenClaw agents.

โฌ‡ 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
requirements.txt, SKILL.md, twitter_api/post_tweet.py, twitter_api/core/client.py, twitter_api/core/__init__.py, twitter_api/demo_langchain_tools.py

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. 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. 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.0

Documentation

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

Summary

Async Twitter/X client and scripts that rely on auth_token + ct0 cookies (no official API keys). Supports: Home timeline fetch + summary (scripts/timeline_summary.py). Notifications fetch + signal analysis (scripts/fetch_notifications.py, scripts/analyze_signal.py). Posting and follow automation via env-driven account labels (scripts/post_custom_tweet.py, scripts/follow_account.py). Full async client (twitter_api/) with modules for tweets, users, relationships, DMs, etc.

Setup

pip install -r requirements.txt (Python 3.10+). Copy .env.example โ†’ .env and fill cookies per account (auth_token + ct0 from logged-in sessions). Run scripts from repo root, e.g.: python scripts/timeline_summary.py python scripts/post_custom_tweet.py account_a "hello" python scripts/follow_account.py thenfter07

Notes

Env variable names are generic (ACCOUNT_A_AUTH_TOKEN, etc.); rename as needed and adjust ACCOUNT_ENV dicts in the scripts. Respect Twitter/X ToS and do not spam. Designed for GanClaw social ops, but neutral enough for other agents to reuse.

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 Scripts1 Docs1 Files
  • SKILL.md Primary doc
  • twitter_api/core/__init__.py Scripts
  • twitter_api/core/client.py Scripts
  • twitter_api/demo_langchain_tools.py Scripts
  • twitter_api/post_tweet.py Scripts
  • requirements.txt Files