x-use-content

Creates original X posts in a user persona and stages them as drafts for review.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing consistent, on-voice X content is time-consuming, and posting without review risks off-brand or low-quality output. This Skill researches what performs in your niche, drafts posts in your persona, and stages each one as a draft so nothing publishes without your approval. ## Core Features & Use Cases - Niche Research: Searches tweets per target keyword and inspects standout posts to identify formats that earn engagement, such as hot takes, how-tos, and build-in-public numbers. - Persona-Based Drafting: Loads your account persona and target keywords, then writes original posts under 280 characters in your voice, one at a time. - Draft Review Pipeline: Stages each post via post_tweet as a draft, then lets you approve, schedule with queue_post, or reject through list_drafts. - Use Case: A founder wants three posts per week in their niche. The Skill researches trending formats, proposes three angles, drafts each post, and presents a review list so the founder approves only what ships. ## Quick Start Ask the agent to research my niche and draft three X posts in my persona, staging each as a draft for my review.

Frequently Asked Questions about x-use-content

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

FAQPage Schema
How do I create X posts in my own voice with an AI agent?▼

Set a persona on your x-use account via update_account, then the Skill loads that persona and target_keywords to write original posts in your voice. Each draft is staged with post_tweet and shown to you for edits before anything publishes.

How does the Skill research what content works in my niche?▼

It runs search_tweets for each of your target keywords with a limit of 5-10 results, then calls get_tweet on standout posts to inspect their media. It notes which formats earn engagement, such as hot takes, how-tos, charts, and contrarian questions.

Does x-use-content publish posts automatically without approval?▼

No. Every post is staged as a draft first, and the workflow ends with list_drafts so you choose to approve_draft, schedule with queue_post, or reject_draft. Nothing reaches X until you explicitly approve it.

Can I create X threads with this Skill?▼

Threads are not supported yet and are planned for v2.4. The workaround is to stage each thread part as a separate draft, and the Skill will tell you when it does this.

Can the Skill add images to my X posts?▼

Only with local file paths you provide, passed via post_tweet with the media parameter. The Skill never invents or generates image files on its own.