Install
openclaw skills install @caol64/x-article-to-markdownAI-ready skill to extract long-form X (Twitter) articles and convert them into clean Markdown files using headless browser technology.
openclaw skills install @caol64/x-article-to-markdownA specialized skill designed for AI Agents to capture long-form "Articles" from X (formerly Twitter). It utilizes a headless browser to bypass basic access restrictions and produces structured Markdown.
The tool manages its own browser dependencies. Simply install the package:
pip install omni-article-markdown
Important (First Run Only): The Playwright engine and Chromium core are lazy-loaded. They will be automatically downloaded and configured during the first execution. Expect a significant delay (1-3 minutes depending on bandwidth) during the initial run. Subsequent runs will be near-instant.
Call this skill when a user provides an X (Twitter) URL and asks to "save," "read," "extract," or "convert" the long-form content.
url (Required): The full X post/article URL.--output-dir (Optional): Target directory for the .md file.If the environment is fresh, the Agent should inform the user: "I'm setting up the browser environment for the first time, this might take a minute..." to prevent the user from thinking the process has hung.
# Basic command
mdcli https://x.com/elonmusk/status/1234567890
mdcli https://x.com/username/status/xxxx -s ./downloads/articles/
x.com and the Playwright binary mirrors.MIT