x-metrics-tracker

star 45

Track X account metrics (followers, posts, following) with daily snapshots via browser automation. Use when you need to monitor X profile growth, capture daily analytics, or view historical follower/post trends.

diegosouzapw By diegosouzapw schedule Updated 2/28/2026

name: x-metrics-tracker description: Track X account metrics (followers, posts, following) with daily snapshots via browser automation. Use when you need to monitor X profile growth, capture daily analytics, or view historical follower/post trends.

X Metrics Tracker

Track @eva_uncensored X account metrics daily: posts, replies, impressions, follower count.

Usage

Capture Metrics (Agent Workflow)

  1. Navigate to https://x.com/eva_uncensored via browser relay
  2. Extract metrics from snapshot:
    • Posts count: from "XX posts" text
    • Followers: from "XXX Followers" link
    • Following: from "X Following" link
  3. Save snapshot:
node ~/clawd/skills/x-metrics-tracker/capture.js '{"followers":138,"following":3,"posts":72}'

View History

~/clawd/skills/x-metrics-tracker/history.sh [days]

Data Location

  • Daily snapshots: ~/clawd/skills/x-metrics-tracker/data/YYYY-MM-DD.json
  • Summary: ~/clawd/skills/x-metrics-tracker/data/summary.json

Metrics Tracked

  • followers: Current follower count
  • following: Current following count
  • posts: Total post count
  • date: Snapshot date (auto-added)
  • timestamp: Full ISO timestamp (auto-added)

Automation

Add to HEARTBEAT.md for daily tracking (recommend: once per day, morning):

### X Metrics (Daily)
- Navigate to `https://x.com/eva_uncensored`
- Extract followers, posts, following from profile
- Run: `node ~/clawd/skills/x-metrics-tracker/capture.js '{"followers":N,"posts":N,"following":N}'`

Browser Relay Required

This skill uses browser automation to scrape X profile data since API access is limited.

Install via CLI
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill x-metrics-tracker
Repository Details
star Stars 45
call_split Forks 14
navigation Branch main
article Path SKILL.md
More from Creator
diegosouzapw
diegosouzapw Explore all skills →