From xactions
Manages X (Twitter) topics via browser console JavaScript: list followed topics, follow/unfollow by keywords, discover suggestions. Use on x.com/i/topics or /settings/your_topics.
npx claudepluginhub nirholas/xactionsThis skill uses the workspace's default tool permissions.
Browser console script for managing X Topics — the interest categories that personalize your timeline.
Explores X/Twitter trending topics, searches tweets, scrapes explore page, and monitors keywords using browser JS scripts and MCP tools. Useful for trend discovery, content search, and account finding.
Searches X/Twitter via API v2 for real-time dev discussions, product feedback, breaking news, expert opinions. Supports engagement sorting, user profiles, thread fetching, watchlists, result caching. Useful for recent discourse on library releases, API changes, launches.
Master X (Twitter) algorithm with engagement weights, viral formulas, shadowban avoidance, thread optimization, and growth strategies from open-source code and 10M+ tweet data.
Share bugs, ideas, or general feedback.
Browser console script for managing X Topics — the interest categories that personalize your timeline.
| Goal | File | Navigate to |
|---|---|---|
| List, follow, unfollow, or discover X Topics | src/topicManager.js | x.com/i/topics or x.com/settings/your_topics |
x.com/i/topics or x.com/settings/your_topicsaction in CONFIGsrc/topicManager.js → Enterconst CONFIG = {
action: 'list',
// 'list' — list all currently followed topics
// 'follow' — follow topics matching keywords
// 'unfollow' — unfollow topics matching keywords
// 'unfollowAll' — unfollow all topics
// 'discover' — browse suggested topics
// For 'follow' / 'unfollow':
keywords: ['crypto', 'AI', 'startups'], // Topics to match
caseSensitive: false,
};
window.XActions.abort() // Stop the script
window.XActions.status() // Check progress
x.com/i/topics to browse all topicsx.com/settings/your_topics to see topics you already followunfollowAll then follow with specific keywords to reset your topic preferences