← 返回 Skills 市场
X Deep Miner
作者
forvendettaw
· GitHub ↗
· v1.2.0
702
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install x-deep-miner
功能描述
X (Twitter) 深度挖掘与归档 Skill。每小时自动扫描 AI/美股/生活类高热度推文(收藏>1000),自动翻译为专业中文文章,输出 Obsidian 格式。适用于构建个人知识库、每日情报简报。
安全使用建议
This skill is mostly a scaffold that matches its description but is not fully automated: it prints instructions for using a managed browser and lists LLM/X API integration as TODOs. Before installing/running: 1) Inspect scripts/x_deep_miner.py yourself (you already have it); running it will create files under WORKSPACE_DIR (default /Users/scott/.openclaw/workspace) — set WORKSPACE_DIR to a safe directory you control. 2) Use the 'test' command first to see behavior without saving. 3) If you enable browser automation, prefer an isolated browser/profile (avoid using your logged-in browser profile because automation can capture session data/cookies). 4) Be cautious if you later supply X API keys or LLM API credentials — review any added code that uses them. 5) If you need fully automated scraping at scale, expect to provide credentials or extend/complete the browser automation code; the current package alone will not perform automatic network scraping. If any of this is surprising (automatic scraping, file writes), do not run it until you adjust paths and confirm desired behavior.
功能分析
Type: OpenClaw Skill
Name: x-deep-miner
Version: 1.2.0
The skill 'x-deep-miner' is designed to scrape X (Twitter) content and save it locally. While its stated purpose is benign, the `scripts/x_deep_miner.py` file uses `print` statements to suggest browser automation commands (e.g., `browser action=start profile=openclaw`, `browser action=open targetUrl=https://x.com/home`) for the OpenClaw agent to execute. This method of agent interaction, where the agent interprets arbitrary stdout as commands, represents a significant prompt injection vulnerability and a high-risk capability, even though the current commands are for a legitimate purpose. There is no evidence of intentional malicious behavior like data exfiltration or unauthorized system access, but the underlying mechanism is risky.
能力评估
Purpose & Capability
The name/description match the included script: scan X posts, translate, and output Obsidian notes. The implementation is largely scaffolding: browser-based scraping is described but not programmatically implemented (search_x_tweets returns empty results), and LLM translation is a TODO. Expectation mismatch: the skill claims automated hourly scans, but without an API or implemented browser automation it requires manual steps or an external browser tool. Also the default WORKSPACE_DIR is hard-coded to /Users/scott/.openclaw/workspace (overridable via env), which is odd but not functionally necessary.
Instruction Scope
SKILL.md and the script instruct the agent/user to run the Python script, set a cron job, and optionally use an OpenClaw managed browser or Nitter to fetch pages. The script only reads/writes files under the workspace/obsidian-output directories and a config JSON; it does not attempt to read unrelated system files or environment secrets. The instructions are somewhat vague about actual browser automation and where network fetches would occur, giving the agent broad operational discretion if browser automation were added.
Install Mechanism
No install spec; the skill is instruction-plus-a-script only. Nothing is downloaded or written by an installer. Risk is limited to running the included Python script locally.
Credentials
The skill declares no required env vars or credentials, which aligns with its current (incomplete) implementation. References note possible future requirements (X API key, LLM API) but these are not required now; be aware that enabling those features later would require adding secrets. The default WORKSPACE_DIR value hardcodes a specific user path which may be unexpected; the script will create and write files there unless you set WORKSPACE_DIR to a different location.
Persistence & Privilege
always:false (default). The skill writes notes and a config JSON under the workspace directory but does not modify other skills or system-wide agent settings. It does not request permanent or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-deep-miner - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-deep-miner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- No user-facing changes or documentation updates in this version.
- Internal update: Modified scripts/x_deep_miner.py.
v1.1.0
v1.1
v1.0.0
Initial release - X Twitter deep mining with Obsidian output
元数据
常见问题
X Deep Miner 是什么?
X (Twitter) 深度挖掘与归档 Skill。每小时自动扫描 AI/美股/生活类高热度推文(收藏>1000),自动翻译为专业中文文章,输出 Obsidian 格式。适用于构建个人知识库、每日情报简报。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 702 次。
如何安装 X Deep Miner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-deep-miner」即可一键安装,无需额外配置。
X Deep Miner 是免费的吗?
是的,X Deep Miner 完全免费(开源免费),可自由下载、安装和使用。
X Deep Miner 支持哪些平台?
X Deep Miner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 X Deep Miner?
由 forvendettaw(@forvendettaw)开发并维护,当前版本 v1.2.0。
推荐 Skills