← 返回 Skills 市场
zyliu0

xclaw

作者 zyliu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
263
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-openclaw
功能描述
Extract posts from X (Twitter) timeline or profile pages with engagement metrics, media URLs, and download local copies. Use when asked to scrape, list, or a...
安全使用建议
This skill appears to do what it says: it will navigate X pages, scrape DOM content, and save an intel markdown file plus media into ../../intel/x/media/{timestamp}. Before installing or running it, consider: (1) If your agent's browser is logged into your X account, the skill may scrape private/home-timeline content — log out or use an unauthenticated session if you don't want that. (2) The skill will write files two levels up from the execution directory—verify that path is acceptable and won't overwrite important files. (3) Scraping may violate X/Twitter terms of service or copyright; review legal/ethical implications. (4) If you need the skill to access protected data (e.g., private messages or an authenticated feed), expect to provide authentication separately; the skill does not declare credentials. If these points are acceptable, the skill is internally coherent.
功能分析
Type: OpenClaw Skill Name: x-openclaw Version: 1.0.0 The x-openclaw skill (SKILL.md) is designed to scrape X (Twitter) posts and download associated media. It instructs the agent to execute shell commands (mkdir and curl) to create directories and download files based on data extracted from the web (URLs and post IDs). While the intent is aligned with the stated purpose, the use of shell commands with externally sourced, unsanitized data presents a potential shell injection vulnerability, and the broad file/network access via the shell meets the criteria for a suspicious classification.
能力评估
Purpose & Capability
Name/description align with the runtime instructions: the SKILL.md describes DOM scraping of X pages, collecting engagement metrics and media, and saving results to a defined folder structure. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions tell the agent to navigate a browser, run page-evaluation JS to extract posts, create folders (../../intel/x/media/...), and download media. This is expected for a scraper, but the skill implicitly reads whatever the browser session can access (including a logged-in home timeline and any session cookies) and writes files to relative paths two levels up—so there is a privacy risk if the agent is logged into a personal account or the target page contains private data.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes supply-chain risk because nothing is downloaded or written at install time.
Credentials
The skill requires no environment variables or credentials, which is coherent. However, it assumes access to a browser context that may be authenticated; that implicit access to session cookies is not declared and could expose private timeline data when run.
Persistence & Privilege
always is false and there is no install-time persistence. The skill does instruct file creation within the agent workspace (or parent directories) but does not request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install x-openclaw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /x-openclaw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Major skill overhaul: XClaw is now a local X (Twitter) post extractor, focused on scraping and archiving.** - Removed all previous API-based intelligence, analysis, and endpoint documentation. - Eliminated all code and references related to the original intelligence features and command set. - The skill now provides one main function: extract and archive X timeline/profile posts with engagement data and local media downloads. - Supplies strict output format for scraped intel files, including post metadata, metrics, and file/folder naming conventions. - Updated usage instructions and workflows for local scraping and file management only.
元数据
Slug x-openclaw
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

xclaw 是什么?

Extract posts from X (Twitter) timeline or profile pages with engagement metrics, media URLs, and download local copies. Use when asked to scrape, list, or a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。

如何安装 xclaw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-openclaw」即可一键安装,无需额外配置。

xclaw 是免费的吗?

是的,xclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

xclaw 支持哪些平台?

xclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 xclaw?

由 zyliu(@zyliu0)开发并维护,当前版本 v1.0.0。

💬 留言讨论