X Search Highlights

v1.0.0

Search and extract high-value posts from X (Twitter) with engagement-based ranking. Use when user asks to search X, find best posts, get highlights from Twit...

0· 44·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (search X and extract high-engagement posts) match the declared dependencies and the included script: bb-browser + Chrome and an X.com login state are appropriate and expected for browser-based scraping.
Instruction Scope
SKILL.md and the script instruct the agent to open X search pages, scroll, run page-eval JavaScript, parse DOM nodes, and format results. This is within the stated purpose but requires running JS in the user's browser session (via bb-browser), which can access anything available to that browser profile. The instructions do not attempt to read unrelated local files or environment variables.
Install Mechanism
No install spec is provided (instruction-only), and the script is included directly. Nothing is downloaded from arbitrary URLs by the skill itself. The README suggests cloning a GitHub repo, which is a standard, expected install hint.
Credentials
No environment variables or external API keys are requested. However, the skill requires bb-browser and a logged-in X/Chrome profile — which means it operates using the user's existing browser session and cookies. That is necessary for the scraping use case but has privacy implications because the skill executes code in that context.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges and does not modify other skills' configurations. It runs only when invoked.
Assessment
This skill is internally consistent: it scrapes X search results by controlling your local browser via bb-browser and ranks posts by engagement. Before installing, ensure you trust both the bb-browser CLI and this skill's code because it executes JavaScript in your browser context (which can access session cookies and page content). Review the included scripts locally (scripts/x-search.sh) and only run it if you accept that it will use your currently-logged-in X/Chrome profile. If you want stricter isolation, run it in a dedicated browser profile or a disposable environment. Also confirm you comply with X/Twitter terms of service for automated scraping.

Like a lobster shell, security has layers — review code before you run it.

engagement-rankvk971ma447q6w8nqt9na1dm4pk18485e5latestvk971ma447q6w8nqt9na1dm4pk18485e5social-mediavk971ma447q6w8nqt9na1dm4pk18485e5twittervk971ma447q6w8nqt9na1dm4pk18485e5web-automationvk971ma447q6w8nqt9na1dm4pk18485e5xvk971ma447q6w8nqt9na1dm4pk18485e5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments