A token-efficient CLI tool for retrieving Twitter data via TwitterAPI.io. Filters API responses to reduce token usage by 70-90% compared to full responses.
The build process creates a standalone binary at scripts/twitterapi (one level above the cli directory).
| user info | User profile | --compact, --fields | | user tweets | User timeline | --limit, --include-replies, --compact, --fields | | user followers | Follower list | --limit, --compact | | user following | Following list | --limit, --compact | | tweet search | Search tweets | --limit, --compact, --fields |
Twitter data retrieval CLI tool. Use when user requests Twitter data - user profiles, follower counts, tweet searches, user timelines, follower/following lists, or Twitter user metrics. Supports field filtering for structured output. For detailed API endpoint documentation, see the original API skill at https://docs.twitterapi.io/skill.md Source: jaxzhang-svg/novita-skills.