What problem does it solve?
FFT_nano users need to interact with X (Twitter) through a secure, automated workflow to post updates, engage with content, and manage conversations without manual browser sessions.
Core Features & Use Cases
- Post tweets automatically to X from FFT_nano, including content length checks.
- Like, reply, retweet, and quote tweets via a controlled, main-group IPC channel.
- Use for setup, testing, or troubleshooting X functionality within the FFT_nano ecosystem.
Quick Start
Use the x-integration skill to authenticate, build the container, and start service. Then run the following commands:
- Setup authentication: npx dotenv -e .env -- npx tsx .claude/skills/x-integration/scripts/setup.ts
- Rebuild container and restart service: ./container/build.sh && npm run build
- Post a tweet: echo '{"content":"Hello world"}' | npx tsx .claude/skills/x-integration/scripts/post.ts
- Like a tweet: echo '{"tweetUrl":"https://x.com/user/status/123"}' | npx tsx .claude/skills/x-integration/scripts/like.ts