x
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseX Community Engagement Skill
X社区互动技能
Overview
概述
This skill enables authentic X engagement by discovering relevant tweets and threads, identifying thought leaders to follow, crafting concise replies and posts, and tracking engagement history.
本技能可实现真实的X平台互动,包括发现相关推文和推文串、识别值得关注的意见领袖、撰写简洁的回复和帖子,以及追踪互动历史。
Actions
操作
| Action | File | When to Use |
|---|---|---|
| Login | references/login.md | Authenticate with X before engaging |
| Research | references/research.md | Find tweets, discover people, build content database |
| Engage | references/engage.md | Reply to tweets, create new tweets, or quote tweet |
| 操作 | 文件 | 使用场景 |
|---|---|---|
| 登录 | references/login.md | 互动前通过X平台认证 |
| 调研 | references/research.md | 查找推文、发现人物、构建内容数据库 |
| 互动 | references/engage.md | 回复推文、发布新推文或引用推文 |
Data Files
数据文件
| File | Purpose |
|---|---|
| Shared business context (required) |
| X engagement strategy (overall approach, accounts to monitor, content themes) |
| Daily tweets, people, and engagement log |
| X credentials (gitignored) |
| 文件 | 用途 |
|---|---|
| 共享业务背景(必填) |
| X平台互动策略(整体方法、需关注的账号、内容主题) |
| 每日推文、人物及互动日志 |
| X平台凭据(已被Git忽略) |
Quick Start
快速开始
- First time? → Run Login to authenticate, then Research to find tweets and people
- Have tweets? → Run Engage to reply, post, or quote tweet
- Before any Research or Engagement → The strategy file at is loaded automatically. If it doesn't exist, you'll be asked if you want to create one.
.business_growth/marketing/social/x/strategy.md
- 首次使用? → 执行登录进行认证,然后执行调研查找推文和人物
- 已有推文素材? → 执行互动进行回复、发布或引用推文
- 在进行任何调研或互动前 → 系统会自动加载位于的策略文件。若该文件不存在,会询问您是否需要创建。
.business_growth/marketing/social/x/strategy.md
Decision Flow
决策流程
User Request
│
├─► "Login" / "Sign in" / "Authenticate"
│ └─► Load references/login.md
│
├─► "Find tweets" / "Research" / "Discover" / "Find people"
│ └─► Load references/research.md
│
├─► "Reply" / "Tweet" / "Post" / "Engage" / "Quote"
│ └─► Load references/engage.md
│
└─► Unclear
└─► Ask: "Would you like me to research X posts/people or engage with existing content?"用户请求
│
├─► "登录" / "登录账号" / "认证"
│ └─► 加载references/login.md
│
├─► "查找推文" / "调研" / "发现" / "查找人物"
│ └─► 加载references/research.md
│
├─► "回复" / "发推文" / "发布" / "互动" / "引用"
│ └─► 加载references/engage.md
│
└─► 请求不明确
└─► 询问:"您希望我调研X平台的帖子/人物,还是与现有内容进行互动?"Browser MCP Quick Reference
浏览器MCP快速参考
Get Browser Context
获取浏览器上下文
tabs_context_mcp (get available tabs)
tabs_create_mcp (create new tab if needed)tabs_context_mcp (获取可用标签页)
tabs_create_mcp (按需创建新标签页)Navigation
导航
navigate (url, tabId)navigate (url, tabId)Reading Page
读取页面
read_page (tabId) - Get page structure
get_page_text (tabId) - Get text content
screenshot - Visual verificationread_page (tabId) - 获取页面结构
get_page_text (tabId) - 获取文本内容
screenshot - 可视化验证Finding Elements
查找元素
find (query, tabId) - Natural language element searchfind (query, tabId) - 自然语言元素搜索Interaction
交互
form_input (ref, value, tabId) - Fill form fields
computer (action: "left_click", coordinate, tabId) - Click elements
computer (action: "scroll", scroll_direction, tabId) - Scroll page
computer (action: "type", text, tabId) - Type textform_input (ref, value, tabId) - 填写表单字段
computer (action: "left_click", coordinate, tabId) - 点击元素
computer (action: "scroll", scroll_direction, tabId) - 滚动页面
computer (action: "type", text, tabId) - 输入文本Important Notes
重要注意事项
- Authentication: Use login skill or ensure manual login before engaging
- Rate Limits: X limits tweet frequency and API access - wait between actions
- Character Limit: Tweets are limited to 280 characters (threads for longer content)
- Shadowbans: Aggressive tweeting or follow/unfollow can trigger restrictions
- Algorithm: X algorithm favors engagement (replies, quotes) over plain tweets
- User Approval: ALL engagement actions require explicit user confirmation
- 认证:使用登录技能或确保在互动前手动完成登录
- 频率限制:X平台对推文频率和API访问有限制 - 操作间需等待
- 字符限制:单条推文限280字符(长内容需使用推文串)
- 影子禁令:过度频繁发推或关注/取消关注可能触发限制
- 算法规则:X平台算法相较于普通推文,更偏好互动内容(回复、引用)
- 用户确认:所有互动操作均需用户明确确认