X Deep Miner

PassAudited by ClawScan on May 10, 2026.

Overview

The skill is mostly a local scaffold for saving Obsidian notes, with user-directed browser and cron options, and no evidence of exfiltration or destructive behavior.

This appears safe to inspect and run locally, but it is incomplete. Before scheduling it hourly, confirm the output directory, decide whether you are comfortable using a logged-in X browser profile, and verify any future API or LLM integration before adding credentials.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Users may expect a fully automatic miner and translator, but the provided code is currently closer to a scaffold/manual workflow.

Why it was flagged

The reference file discloses that automatic fetching and translation are not fully implemented, while the skill description advertises them as core features.

Skill content
自动抓取 | ⏳ 需要手动/浏览器 ... 翻译 | ⏳ 需要 LLM API
Recommendation

Treat this as an incomplete helper until you verify the browser/API and translation pieces yourself.

What this means

The skill may rely on your logged-in browser session to view X content, which is account-scoped access even though it is purpose-aligned.

Why it was flagged

If the user follows this workflow, the browser profile may contain a logged-in X/Twitter session used to access the user's timeline.

Skill content
browser action=start profile=openclaw ... browser action=open targetUrl=https://x.com/home profile=openclaw
Recommendation

Use a dedicated browser profile or account if you do not want the skill operating with your normal X session.

What this means

If you add the cron entry, the script will keep running hourly until you remove it.

Why it was flagged

The skill documents an hourly cron job, which is persistence, but it is clearly shown as a user-configured command rather than installed silently.

Skill content
crontab -e
0 * * * * cd /path/to && python3 scripts/x_deep_miner.py scan
Recommendation

Only add the cron job intentionally, and remember to remove it if you no longer want automatic scans.