monitor-accounts

Monitor X accounts for new tweets, replies, and profile changes via polling or webhooks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitor one or more X (Twitter) accounts for new tweets, replies, or profile changes without manual checking, enabling timely awareness and action.

Core Features & Use Cases

  • Create long-running monitors for one or more accounts
  • Poll events on schedule or fire webhooks on matches to surface updates
  • Use cases include real-time alerts for brand accounts, influencer tracking, and compliance monitoring

Quick Start

Create a monitor for the target accounts and optionally provide a webhook URL to receive events when a match occurs.

Frequently Asked Questions about monitor-accounts

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

FAQPage Schema
How do I monitor Twitter accounts for new activity in real time?

To monitor Twitter accounts in real time, you can automate continuous polling or configure webhook delivery to surface new tweets, replies, and profile changes as they occur.

Can I use webhooks to get real-time alerts for specific X account tweets?

Yes, you can use webhooks to get real-time alerts for specific X account tweets. By providing a webhook URL, the monitor fires events to your endpoint whenever a matching tweet or profile change occurs.

What is needed to set up an automated X account monitor?

To set up an automated X account monitor, you need to provide your API keys via environment variables for secure authentication and explicit user consent before creating the long-running polling monitor.

Does this monitoring approach work for tracking multiple brand accounts simultaneously?

Yes, this monitoring approach works for tracking multiple brand accounts simultaneously. You can create a single long-running monitor that observes several X accounts and surfaces compliance events or influencer activity together.

What limitations exist when continuously monitoring Twitter profiles via API?

When continuously monitoring Twitter profiles via API, limitations include strict data guardrails around what information is surfaced to agents, requiring explicit user consent and secure environment handling for your API keys.