🎯
AutomationTypeScript

X AI Topic Selector

by vigorX777

X AI Topic Selector is an Automation skill for Claude Code, published by vigorX777 in x-ai-topic-selector.

56 stars11 forkson vigorX777/x-ai-topic-selectorAdded 2026/07/16Repository updated 2026/02/20
Install in seconds
Install X AI Topic Selector
Copy X AI Topic Selector into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vigorX777/x-ai-topic-selector ~/.claude/skills/x-ai-topic-selector

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vigorX777/x-ai-topic-selector.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in vigorX777/x-ai-topic-selector
Installs to
~/.claude/skills/x-ai-topic-selector
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What X AI Topic Selector does

Automatically fetches tweets from X (Twitter), scores them using engagement metrics or AI analysis, and generates structured topic recommendation reports for content creators.

X AI Topic Selector is cataloged under Automation on DirSkills.

Documentation

README

⚠️ 默认行为 (Default Behavior)

重要: 当用户直接调用 /x-ai-topic-selector 而不指定子命令时,Agent 必须自动启动 /select-topics 的完整交互流程。

交互模式要求

  • 必须使用: question() 工具 + options 数组(生成可点击的选项按钮
  • 禁止使用: 文本提示 + 等待用户输入(如"请输入..."、"直接回复选项编号"等)

所有参数收集必须通过 question() 工具的选项选择完成,用户只需点击选项,无需手动输入文本(除非是自由格式输入,如 API Key、URL 等特殊情况)。


X AI Topic Selector

自动从 X (Twitter) 抓取推文,通过多维评分(数据指标 + AI 分析)生成选题推荐报告。

alt text

命令

/select-topics

运行选题工具。

使用方式: 直接调用 /select-topics,Agent 将通过交互式引导收集参数。 功能说明:

  • 扫描模式 (Lists/Home): 支持按分类筛选、多维评分、精选推荐。
  • 书签模式 (Bookmarks): 自动提取全部书签内容,进入 AI 深度分析模式(无过滤,保留全部)。

配置持久化

配置文件路径: ~/.x-topic-selector/config.json

This is the opening of the README. Read the full README on GitHub.

Frequently asked about X AI Topic Selector

  • How does X AI Topic Selector compare to other Automation skills?

    X AI Topic Selector ranks #2122 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of X AI Topic Selector against them. Open each page to compare what they document and how they install.