nirholas/xactions

x-pro-management

Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.

First seen Apr 15, 2026

Installation

$ npx skills add nirholas/xactions --skill x-pro-management

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nirholas/xactions · top by installs.

npx skills add nirholas/xactions

Browse all from nirholas/xactions

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 510
License LICENSE
Default branch main
Open issues 9
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0
LicenseApache-2.0
More metadata
author
nichxbt
version
1.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,169 B
  • docs SUMMARY.md 201 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

X Pro (TweetDeck) Management

Browser console scripts for navigating and configuring X Pro (formerly TweetDeck).

Script Selection

Goal File Navigate to
Navigate to X Pro + setup columns src/xPro.js x.com or pro.x.com
Extended X Pro management src/xProManager.js pro.x.com

Quick Start

  1. Go to x.com or pro.x.com
  2. Open DevTools (F12) → Console
  3. Paste src/xPro.js → Enter

Configuration (xPro.js)

const CONFIG = {
  autoNavigate: true,          // Navigate to X Pro automatically
  setupColumns: false,          // Attempt to add default monitoring columns
  columnPresets: [              // Column types to add when setupColumns = true
    'home',
    'notifications',
    'mentions',
    'search',
  ],
  searchTerms: [               // Search columns to add
    // 'from:nichxbt',
    // '#xactions',
  ],
  showColumnInfo: true,        // Display info about existing columns
  delayBetweenActions: 2000,  // ms between UI actions
};

Column Types

Column Type Description
home Your main For You / Following timeline
notifications All notifications
mentions Only @mentions
search Search results for a term
list A Twitter List feed
user A specific user's tweets

Notes

  • X Pro requires an X Premium subscription
  • Column setup uses DOM automation — column UI may change; selectors in src/xPro.js
  • xProManager.js provides extended operations including column reordering and removal
  • If autoNavigate: true, the script will redirect to pro.x.com automatically

Related Skills

  • discovery-explore — Search and explore without X Pro
  • follower-monitoring — Monitor accounts from a regular timeline
  • analytics-insights — Analyze performance without X Pro