What problem does it solve?
Connecting a Twitter/X account to an AI assistant normally requires juggling OAuth flows, redirect URLs, and permission scopes outside the chat. This Skill turns that into a guided in-chat flow: it requests only the capabilities the user actually wants, walks them through authorization, and completes or revokes the connection without exposing passwords or API secrets.
Core Features & Use Cases
- Guided OAuth Setup: Calls
connect_twitter_x with least-privilege capabilities, surfaces the authorization URL, and completes the flow via complete_twitter_x_connection when the user pastes back the redirect.
- Scoped Permissions: Reading, posting, and DM access are requested separately, so reading posts never implies permission to post or send DMs.
- Revocation Support: Disconnects the account with
revoke_twitter_x_connection on request, with guidance to also remove the grant in X settings.
- Use Case: A user asks to read their X mentions. The Skill starts OAuth with read-only scope, the user approves and pastes the redirected URL, and the Skill confirms the connected account and granted capabilities.
Quick Start
Connect my Twitter/X account so you can read my recent posts and mentions.