x-extract
Extract tweet content from x.com URLs without credentials using browser automation. Use when user asks to "extract tweet", "download x.com link", "get tweet content", or provides x.com/twitter.com URLs for content extraction. Works without Twitter API credentials.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chunhualiao/x-extractWhat This Skill Does
The x-extract skill enables the OpenClaw AI agent to seamlessly navigate and parse content from X (formerly Twitter) without the need for personal credentials. By leveraging OpenClaw’s built-in browser automation capabilities, the skill visits the provided URL, renders the page, and extracts essential components including the tweet author, primary text, timestamps, engagement metrics, and embedded media. It transforms raw, complex HTML into a structured, human-readable markdown format, making it ideal for researchers, content curators, and casual users who want to save or reference tweet content reliably.
Installation
You can integrate this skill into your local OpenClaw environment by running the following command in your terminal:
clawhub install openclaw/skills/skills/chunhualiao/x-extract
Ensure you have browser automation dependencies configured as per the core OpenClaw documentation to ensure the snapshot and rendering features function correctly.
Use Cases
- Content Archiving: Automatically save significant tweets, threads, or news updates into your local notes or knowledge base in markdown format.
- Data Collection: Gather engagement metrics and text content from viral threads to analyze trends without manual copy-pasting.
- Offline Reference: Extract media content and thread text to view them later when not connected to the internet, or to avoid the cluttered X interface.
- Workflow Automation: Build pipelines where an AI agent monitors specific discussions and reports back summaries of the latest tweets.
Example Prompts
- "Extract the content from this tweet and let me know how many likes it has: https://x.com/username/status/123456789"
- "Download the media from this thread and save the text to a file: https://x.com/official_handle/status/987654321 --download-media"
- "Get the full text and author details for this tweet link: https://twitter.com/news_source/status/555555555"
Tips & Limitations
To ensure consistent performance, keep in mind that this tool relies on non-authenticated browser access. Because X (formerly Twitter) frequently updates its DOM structure, the extraction logic may occasionally break; if this happens, ensure your skill is up-to-date by checking the source repository. Note that protected tweets, age-restricted content, or content behind a login wall cannot be accessed. For high-volume extraction, be mindful of X’s rate-limiting policies, which may temporarily block IP addresses. If you encounter issues with specific links, try swapping the URL prefix between 'x.com' and 'twitter.com' to trigger different routing behaviors.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chunhualiao-x-extract": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, code-execution
Related Skills
task-runner
Persistent task queue system. Users add tasks at any time via natural language; tasks are stored in a single persistent queue file and executed asynchronously via subagents. A heartbeat/cron dispatcher wakes periodically to check pending tasks, spawn workers, and report completions. The system never "finishes" — it always remains ready for the next task.
git-repo-to-book
Write a full-length technical book using multi-agent AI orchestration. Spawns parallel research, writing, and review agents to produce 60K-100K+ word manuscripts. Also supports revising individual chapters of existing books. Based on the real workflow that produced an 88,000-word, 14-chapter book in under 18 hours.
claude-usage
Check Claude Max plan usage limits by launching Claude Code and running /usage. Use when the user asks about Claude plan usage, remaining quota, rate limits, or sends /claude_usage.
skill-engineer
Design, test, review, and maintain agent skills for OpenClaw systems using multi-agent iterative refinement. Orchestrates Designer, Reviewer, and Tester subagents for quality-gated skill development. Use when user asks to "design skill", "review skill", "test skill", "audit skills", "refactor skill", or mentions "agent kit quality".
deepwiki
Query DeepWiki MCP to get AI-grounded answers about any public GitHub repository. Use when answering questions about a repo's source code, architecture, configuration, or internals. Triggers on "how does X work in <repo>", "deepwiki", "look up in codebase", "ask deepwiki", "check the source code".