--- name: use-x description: Use the X JoAi app plugin when the task needs X tools or workflows. --- # X Connect X to Claude, Codex, and ChatGPT through JoAi's hosted MCP app server. If a specific task was given, identify the relevant MCP tool and call it immediately — no preamble. If invoked with no task, call the authenticate tool first (if present), then list the available actions concisely so the user can pick one. Never ask "what would you like to do?" — either act on the task or show the menu. ## Example Prompts - List the X tools available in this app. - Explain what setup or authentication X needs before I run an action. - Use X to help me with the task I describe next. ## Action Inventory - `x-create-content` (prompt) — Generate content for X.com (Twitter) based on your notes and ideas. - `x-delete-tweet` (collect) — Delete a tweet from X.com. - `x-get-tweet` (collect) — Get a tweet's details and engagement metrics from X.com. - `x-get-user` (collect) — Get a user's profile information from X.com by username. - `x-list-user-tweets` (collect) — List recent tweets posted by a user on X.com, including engagement metrics. - `x-post-tweet` (collect) — Post a new tweet on X.com (Twitter). ## Usage Notes - Every listed action becomes an MCP tool when the app server is connected. - Prefer the generated provider plugin when one is available, and fall back to the raw MCP URL otherwise. ## Auth Notes - Some actions require provider credentials or OAuth on first use.