Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.
Security Analysis
high confidenceThe skill's requests, instructions, and install steps match its stated purpose (calling the 6551 Twitter/X API using a bearer token and curl); nothing requested appears disproportionate to that goal.
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.
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 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.
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.
always:false and no instructions to modify agent/system configuration. The skill does not request persistent/system-wide privileges.
Guidance
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.
Latest Release
v1.0.0
Initial release of opentwitter: Twitter/X data from the 6551 API - Query Twitter/X user profiles, tweets, search, follower events, deleted tweets, and KOL followers via the 6551 API. - Requires a Bearer token via the environment variable `TWITTER_TOKEN`. - Supports endpoints for user info, user by ID, user tweets (with filtering), tweet search (with advanced filters), follower/unfollower events, deleted tweets, and KOL follower lookup. - Provides example cURL usage and parameter details for all endpoints. - Includes sample data structures for users and tweets.
More by @infra403
Published by @infra403 on ClawHub