X Tweet Fetcher
v0.1.0Fetch full tweets, long tweets, quoted tweets, and X Articles from X/Twitter without login or API keys, using no dependencies and zero configuration.
⭐ 12· 4.1k·52 current·53 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description claim fetching tweets without API keys using a public proxy (FxTwitter). The included script implements exactly that (calls https://api.fxtwitter.com/...), uses only the stdlib, and requires no credentials — these requirements are proportionate to the stated purpose.
Instruction Scope
SKILL.md and the script restrict runtime behavior to parsing tweet URLs and making HTTP requests to the FxTwitter API; they do not instruct reading unrelated files, environment variables, or transmitting data to unexpected endpoints. Reply fetching is explicitly not implemented.
Install Mechanism
No install spec is provided (instruction-only with a single Python script). Nothing is downloaded or extracted by the skill itself; risk from installation is minimal.
Credentials
The skill declares no required environment variables, binaries, or credentials and the code does not read env vars or config paths. No disproportionate secrets access is requested.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system configuration. It does not request permanent presence or extra privileges.
Assessment
This skill appears to do what it says: it fetches tweets by calling the FxTwitter public proxy and uses only Python stdlib. Before installing, consider that: (1) it relies entirely on the third-party FxTwitter service — if that service is unavailable or changes behavior, the skill will fail or could return different data; (2) using a proxy means tweet content is routed through a third party (privacy/terms-of-service implications); and (3) while the skill itself requests no credentials or special privileges, you should still be comfortable with outbound network access to api.fxtwitter.com. If you need stronger guarantees (availability, privacy), consider hosting a trusted proxy or using an official API with credentials.Like a lobster shell, security has layers — review code before you run it.
latestvk971ybetrv5pn6h46qq8kt8m8h8165x5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
