x-phoenix-score-codex-skill
v0.1.0
Published
Codex skill for scoring and improving X posts with Phoenix-style engagement weights.
Maintainers
Readme
x-phoenix-score-codex-skill
Codex skill for scoring and improving X/Twitter posts with PhoenixScore-style engagement weights.
The skill estimates directional score, weighted engagement breakdown, signals, and rewrite suggestions for draft posts, screenshots, or extracted X post text. It is inspired by the open-source PhoenixScore app in hyperbrowserai/hyperbrowser-app-examples.
Install
Run without installing globally:
npx x-phoenix-score-codex-skillOr install globally:
npm install -g x-phoenix-score-codex-skill
install-x-phoenix-scoreThe installer copies the skill to:
~/.codex/skills/x-phoenix-scoreIf CODEX_HOME is set, it installs to:
$CODEX_HOME/skills/x-phoenix-scoreUse
In Codex:
Use $x-phoenix-score to analyze this X post and suggest concrete improvements.You can also run the bundled scorer directly:
python3 ~/.codex/skills/x-phoenix-score/scripts/score_x_post.py --text "Your post text here"Publish
npm login
npm test
npm pack --dry-run
npm publishCaveat
Scores are directional estimates based on published/open-source-style weights and heuristics. They are not exact predictions from X's private production ranking model.
