add-x-tweet

Fetch X/Twitter tweet metadata via FxTwitter API and format testimonials for the bklit UI homepage.

1.5k|89|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/bklit/bklit-ui --skill add-x-tweet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-x-tweet
Source: https://github.com/bklit/bklit-ui/tree/main/.agents/skills/add-x-tweet
Command: npx skills add https://github.com/bklit/bklit-ui --skill add-x-tweet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about add-x-tweet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add X/Twitter testimonials to my homepage without manual formatting?

To add X/Twitter testimonials to your homepage, this Skill fetches tweet metadata via the FxTwitter API and automatically formats entries to match your existing testimonials schema. It handles author details, avatar URLs, and text extraction directly from shared status URLs.

How does automated tweet metadata fetching work for social proof content?

Automated tweet metadata fetching works by retrieving 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. It strips unnecessary reply prefixes during extraction.

Can I use this to replace or reorder existing testimonials in a masonry grid?

Yes, you can use this to replace or reorder testimonials in a masonry grid. It handles placement of new testimonials in the correct grid slots, supporting replacement of existing entries or prioritizing new ones based on your request.

What is the best way to format X/Twitter status URLs for a testimonials file?

The best way to format X/Twitter status URLs for a testimonials file is using this Skill, which upgrades avatar resolution and formats fetched data to exactly match the schema of your testimonials.ts file without manual data entry.

Do I need to manually upgrade avatar resolution when adding X tweets?

You do not need to manually upgrade avatar resolution when adding X tweets. The Skill automatically retrieves high-resolution avatars and strips unnecessary reply prefixes from the tweet text during the formatting process.

Why does manually adding social proof content to a homepage take so long?

Manually adding social proof content takes long because it requires copying author details, avatar URLs, and tweet text, then formatting them to match the existing testimonials file and masonry grid layout, which is prone to formatting errors.