用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/QuixiAI/Hexis --skill twitter-x-connector-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Search, read, create, and comment on GitHub issues through the GitHub MCP server.
Analyze a local recording for speakers and label timestamped transcript segments without uploading audio
Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace
基于 SOC 职业分类
正在显示 SKILL.md
| name | twitter-x-connector-setup |
| description | Connect Twitter/X through guided OAuth setup, complete authorization, and revoke local access |
| category | communication |
| requires | {"tools":["connect_twitter_x","complete_twitter_x_connection","revoke_twitter_x_connection"]} |
| contexts | ["chat"] |
| bound_tools | ["connect_twitter_x","complete_twitter_x_connection","revoke_twitter_x_connection"] |
Use this when the user asks to connect Twitter/X, read posts or mentions, search recent posts, import X history, read DMs, or disconnect Twitter/X.
connect_twitter_x: reading is not permission to post, and posting is not permission to send DMs.use_env_client) or the setup UI.connector-action-authorization after connection setup so the grant is scoped and DB-audited.start_connector_backfill (from integration-connector-setup) only when the user asks to ingest X history.connect_twitter_x with the least capabilities that match the user's request. The result includes the authorization URL or a structured setup payload — surface it rather than paraphrasing it away.complete_twitter_x_connection with the authorization_response.Use revoke_twitter_x_connection only after the user asks to disconnect; mention they can also remove the grant on the X side in X settings.