What problem does it solve?
Manually adding X/Twitter testimonials to the bklit UI homepage requires copying author details, avatar URLs, and tweet text, then formatting them to match the existing testimonials file and masonry grid layout, which is time-consuming and prone to formatting errors. This Skill automates the entire workflow from URL to formatted entry.
Core Features & Use Cases
- Automated Tweet Metadata Fetching: Retrieves full tweet details including author name, handle, verified status, high-resolution avatar, and full text directly from X/Twitter status URLs via the FxTwitter API.
- Automatic Formatting: Formats fetched data to exactly match the schema of the
apps/web/lib/testimonials.ts file, including upgrading avatar resolution and stripping unnecessary reply prefixes from tweet text.
- Grid Ordering Support: Handles placement of new testimonials in the correct masonry grid slots, with built-in support for replacing existing entries or prioritizing new ones as requested.
- Use Case: When a user shares a positive X/Twitter post about bklit UI, use this Skill to add it to the homepage testimonial grid in seconds without manual data entry or formatting work.
Quick Start
Use the add-x-tweet skill to add the shared X/Twitter testimonial from the provided status URL to the bklit UI homepage testimonial grid.