social-tracking

social-tracking is a skill for Claude Code from XPOZpublic/xpoz-claude-code-plugin. It costs 84 tokens per session (1,675 once invoked), scanned A, a copy of xpoz-social-tracking, MIT.

A setup and management tool for continuous social-media monitoring through Xpoz. It tracks keywords, accounts, Reddit communities, and TikTok hashtags across supported platforms.

In plain words
What is it for?
Use it to monitor brand or competitor mentions, topics, accounts, Reddit subreddits, and TikTok hashtags, or to view and remove existing tracking items.
Why use it?
Ongoing tracking collects matching posts over time, giving a fuller view than a single search that can miss earlier or later activity.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

Part of the xpoz plugin — 3 skills, 1 MCP server shipped together

Good fit Use it to monitor brand or competitor mentions, topics, accounts, Reddit subreddits, and TikTok hashtags, or to view and remove existing tracking items.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xpozpublic/xpoz-claude-code-plugin/social-tracking
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add XPOZpublic/xpoz-claude-code-plugin --skill social-tracking
Clone the repo
git clone --depth 1 https://github.com/XPOZpublic/xpoz-claude-code-plugin

Made for: Claude Code.

Or install xpoz, the plugin that ships this one along with the rest of its 3 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for social-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/xpozpublic/xpoz-claude-code-plugin/social-tracking/github.svg)](https://agentmods.dev/skills/xpozpublic/xpoz-claude-code-plugin/social-tracking)
Your own site
<a href="https://agentmods.dev/skills/xpozpublic/xpoz-claude-code-plugin/social-tracking"><img src="https://agentmods.dev/badge/skills/xpozpublic/xpoz-claude-code-plugin/social-tracking/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for social-tracking

Your own site · 80×15
<a href="https://agentmods.dev/skills/xpozpublic/xpoz-claude-code-plugin/social-tracking"><img src="https://agentmods.dev/badge/skills/xpozpublic/xpoz-claude-code-plugin/social-tracking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,675 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 84% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00084 $0.01675
Opus 5 $0.00042 $0.00838
Sonnet 5 $0.00017 $0.00335
Haiku 4.5 $0.00008 $0.00168

Measured 12d ago against content hash 28e6a354fdb1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

social-tracking scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

84% identical to xpoz-social-tracking — 88 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/social-tracking/SKILL.md · 161 lines

How it starts

The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Social Media Tracking

Overview

Tracking is a best practice for getting more complete data from Xpoz. When you track a keyword, user, subreddit, or hashtag, Xpoz continuously collects data for those items in the background. This means:

  • More complete data: Tracked items accumulate data over time, giving you a fuller picture than one-off queries.
  • Better coverage: Continuous collection captures posts and activity that a single point-in-time query might miss.

You can track four types of items across platforms:

  • Keywords — Track any phrase or topic (e.g., "AI agents", "your brand name"). Xpoz continuously collects posts matching these keywords across the platforms you specify.
  • Users — Track specific accounts (e.g., a competitor, influencer, or your own brand handle). Xpoz collects their posts and activity.
  • Subreddits (Reddit only) — Track entire subreddit communities to monitor discussions.
  • Hashtags (TikTok only) — Track TikTok hashtags to follow trends and campaigns.

When to Use

  • "Track mentions of [BRAND] across social media"
  • "Set up monitoring for [KEYWORD] on Twitter and Reddit"
  • "What keywords am I currently tracking?"
  • "Add @competitor to my tracked users on Instagram"
  • "Monitor #AIagents on TikTok"
  • "Stop tracking [OLD KEYWORD]"
  • "How many tracked items can I add?"

Step 1: Check Current Tracking

First, see what's already being tracked.

Call getTrackedItems

Present results as a table:

Platform Type Phrase
twitter keyword AI agents
instagram user competitor_brand
reddit subreddit machinelearning

Step 2: Add Tracked Items

Supported Types per Platform

Platform keyword user subreddit hashtag
Twitter Yes Yes
Instagram Yes Yes
Reddit Yes Yes Yes
TikTok Yes Yes Yes
Call addTrackedItems with items:
  [
    { "phrase": "AI agents", "type": "keyword", "platform": "twitter" },
    { "phrase": "AI agents", "type": "keyword", "platform": "reddit" },
    { "phrase": "competitor_user", "type": "user", "platform": "instagram" },
    { "phrase": "machinelearning", "type": "subreddit", "platform": "reddit" },
    { "phrase": "aitools", "type": "hashtag", "platform": "tiktok" }
  ]

Read the full file on GitHub · 161 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 161 lines · 84 tokens per session scan A 28e6a354fdb1

Subscribe to this mod's changes

social-tracking is a skill published in the GitHub repository XPOZpublic/xpoz-claude-code-plugin (2 stars, last pushed 1mo ago), licensed MIT. It adds 84 tokens to every session and 1,675 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 84% identical to xpoz-social-tracking, differing in 88 lines, and is treated as a copy.

Related

Other skills, from other repositories

zernio

Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.

zernio-dev/zernio-cli · 24 tokens

osint-deploy

Install, run and verify an OSINT tool from GitHub on macOS, Windows or Linux. First classifies what the repo actually is (CLI / server / desktop app / browser extension / not-a-tool), picks the deployment stack (prebuilt binary / Docker / uv / pipx / venv / npm / go), installs it isolated, then proves it works with…

soxoj/claude-osint-deploy · 175 tokens

osint-person-search

Find and verify person profiles across platforms via OSINT.

sloemo01/hermes-skills-bundle · 16 tokens

reddit-writing-style

Use when analyzing a corpus of a user's Reddit posts to extract their writing voice, tone, structural patterns, and vocabulary into a reusable style guide. Invoked during /reddit-setup and re-invokable standalone if the user wants to refresh their style file after writing more posts.

agamjn/rising · 60 tokens

social-lead-gen

Lead generation from social media — find high-intent buyers in live Twitter, Instagram, and Reddit conversations. Auto-researches your product, generates targeted search queries, and discovers people actively looking for solutions you offer. Social selling and prospecting powered by billions of indexed posts.

XPOZpublic/xpoz-clawhub-skills · 60 tokens

xpoz-best-practices

Reference guide for using Xpoz effectively via MCP. Covers query syntax (boolean operators, date filtering), response modes (fast/paging/CSV), field selection, tracking setup, and all platform tool references (Twitter, Instagram, Reddit, TikTok). Load for ANY Xpoz interaction, not just explicit best-practices…

XPOZpublic/xpoz-clawhub-skills · 73 tokens