Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

x-phoenix-score-codex-skill

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x-phoenix-score-codex-skill

Codex skill for scoring and improving X posts with Phoenix-style engagement weights.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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-skill

Or install globally:

npm install -g x-phoenix-score-codex-skill
install-x-phoenix-score

The installer copies the skill to:

~/.codex/skills/x-phoenix-score

If CODEX_HOME is set, it installs to:

$CODEX_HOME/skills/x-phoenix-score

Use

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 publish

Caveat

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.

Keywords

codex

FAQs

Package last updated on 20 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts