xpoz-social-tracking

Manage tracked keywords, users, subreddits, and hashtags across Twitter, Instagram, Reddit, and TikTok via Xpoz.

15|3|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/XPOZpublic/xpoz-agent-skills --skill xpoz-social-tracking-xpozpublic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xpoz-social-tracking
Source: https://github.com/XPOZpublic/xpoz-agent-skills/tree/main/skills/xpoz-social-tracking
Command: npx skills add https://github.com/XPOZpublic/xpoz-agent-skills --skill xpoz-social-tracking-xpozpublic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? One-off social media queries only capture a point-in-time snapshot and often miss recent or fast-moving activity. This Skill sets up continuous background collection of posts for the keywords, accounts, subreddits, and hashtags you care about, giving you more complete data over time. ## Core Features & Use Cases - View tracked items: List everything currently being monitored across Twitter, Instagram, Reddit, and TikTok via MCP, Python SDK, TypeScript SDK, or CLI. - Add tracked items: Register keywords, users, subreddits (Reddit only), or hashtags (TikTok only) for continuous data collection, with slot availability checks via getAccountDetails. - Remove tracked items: Stop tracking outdated phrases or accounts to free up slots. - Use Case: A marketing team wants to monitor their brand launch. They add the brand name as a keyword on all four platforms, track their own handle as a user on Twitter and Instagram, and follow the campaign hashtag on TikTok, then query the accumulated data for sentiment analysis weeks later. ## Quick Start Ask your agent to track mentions of your brand name on Twitter and Reddit using Xpoz.

Frequently Asked Questions about xpoz-social-tracking

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

FAQPage Schema
How do I track brand mentions on Twitter and Reddit?

Call addTrackedItems with your brand name as a keyword item for each platform, for example {phrase: "YourBrand", type: "keyword", platform: "twitter"}. Xpoz then collects matching posts continuously in the background.

What is the difference between tracking and one-shot social media queries?

Tracking sets up continuous background collection that accumulates data over time, while one-shot queries like getTwitterPostsByKeywords search existing cached data only. Tracked items give more complete coverage, especially for fast-moving topics.

Which item types can I track on each social platform?

All four platforms support keyword and user tracking. Subreddit tracking is Reddit-only, and hashtag tracking is TikTok-only. Each item requires a phrase, type, and platform field.

Does tracking a new keyword include historical data?

No. Newly tracked items start collecting data from the moment they are added and have no historical backlog. Use one-shot queries against cached data if you need past activity.

How do I check how many tracked item slots I have left?

Call getAccountDetails before adding items to see available tracked item slots on your account. You can also call getTrackedItems to review what is currently consuming slots.