Agent skill
topic-management
Browse, follow, and unfollow X Topics. Manage your followed topics list and discover new ones by keyword. Use when users want to follow or unfollow topics on X, or manage their topic feed.
Install this agent skill to your Project
npx add-skill https://github.com/nirholas/XActions/tree/main/skills/topic-management
Metadata
Additional technical details for this skill
- author
- nichxbt
- version
- 1.0
SKILL.md
Topic Management
Browser console script for managing X Topics — the interest categories that personalize your timeline.
Script Selection
| Goal | File | Navigate to |
|---|---|---|
| List, follow, unfollow, or discover X Topics | src/topicManager.js |
x.com/i/topics or x.com/settings/your_topics |
Quick Start
- Go to
x.com/i/topicsorx.com/settings/your_topics - Open DevTools (F12) → Console
- Set
actionin CONFIG - Paste
src/topicManager.js→ Enter
Configuration
const 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,
};
Controls
window.XActions.abort() // Stop the script
window.XActions.status() // Check progress
Notes
- Navigate to
x.com/i/topicsto browse all topics - Navigate to
x.com/settings/your_topicsto see topics you already follow - Topics directly influence your For You timeline recommendations
- Use
unfollowAllthenfollowwith specific keywords to reset your topic preferences
Related Skills
- algorithm-cultivation — Train your algorithm for a specific niche
- discovery-explore — Browse trending topics and explore
- analytics-insights — Analyze what content your current topics surface
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
articles-longform
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.
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.
business-ads
Manages X/Twitter business intelligence including brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies for promotion, and content performance optimization. Use when users want brand monitoring, audience analysis, competitor comparison, or promotion optimization on X.
engagement-interaction
Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.
unfollow-management
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.
follower-monitoring
Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.
Didn't find tool you were looking for?