← Back to Skills Marketplace
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install x-article-to-markdown
Description
AI-ready skill to extract long-form X (Twitter) articles and convert them into clean Markdown files using headless browser technology.
Usage Guidance
This skill appears to do what it says: it needs you to pip install a third‑party package and will download Playwright/Chromium at first run. Before installing or running it, verify the package/repo (https://github.com/caol64/omni-article-markdown is referenced), review the package source if possible, and prefer running in an isolated environment (container or VM) because pip packages can execute arbitrary code during install and headless browsers perform large downloads. Ensure the runtime environment allows outbound network access to x.com and Playwright mirrors, and avoid running this on systems with sensitive credentials or private data you wouldn't want exposed to a third‑party package.
Capability Analysis
Type: OpenClaw Skill
Name: x-article-to-markdown
Version: 1.0.0
The skill bundle provides instructions for an AI agent to extract X (Twitter) articles using a CLI tool named 'mdcli' from the 'omni-article-markdown' package. While the skill involves installing external dependencies and downloading browser binaries (Chromium via Playwright), these actions are transparently documented in SKILL.md and are consistent with the stated purpose of headless browser extraction. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill claims to extract long-form X articles using a headless browser; the SKILL.md directs the agent to install a package that provides a CLI (mdcli) and explains that Playwright/Chromium will be lazy-downloaded. These requirements are coherent with the stated purpose.
Instruction Scope
The instructions tell the agent to run shell commands (pip install, mdcli) and to allow Playwright to download Chromium on first run. The instructions do not request unrelated files, credentials, or access to system config, but they do require outbound network access and will write binaries to disk during installation/runtime.
Install Mechanism
There is no registry-level install spec (the skill is instruction-only) but SKILL.md asks the agent to pip install 'omni-article-markdown' and to rely on Playwright's automatic Chromium download. Pip/Playwright downloads are normal for this use case, but installing an external PyPI package and downloading a browser binary are operations with non-trivial risk if the package or mirrors are untrusted.
Credentials
No environment variables, credentials, or special config paths are requested. The lack of secrets is proportionate to the stated task.
Persistence & Privilege
The skill does not request permanent/global privileges (always:false) and does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not excessive in itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install x-article-to-markdown - After installation, invoke the skill by name or use
/x-article-to-markdown - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
x-article-to-markdown 1.0.0 initial release:
- Converts long-form X (Twitter) articles into clean Markdown files using a headless browser.
- Requires no API keys, cookies, or configuration; browser dependencies are handled automatically.
- Preserves original image URLs and converts quoted posts into Markdown links.
- Cleans output by removing user interface clutter, focusing on the article body.
- Notifies users about one-time setup delay on the first run due to browser dependency downloads.
Metadata
Frequently Asked Questions
What is X Article Extractor?
AI-ready skill to extract long-form X (Twitter) articles and convert them into clean Markdown files using headless browser technology. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install X Article Extractor?
Run "/install x-article-to-markdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is X Article Extractor free?
Yes, X Article Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does X Article Extractor support?
X Article Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created X Article Extractor?
It is built and maintained by Lei (@caol64); the current version is v1.0.0.
More Skills