← 返回 Skills 市场
444
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install x-media-parser
功能描述
解析 X/Twitter 帖子,获取图片和视频的下载直链。使用 vxtwitter API,无需登录。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-media-parser - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-media-parser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
X Media Parser 是什么?
解析 X/Twitter 帖子,获取图片和视频的下载直链。使用 vxtwitter API,无需登录。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 444 次。
如何安装 X Media Parser?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-media-parser」即可一键安装,无需额外配置。
X Media Parser 是免费的吗?
是的,X Media Parser 完全免费(开源免费),可自由下载、安装和使用。
X Media Parser 支持哪些平台?
X Media Parser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X Media Parser?
由 Ingress(@ingress007)开发并维护,当前版本 v1.0.0。
推荐 Skills