x-use-review

x-use-review is a skill for Claude Code from ihuzaifashoukat/x-use. It costs 56 tokens per session (365 once invoked), scanned A, original, MIT.

A daily review for an X account that brings together account health, activity measurements, pending drafts, and queued work. X is the social platform formerly known as Twitter.

In plain words
What is it for?
Use it for routine account check-ins and to decide which drafts to approve or reject, or which queued actions to process or cancel.
Why use it?
Account problems, failed actions, drafts, and scheduled work are otherwise checked in separate places. The review shows what needs attention before decisions are made.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the x-use plugin — 4 skills shipped together

Good fit Use it for routine account check-ins and to decide which drafts to approve or reject, or which queued actions to process or cancel.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ihuzaifashoukat/x-use/x-use-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ihuzaifashoukat/x-use --skill x-use-review
Clone the repo
git clone --depth 1 https://github.com/ihuzaifashoukat/x-use

Made for: Claude Code.

Or install x-use, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for x-use-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-review/github.svg)](https://agentmods.dev/skills/ihuzaifashoukat/x-use/x-use-review)
Your own site
<a href="https://agentmods.dev/skills/ihuzaifashoukat/x-use/x-use-review"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for x-use-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/ihuzaifashoukat/x-use/x-use-review"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 365 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00056 $0.00365
Opus 5 $0.00028 $0.00182
Sonnet 5 $0.00011 $0.00073
Haiku 4.5 $0.00006 $0.00036

Measured 12d ago against content hash aad4db347f48, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

x-use-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/x-use/skills/x-use-review/SKILL.md · 32 lines

What it actually says

x-use review

One pass: status -> pending work -> decisions.

Workflow

  1. Health. get_account_health(account): cookie validity, config, session, queue, drafts. Flag anything red first (expired cookies mean nothing else will work, so point the user at re-exporting cookies and update_account(account, cookie_file=...)).
  2. Metrics. get_metrics(account): posts/replies/likes/errors counters and the last ~20 events. Summarize in 2-3 lines, including errors.
  3. Pending drafts. list_drafts(status="pending", account). Present a numbered table: action, target, text preview, draft_id.
  4. Queue. list_queue(account): what's staged, what's due, what failed.
  5. Decisions, always the user's. Ask what to do, then:
    • approve specific drafts -> approve_draft(draft_id) one at a time
    • reject -> reject_draft(draft_id)
    • run due queued work -> process_queue(account) (daily caps apply)
    • cancel queued items -> cancel_queued_action(queue_id)

Rules

  • Read-only by default: this skill changes nothing unless the user directs an approve/reject/process/cancel.
  • Keep the summary tight. The user wants the digest, not a data dump.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 32 lines · 56 tokens per session scan A aad4db347f48

Subscribe to this mod's changes

x-use-review is a skill published in the GitHub repository ihuzaifashoukat/x-use (165 stars, last pushed 24d ago), licensed MIT. It adds 56 tokens to every session and 365 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.