Opentwitter
v0.1.0Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.
⭐ 0· 386·1 current·1 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/description say 'Twitter/X data via the 6551 API' and the skill only requires curl plus a TWITTER_TOKEN. The declared requirements (curl binary, TWITTER_TOKEN) and example curl commands align with the stated purpose.
Instruction Scope
SKILL.md contains only curl POST examples to https://ai.6551.io/open/... with Authorization: Bearer $TWITTER_TOKEN. That is consistent with the described functionality, but all requests (and the provided token) go to the third‑party ai.6551.io service rather than to api.twitter.com — users should be aware the skill proxies queries through 6551.
Install Mechanism
Install spec only recommends installing curl via Homebrew (formula: curl). This is a standard system utility and a low‑risk install mechanism. No downloads from untrusted URLs or code extraction are present.
Credentials
Only TWITTER_TOKEN is required and is declared as the primary credential, which matches the instructions. The important caveat: the SKILL.md indicates you obtain the token from https://6551.io/mcp and that token is sent to ai.6551.io. Verify you understand what that token grants and avoid reusing high‑privilege credentials intended for other services.
Persistence & Privilege
always is false and the skill is user‑invocable. There is no installation step that writes persistent code or changes other skills or system settings. The skill does not request elevated or persistent privileges.
Assessment
This skill is coherent and uses curl + a bearer token to call ai.6551.io endpoints. Before installing or supplying a token: (1) confirm whether TWITTER_TOKEN is a token specifically issued by 6551 (per the provided https://6551.io/mcp link) or whether you're being asked to reuse an official Twitter credential; (2) if possible, create a scoped/read‑only token for this service; (3) review 6551's privacy/security policy to understand what they store and how they use your token and data; (4) rotate the token if you suspect misuse; and (5) remember the skill issues outbound HTTP requests — do not supply secrets you would not want sent to a third party.Like a lobster shell, security has layers — review code before you run it.
latestvk97chy3e0c2sne6y8pp4dps2dn81wqb1
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🐦 Clawdis
OSmacOS · Linux · Windows
Binscurl
EnvTWITTER_TOKEN
Primary envTWITTER_TOKEN
Install
curl (HTTP client)
brew install curl