A skill that analyzes X (Twitter) posts for viral potential using X's actual recommendation algorithm.
gh skill install tonkotsuboy/x-impact-checkeror
npx skills add tonkotsuboy/x-impact-checkerTrigger the skill with phrases like:
- "Check if this will go viral: [your post]"
- "Make this post buzz: [your post]"
- "Optimize my tweet: [your post]"
Based on X's official recommendation algorithm with 19 scoring elements:
- Reply Potential: 22 points
- Retweet Potential: 16 points
- Favorite Potential: 12 points
- Quote Potential: 10 points
- Dwell Time: 6 points
- Continuous Dwell Time: 4 points
- Click Potential: 5 points
- Photo Expand Potential: 4 points
- Video View Potential: 3 points
- Quoted Click Potential: 3 points
- Profile Click: 5 points
- Follow Potential: 4 points
- Share Potential: 2 points
- Share via DM: 2 points
- Share via Copy Link: 2 points
- Not Interested Risk: -5 to -15 points
- Mute Risk: -5 to -15 points
- Block Risk: -10 to -25 points
- Report Risk: -15 to -30 points
This skill is based on the publicly documented scoring weights and algorithm specifications from X's open-source recommendation algorithm. It does not directly use code from the original repository, but implements the algorithm concepts independently.
Reference repository:
Apache 2.0
Copyright 2026 tonkotsuboy
Licensed under the Apache License, Version 2.0. See the LICENSE file for details.
X(旧Twitter)の公式推薦アルゴリズムに基づいて、投稿がバズるかどうかを分析するスキルです。
gh skill install tonkotsuboy/x-impact-checkerまたは
npx add-skill tonkotsuboy/x-impact-checker- "バズるかチェックして: [投稿内容]"
- "Xでバズる投稿にして: [投稿内容]"
- "伸びるかチェックして: [投稿内容]"
Xの公式推薦アルゴリズムに基づく19要素のスコアリング:
- Reply Potential (返信潜在力): 22点
- Retweet Potential (リツイート潜在力): 16点
- Favorite Potential (いいね潜在力): 12点
- Quote Potential (引用潜在力): 10点
- Dwell Time (滞在時間): 6点
- Continuous Dwell Time (継続滞在時間): 4点
- Click Potential (クリック潜在力): 5点
- Photo Expand Potential (写真展開潜在力): 4点
- Video View Potential (動画視聴潜在力): 3点
- Quoted Click Potential (引用クリック潜在力): 3点
- Profile Click (プロフィールクリック): 5点
- Follow Potential (フォロー潜在力): 4点
- Share Potential (共有潜在力): 2点
- Share via DM (DM経由共有): 2点
- Share via Copy Link (リンクコピー共有): 2点
- Not Interested Risk (興味なしリスク): -5 ~ -15点
- Mute Risk (ミュートリスク): -5 ~ -15点
- Block Risk (ブロックリスク): -10 ~ -25点
- Report Risk (報告リスク): -15 ~ -30点
このスキルは、Xのオープンソース推薦アルゴリズムで公開されているスコアリングの重み付けやアルゴリズム仕様を参考にしています。元のリポジトリのコードを直接使用しているのではなく、アルゴリズムの概念を独自に実装しています。
参考リポジトリ:
Apache 2.0