x-use-setup

Configures x-use MCP server and X accounts through conversational onboarding.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires x-use-mcp.

What problem does it solve? Setting up browser-based X (Twitter) automation requires installing the x-use package, registering its MCP server, exporting login cookies, and defining account personas—steps that are error-prone when done manually. This Skill walks an AI agent through the entire onboarding conversationally so the user never edits a config file by hand. ## Core Features & Use Cases - Install verification: Runs x-use doctor to check Chrome/driver, cookies, LLM keys, and proxies, and installs x-use-mcp via pip if missing. - MCP registration: Registers the x-use server in Claude Desktop, Claude Code, or Codex client configurations. - Account configuration: Adds accounts from exported cookie JSON files, then sets niche keywords, competitor profiles, and a writing persona via add_account and update_account. - Use Case: A user says "get me started with x-use" and the agent verifies the install, registers the MCP server, imports their X cookies, configures their niche and persona, and stages a first draft reply for approval. ## Quick Start Ask the agent to set up x-use and configure your first X account, then follow its prompts to provide your exported cookie file, niche keywords, and preferred writing persona.

Frequently Asked Questions about x-use-setup

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

FAQPage Schema
How do I set up x-use for X automation?▼

Run x-use doctor to verify Chrome, cookies, and LLM keys, then register the MCP server in your client and add an account with add_account using an exported cookie JSON file. The skill walks through each step conversationally.

How do I add an X account to x-use without the X API?▼

Export your x.com session cookies as JSON using a browser extension like Cookie-Editor, then call add_account with the file path. The file is validated and copied server-side, so cookie values never pass through the chat.

Does x-use work with Claude Desktop and Claude Code?▼

Yes, x-use registers as an MCP server in Claude Desktop via claude_desktop_config.json, in Claude Code via claude mcp add, and in Codex via config.toml. After registering, restart the client to load the tools.

Why does x-use doctor report missing dependencies?▼

Doctor fails when the x-use-mcp package is not installed, Chrome or its driver is missing, cookies are invalid, or no LLM key is configured. Install with pip install x-use-mcp and re-run doctor to identify the remaining issue.

Does x-use post to X automatically without approval?▼

No, write actions go through a draft-approval step by default. The agent can stage posts and replies, but nothing reaches X until a human approves the draft with approve_draft.