X Trends (using official API)
v1.0.0Get trending topics on X (Twitter) using the X API. Use when the user wants to see what's trending or check trends for a location.
⭐ 1· 69·0 current·0 all-time
byTerry Djony@terryds
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included Python scripts and the single required env var (X_BEARER_TOKEN). Required binary (python3) and the bundled WOEID data are appropriate for a trends-by-location tool.
Instruction Scope
SKILL.md instructs only how to provide the bearer token and run the provided scripts; runtime instructions reference only the local woeid.json and the X API endpoint. The scripts do not read unrelated files or env vars.
Install Mechanism
Install spec uses the official 'python' Homebrew formula to provide python3 which is reasonable for macOS/homebrew users; systems without Homebrew must already have python3 available or install it via their package manager. No downloads from untrusted URLs or arbitrary code-execution installs are present.
Credentials
Only a single credential is requested (X_BEARER_TOKEN), which is necessary to call the X API. The skill does not ask for other unrelated secrets or config paths.
Persistence & Privilege
always:false (default) and the skill does not request permanent presence or modify other skills. It can be invoked by the agent but that is the platform default.
Assessment
This skill appears to do what it says: it uses the X API to fetch trends and only requires your X bearer token and python3. Before installing: (1) ensure you trust the skill source because the bearer token grants read access to the API — treat it like a secret and consider creating a token with minimal scope or revoking it if necessary; (2) avoid leaking the token on the command line or history (use your OpenClaw config or environment management), and (3) on non-mac systems Homebrew install may not apply—just ensure python3 is installed by your OS package manager. If you need higher assurance, review the included scripts locally (trends.py and woeid.json) — they are short and readable.Like a lobster shell, security has layers — review code before you run it.
latestvk97cd7ev9bx3svgb11468dh50s83wgke
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
𝕏 Clawdis
Binspython3
EnvX_BEARER_TOKEN
Primary envX_BEARER_TOKEN
Install
Install Python (brew)
Bins: python3
brew install python