From xactions
Navigates to X Pro (TweetDeck), sets up monitoring columns with presets, and manages multi-column views via browser console JavaScript scripts. Useful for X/Twitter dashboard configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xactions:x-pro-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browser console scripts for navigating and configuring X Pro (formerly TweetDeck).
Browser console scripts for navigating and configuring X Pro (formerly TweetDeck).
| 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 |
x.com or pro.x.comsrc/xPro.js → EnterxPro.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 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 |
src/xPro.jsxProManager.js provides extended operations including column reordering and removalautoNavigate: true, the script will redirect to pro.x.com automaticallynpx claudepluginhub nirholas/xactionsGenerates FilamentPHP v4 dashboard pages with single-tab or multi-tab layouts, message callouts, and widget integration. Useful for admin panel dashboards.
Guides developers in building and validating Slack Block Kit layouts for messages, modals, and Home tabs. Provides block references, JSON generation, and schema validation.
Sets up Prometheus metrics, OpenTelemetry traces, structured logging, and Grafana dashboards for Miro REST API v2 integrations. Includes request latency, errors, rate limits, and webhook tracking.