Personal X (Twitter) Analytics for Openclaw

A cost-aware personal analytics engine for X (Twitter) that tracks engagement, mentions, and follower growth with built-in budget protection.

nevaaron
v2.0.4
Feb 21, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install x-smart-read

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install x-smart-read using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Personal X (Twitter) Analytics?

The X (Twitter) Personal Analytics skill is a robust toolset designed for developers and power users to monitor their social presence with precision. By leveraging Openclaw Skills, this integration provides a programmatic way to analyze timeline engagement, track follower deltas, and manage bookmarks. It is specifically engineered to be cost-effective, utilizing a persistent local store to minimize expensive API calls while offering a transparent budget management system.

This skill enables users to stay informed through automated daily briefings and accountability checks without the need for manual platform browsing. It serves as a bridge between your terminal and the X API v2, ensuring that every interaction is both data-driven and financially guarded through customizable budget tiers and enforcement modes.

Personal X (Twitter) Analytics Use Cases

  • Generate a comprehensive morning briefing including posts, mentions, and profile updates.
  • Monitor account engagement and follower growth trends over specific lookback periods.
  • Fetch and archive full tweet threads or individual posts via URL or ID.
  • Conduct accountability checks to monitor personal activity levels and time spent on the platform.
  • Manage bookmarks and save important tweets for future reference or research.

How Personal X (Twitter) Analytics Works

  1. The user initializes the skill by running the setup script to securely store X API v2 credentials and define a daily budget tier.
  2. When a command is triggered, the system first evaluates the request against the local persistent store to see if data can be served without a cost.
  3. If an API call is required, the skill verifies the remaining daily budget based on the selected enforcement mode (guarded, relaxed, or unlimited).
  4. Data is fetched from the X API, processed for engagement metrics, and simultaneously cached in the local storage for future zero-cost retrieval.
  5. The skill outputs a detailed summary including the requested data and a transparent report of the transaction cost and total daily spend.

Personal X (Twitter) Analytics Setup

To integrate this capability into your Openclaw Skills workflow, ensure you have the uv package manager installed. Begin by running the interactive setup script to configure your environment:

uv run scripts/x_setup.py

Once configured, you can validate your credentials and check your spend report using the following commands:

# Validate your setup
uv run scripts/x_setup.py --check

# Review your current API expenditure
uv run scripts/x_setup.py --spend-report

Personal X (Twitter) Analytics Data Schema & Taxonomy

The skill manages information through a structured local database and metadata taxonomy to ensure data persistence and cost efficiency.

Component Description
Local Cache Stores full tweet objects, threads, and user profile snapshots to avoid redundant API hits.
Engagement Metrics Tracks likes, retweets, and replies for your timeline posts.
Follower Delta Records historical snapshots of follower counts to track growth over time.
Spend Log A dedicated registry of every API transaction, including timestamps and cost per call.
Budget Config Defines the daily limit (lite, standard, intense) and enforcement logic.

Personal X (Twitter) Analytics Advanced Features

  • Intelligent caching that prioritizes local storage to provide zero-cost data retrieval for repeat queries.
  • Granular budget management with three distinct tiers to prevent unexpected API billing.
  • Dry-run functionality allowing users to preview the exact cost of a command before execution.
  • Accountability 'activity' checks designed to nudge users during work hours based on post frequency.
  • Context-aware mentions tracking that can optionally fetch entire reply chains for deep engagement analysis.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins uv
Github Stars: 0
forks: 0

Featured*