x-use-engage

Drafts persona-voice replies to X posts for human review and approval.

165|29|Updated Aug 2, 2024
One-click install
npx skills add https://github.com/ihuzaifashoukat/x-use --skill x-use-engage-ihuzaifashoukat
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-use-engage
Source: https://github.com/ihuzaifashoukat/x-use/tree/main/plugins/x-use/skills/x-use-engage
Command: npx skills add https://github.com/ihuzaifashoukat/x-use --skill x-use-engage-ihuzaifashoukat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Growing an X (Twitter) presence requires finding relevant posts and writing thoughtful replies, which is time-consuming and risky to fully automate. This Skill researches your niche, drafts replies in your account's persona, and stages them as drafts so nothing posts without explicit human approval. ## Core Features & Use Cases - Niche Research: Searches X by keywords or specific profiles using the account's configured target keywords, reading both tweet text and attached images. - Persona-Voice Drafting: Composes replies under 270 characters in the account's persona, filtering out low-value or off-persona candidates. - Draft-First Approval Workflow: Stages every reply as a draft; only user-approved drafts are published, with reject and queue options for paced engagement. - Use Case: A founder wants to grow reach in the AI tooling niche. The Skill searches three focused queries, reads the top tweets including chart screenshots, drafts five concrete replies, and presents them for one-by-one approval. ## Quick Start Find posts worth replying to in my niche and draft replies for my review.

Frequently Asked Questions about x-use-engage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find posts worth replying to on X?▼

Use search_tweets with one focused keyword query per call, or search_profile to work a specific person's timeline. The Skill reads each candidate with prepare_reply, including images, then filters down to 3-5 tweets where a reply adds real value.

How does draft approval work for X replies?▼

Every reply is staged as a draft via reply_to_tweet and nothing posts automatically. The Skill presents author, tweet gist, reply text, and draft_id; only drafts you explicitly approve are published through approve_draft, and the rest are rejected.

Does this skill post to X automatically without review?▼

No. The workflow is draft-first by design: the Skill never approves drafts on its own initiative and never batch-approves. For higher volume it suggests queue_engagement with process_queue, which keeps the same review model with daily caps.

Do I need an LLM API key to write X replies?▼

No server LLM key is required. The agent running the Skill writes the replies itself in the account's persona, keeping each under 270 characters with one concrete point and no hashtag or emoji spam.

Can I target a specific competitor or person instead of keywords?▼

Yes. Use search_profile with the target handle to pull their timeline, including pinned posts and reposts. Check the user_handle on each result before treating it as theirs, since timelines include reposted content.