twitterapi-cli
Installation
SKILL.md
TwitterAPI CLI
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.
Prerequisites
- Bun runtime must be installed on the system
- API Key from TwitterAPI.io
Setup & Build
IMPORTANT: This CLI must be built before first use.
# Navigate to the CLI directory
cd skills/twitterapi-cli/cli
# Install dependencies
bun install