x-metrics-tracker
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.
Best use case
x-metrics-tracker is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using x-metrics-tracker should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/x-metrics-tracker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How x-metrics-tracker Compares
| Feature / Agent | x-metrics-tracker | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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:
```bash
node ~/clawd/skills/x-metrics-tracker/capture.js '{"followers":138,"following":3,"posts":72}'
```
### View History
```bash
~/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):
```markdown
### 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.Related Skills
plow-tracker
Track Pittsburgh snow plows in real-time. Check plow locations, see which streets have been plowed, and monitor snow response activity. Uses live data from the City of Pittsburgh's Snow Response Dashboard.
daily-work-tracker
Use when the user wants to log work items (bugs, features, tasks), track time spent, or view a daily/weekly work report.
analytics-metrics
Build data visualization and analytics dashboards. Use when creating charts, KPI displays, metrics dashboards, or data visualization components. Triggers on analytics, dashboard, charts, metrics, KPI, data visualization, Recharts.
startup-metrics-framework
This skill should be used when the user asks about \\\"key startup metrics", "SaaS metrics", "CAC and LTV", "unit economics", "burn multiple", "rule of 40", "marketplace metrics", or requests...
solo-metrics-track
Set up PostHog metrics plan with event funnel, KPI benchmarks, and kill/iterate/scale decision thresholds. Use when user says "set up metrics", "track KPIs", "PostHog events", "funnel analysis", "when to kill or scale", or "success metrics". Do NOT use for SEO metrics (use /seo-audit).
analyzing-tdigest-metrics
Analyze percentile metrics (tdigest type) using OPAL for latency analysis and SLO tracking. Use when calculating p50, p95, p99 from pre-aggregated duration or latency metrics. Covers the critical double-combine pattern with align + m_tdigest() + tdigest_combine + aggregate. For simple metrics (counts, averages), see aggregating-gauge-metrics skill.
alphaear-signal-tracker
Track finance investment signal evolution and update logic based on new finance market information. Use when monitoring finance signals and determining if they are strengthened, weakened, or falsified.
aggregating-performance-metrics
Aggregate and centralize performance metrics from applications, systems, databases, caches, and services. Use when consolidating monitoring data from multiple sources. Trigger with phrases like "aggregate metrics", "centralize monitoring", or "collect performance data".
geo-tracker
Track and optimize brand visibility across AI search engines (ChatGPT, Perplexity, Gemini, Google AI Overview, Claude). Use when monitoring brand mentions in AI answers, running GEO audits, comparing brand vs competitors in AI responses, or optimizing content for generative engine citation. Supports single queries, batch audits, and scheduled monitoring.
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
accessibility-ux-audit
Audit and enhance accessibility and UX across all pages and components.
accessibility-testing
WCAG 2.2 compliance testing, screen reader validation, and inclusive design verification. Use when ensuring legal compliance (ADA, Section 508), testing for disabilities, or building accessible applications for 1 billion disabled users globally.