← Back to Skills Marketplace
ingress007

X Media Parser

by Ingress · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
444
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install x-media-parser
Description
解析 X/Twitter 帖子,获取图片和视频的下载直链。使用 vxtwitter API,无需登录。
Usage Guidance
This skill's parser appears to do what it claims, but the bundled download helper (x-aria-download.sh) contains surprising hard-coded values: rpc_url set to http://10.0.0.1:6800, secret '88888888', and dir '/mnt/sda1/download/X', and the embedded Python does not use the ARIA2_* environment variables declared earlier. Before installing or running: 1) Inspect the scripts locally (don't run them as root). 2) Ask the author why the aria2 RPC is hard-coded to 10.0.0.1 and why a fixed secret is embedded; request a patch to use ARIA2_RPC_URL, ARIA2_SECRET, and ARIA2_DIR consistently. 3) If you want to use the download helper, either modify the script to point to your aria2 RPC endpoint/secret or run it in a sandboxed environment where network activity to internal hosts is acceptable. 4) Consider using parse.sh alone to obtain direct URLs and handle downloads with tools you control. If the author cannot explain or fix the hard-coded RPC/secret, treat the download helper as untrusted.
Capability Analysis
Type: OpenClaw Skill Name: x-media-parser Version: 1.0.0 The skill contains hardcoded local network configurations in 'x-aria-download.sh' (IP 10.0.0.1 and secret 88888888) that override the script's own environment variable logic, effectively forcing the agent to communicate with a specific internal network target. While the primary functionality of parsing X/Twitter media via the vxtwitter API in 'parse.sh' appears functional, the discrepancy between the documented configuration and the hardcoded Python logic is a significant red flag for unauthorized local RPC interaction.
Capability Assessment
Purpose & Capability
The parse.sh and SKILL.md align with the declared purpose: they call the vxtwitter API and extract image/video URLs. The provided aria2 integration is plausible for a download helper, but some defaults in x-aria-download.sh (see below) are unexpected and not justified in the documentation.
Instruction Scope
The scripts perform exactly the parsing and optional download described, but x-aria-download.sh writes /tmp/tweet.json and then makes JSON-RPC calls to an aria2 RPC endpoint. Instead of using the earlier-scripted RPC/SECRET/DIR fallbacks or honoring environment variables, the embedded Python hard-codes rpc_url='http://10.0.0.1:6800/jsonrpc', secret='88888888', and dir_path='/mnt/sda1/download/X'. This mismatch means the skill may contact an unexpected internal host and use a fixed secret; that behavior is outside the documented/expected scope.
Install Mechanism
There is no install spec and no external code downloads; the skill is instruction-only with bundled scripts. That reduces supply-chain risk compared to fetching remote archives.
Credentials
SKILL.md declares no required env vars, and the top of x-aria-download.sh sets RPC_URL/SECRET/DIR defaults, but the embedded Python ignores those and hard-codes RPC host, secret, and download directory. The presence of hard-coded network target and credential-like secret is disproportionate and unexplained.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges or modify other skills' configurations. It runs as a user-invoked helper script, which is expected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-media-parser
  3. After installation, invoke the skill by name or use /x-media-parser
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of x-media-parser. - Parses X/Twitter posts to extract direct download links for images and videos. - Supports multiple images and videos per post, as well as GIFs. - No login or X API key required; uses vxtwitter API. - Returns detailed media metadata, including resolution and duration. - Provides command-line usage and formatted JSON output. - Compatible with Aria2 for direct downloading, with example scripts included.
Metadata
Slug x-media-parser
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is X Media Parser?

解析 X/Twitter 帖子,获取图片和视频的下载直链。使用 vxtwitter API,无需登录。 It is an AI Agent Skill for Claude Code / OpenClaw, with 444 downloads so far.

How do I install X Media Parser?

Run "/install x-media-parser" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is X Media Parser free?

Yes, X Media Parser is completely free (open-source). You can download, install and use it at no cost.

Which platforms does X Media Parser support?

X Media Parser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created X Media Parser?

It is built and maintained by Ingress (@ingress007); the current version is v1.0.0.

💬 Comments