x-use-engage

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

A draft-first workflow for finding relevant conversations on X and writing replies in a user-defined voice. It reads posts, including attached images, and waits for approval before anything is posted.

In plain words
What is it for?
Use it to find posts by topic or profile, inspect their text and images, draft persona-matched replies, and stage a small set of replies for approval.
Why use it?
It removes the effort of searching a niche and deciding which posts deserve a useful reply. It also reduces off-topic or off-voice replies by filtering candidates and requiring review.

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 to find posts by topic or profile, inspect their text and images, draft persona-matched replies, and stage a small set of replies for approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ihuzaifashoukat/x-use/x-use-engage
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-engage
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-engage

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-engage/github.svg)](https://agentmods.dev/skills/ihuzaifashoukat/x-use/x-use-engage)
Your own site
<a href="https://agentmods.dev/skills/ihuzaifashoukat/x-use/x-use-engage"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-engage/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-engage

Your own site · 80×15
<a href="https://agentmods.dev/skills/ihuzaifashoukat/x-use/x-use-engage"><img src="https://agentmods.dev/badge/skills/ihuzaifashoukat/x-use/x-use-engage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 547 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.00059 $0.00547
Opus 5 $0.00030 $0.00273
Sonnet 5 $0.00012 $0.00109
Haiku 4.5 $0.00006 $0.00055

Measured 11d ago against content hash 207b61c67dc4, 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-engage 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 11d 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-engage/SKILL.md · 43 lines

What it actually says

x-use engage

Draft-first engagement. You research and write; the user approves; nothing posts on its own.

Workflow

  1. Scope. Default to the account's own keywords: get_account(account) shows target_keywords. If the user gave URLs or topics instead, use those. Confirm the account with list_accounts if unsure.
  2. Search. search_tweets(keywords=<one query>, limit=5, account). One query per call; prefer 2-3 focused queries over one broad one. To work a specific person or competitor instead of a topic, use search_profile(profile="@handle", limit=5, account). Profile timelines include pinned posts and reposts, so check user_handle on each result before treating it as theirs.
  3. Read candidates properly. For each promising tweet call prepare_reply(account, tweet_url). You receive the text, the images (look at them, because chart screenshots, memes, and UI shots change what a good reply is), the author's handle, the account's persona, and keywords.
  4. Filter. Skip: tweets you can't add value to, pure announcements, anything off-persona, and the account's own posts. Keep at most 3-5.
  5. Compose. Write each reply yourself, in the account's persona, under 270 chars: concrete, adds one useful point or question, no hashtags/links/ emoji spam, no "Great post!".
  6. Stage. reply_to_tweet(account, tweet_url, text=<your text>) returns a draft. Repeat per candidate.
  7. Review with the user. Show a compact list: author, tweet gist, your reply, draft_id. Only call approve_draft(draft_id) for the ones the user explicitly approves; reject_draft the rest.

Rules

  • Never approve on your own initiative. Never batch-approve.
  • If the user wants volume later, suggest queue_engagement + process_queue (same review model, paced, daily caps).
  • No server LLM key? Everything above still works. You are the writer.
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. 11d ago First seen · 43 lines · 59 tokens per session scan A 207b61c67dc4

Subscribe to this mod's changes

x-use-engage is a skill published in the GitHub repository ihuzaifashoukat/x-use (165 stars, last pushed 23d ago), licensed MIT. It adds 59 tokens to every session and 547 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.