opentwitter

v1.0.0

Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.

24· 9.4k·22 current·22 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 state this uses the 6551 API and the skill only requires curl and a TWITTER_TOKEN. The declared dependencies (curl) and the single required env var (TWITTER_TOKEN) are consistent with making HTTP calls to the described endpoints.
Instruction Scope
SKILL.md instructs only to POST JSON to https://ai.6551.io endpoints with Authorization: Bearer $TWITTER_TOKEN. It does not instruct reading local files, other env vars, or system paths. Note: requests send data to a third-party (6551) service — that is expected behavior but relevant for privacy.
Install Mechanism
Install spec is a brew formula for curl and the required binary is curl. This is a low-risk, standard install path and matches the runtime requirements.
Credentials
Only TWITTER_TOKEN is required and declared as the primary credential; this is proportional to the skill's need to authenticate requests. There are no unrelated credentials or broad config path requests.
Persistence & Privilege
always:false and no instructions to modify agent/system configuration. The skill does not request persistent/system-wide privileges.
Assessment
This skill calls a third-party service (ai.6551.io / 6551.io) rather than Twitter's official API. Only provide a TWITTER_TOKEN if you trust that provider; consider using an account or token with limited scope and revoke it after testing. Verify the provider's reputation (homepage/source is unknown), and avoid putting your primary Twitter credentials here. If you need stronger assurance, ask the publisher for a homepage or documentation and confirm what the token grants before installing.

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

latestvk97b661ppmjj2vvsgs9891e3jh81wwh2

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

Comments