tweet-webhooks

Deliver real-time X events to user-specified webhooks with HMAC signing.

177|17|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill tweet-webhooks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweet-webhooks
Source: https://github.com/Xquik-dev/x-twitter-scraper/tree/main/skills/tweet-webhooks
Command: npx skills add https://github.com/Xquik-dev/x-twitter-scraper --skill tweet-webhooks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time delivery of X (Twitter) events to a user-owned webhook URL, eliminating polling and enabling direct integrations with your systems.

Core Features & Use Cases

  • HMAC-signed webhooks deliver events such as new tweets, mentions, monitored activity, and giveaway updates to your endpoint with payload verification.
  • Delivery setup only; users supply their URL and subscribe to event types, handling payload processing themselves.
  • Use cases include real-time alerts for campaigns, monitoring and analytics pipelines, and automated workflows triggered by X events.

Quick Start

Create a webhook URL, subscribe to the desired events, and verify that HMAC-signed payloads arrive at your endpoint.

Frequently Asked Questions about tweet-webhooks

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

FAQPage Schema
How do I receive real-time Twitter events without polling?

Receive real-time X events without polling by configuring a webhook URL to accept pushed event deliveries. This direct integration eliminates continuous API polling by sending tweets and mentions straight to your endpoint.

How do I verify that incoming Twitter webhook payloads are authentic?

Verify incoming X webhook payloads are authentic by validating their HMAC signatures. The service enforces HMAC signing on all outgoing events, allowing your endpoint to cryptographically confirm payload integrity.

Can I use webhooks to monitor Twitter mentions and giveaway updates?

Yes, you can use webhooks to monitor X mentions and giveaway updates. By subscribing to these specific event types, real-time activity is delivered directly to your specified URL for immediate processing.

How do I set up webhook delivery for X events?

Set up webhook delivery for X events by creating a URL, subscribing to desired event types, and handling incoming payloads. The service manages creation and HMAC-signed delivery, while you process the received data.

Does the webhook integration handle payload processing automatically?

No, the webhook integration does not handle payload processing automatically. It provides delivery setup only by sending HMAC-signed events to your URL, requiring you to implement the payload processing logic yourself.