A cookie-based command-line interface for scraping and retrieving comprehensive data from X/Twitter without requiring API keys.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install xfetch
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install xfetch using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
xfetch is a specialized data retrieval tool designed to interface directly with X/Twitter using browser cookies for authentication. This approach bypasses the need for official API keys, providing developers and AI agents with a flexible way to access tweets, user profiles, search results, and even private data like bookmarks and direct messages. As a featured utility within the Openclaw Skills ecosystem, it enables seamless social media data integration for automated workflows.
The tool is built for efficiency, offering multiple output formats such as JSON, CSV, and SQLite. Whether you are building a research pipeline, archiving personal data, or monitoring social trends, xfetch provides the technical infrastructure to turn X/Twitter into a queryable data source.
To get started with xfetch within your Openclaw Skills environment, check your authentication status first:
xfetch auth check
If you are not authenticated, extract cookies from your local browser:
xfetch auth extract --browser chrome
You can also set tokens manually if you have extracted them from your browser's network tab:
xfetch auth set --auth-token YOUR_TOKEN --ct0 YOUR_CT0_TOKEN
xfetch supports various structured output schemas to fit different developer needs:
| Format | Usage | Description |
|---|---|---|
| JSON | Default | Pretty-printed standard JSON objects. |
| JSONL | Streaming | Newline-delimited JSON for handling massive datasets without memory overflow. |
| CSV | Tabular | Flattened data structure ideal for Excel or Google Sheets. |
| SQLite | Database | Directly populates a local .db file for relational queries. |
Metadata typically includes tweet IDs, full text, timestamps, author details, reply counts, and media URLs.
--format sqlite --db filename.db flags to build local databases automatically.xfetch query-ids --refresh to sync with X's rotating frontend IDs and maintain uptime.--proxy or --proxy-file flags to scale scraping efforts.--all or --max-pages to navigate through thousands of results across timelines or search queries.thread command.Loading
A versatile image generation and editing tool powered by Google Gemini API for seamless AI-driven visual creation.

An advanced multi-agent orchestration workflow that automates deep, systematic research by splitting complex objectives into parallel sub-tasks.

An automated coding agent for Claude Code that handles the end-to-end lifecycle of features, bugfixes, and refactors within isolated worktrees.

A specialized workflow for managing Xiaohongshu authentication and QR code login via Openclaw Skills.

A dual-method extraction skill that retrieves YouTube transcripts via CLI tools or automated browser interaction.

A powerful tool for managing Google Cloud Firestore databases directly through the REST API using curl and gcloud authentication.








































