Show HN: Crossmind-CLI – CLI for X, Reddit, HN API with compact JSON output(github.com)
github.com
Show HN: Crossmind-CLI – CLI for X, Reddit, HN API with compact JSON output
https://github.com/cross-mind/crossmind-cli
1 コメント
We built this because raw X API responses were costing us
~3,900 tokens per 10 tweets. The official API pricing made
autonomous social agents economically unviable.
cookie-auth + compact JSON gets it to ~666 tokens (-83%). This is what powers CrossMind's AI agent for distribution.
cookie-auth + compact JSON gets it to ~666 tokens (-83%). This is what powers CrossMind's AI agent for distribution.
Features: - 15+ platforms supported - Three-tier auth (public API -> cookie -> OAuth) - Structured output designed for LLM context efficiency - Handles X's rotating query IDs and x-client-transaction-id
Built on top of jackwener's opencli/twitter-cli/rdt-cli ecosystem. Open source, PRs welcome.