x

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

X 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

操作

ActionFileWhen to Use
Loginreferences/login.mdAuthenticate with X before engaging
Researchreferences/research.mdFind tweets, discover people, build content database
Engagereferences/engage.mdReply to tweets, create new tweets, or quote tweet
操作文件使用场景
登录references/login.md互动前通过X平台认证
调研references/research.md查找推文、发现人物、构建内容数据库
互动references/engage.md回复推文、发布新推文或引用推文

Data Files

数据文件

FilePurpose
.business_growth/marketing/social/BUSINESS.md
Shared business context (required)
.business_growth/marketing/social/x/strategy.md
X engagement strategy (overall approach, accounts to monitor, content themes)
.business_growth/marketing/social/x/{YYYY-MM}/{YYYY-MM-DD}.md
Daily tweets, people, and engagement log
community-pulse/skills/x/.env.profiles.local
X credentials (gitignored)
文件用途
.business_growth/marketing/social/BUSINESS.md
共享业务背景(必填)
.business_growth/marketing/social/x/strategy.md
X平台互动策略(整体方法、需关注的账号、内容主题)
.business_growth/marketing/social/x/{YYYY-MM}/{YYYY-MM-DD}.md
每日推文、人物及互动日志
community-pulse/skills/x/.env.profiles.local
X平台凭据(已被Git忽略)

Quick Start

快速开始

  1. First time? → Run Login to authenticate, then Research to find tweets and people
  2. Have tweets? → Run Engage to reply, post, or quote tweet
  3. Before any Research or Engagement → The strategy file at
    .business_growth/marketing/social/x/strategy.md
    is loaded automatically. If it doesn't exist, you'll be asked if you want to create one.
  1. 首次使用? → 执行登录进行认证,然后执行调研查找推文和人物
  2. 已有推文素材? → 执行互动进行回复、发布或引用推文
  3. 在进行任何调研或互动前 → 系统会自动加载位于
    .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 verification
read_page (tabId) - 获取页面结构
get_page_text (tabId) - 获取文本内容
screenshot - 可视化验证

Finding Elements

查找元素

find (query, tabId) - Natural language element search
find (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 text

form_input (ref, value, tabId) - 填写表单字段
computer (action: "left_click", coordinate, tabId) - 点击元素
computer (action: "scroll", scroll_direction, tabId) - 滚动页面
computer (action: "type", text, tabId) - 输入文本

Important Notes

重要注意事项

  1. Authentication: Use login skill or ensure manual login before engaging
  2. Rate Limits: X limits tweet frequency and API access - wait between actions
  3. Character Limit: Tweets are limited to 280 characters (threads for longer content)
  4. Shadowbans: Aggressive tweeting or follow/unfollow can trigger restrictions
  5. Algorithm: X algorithm favors engagement (replies, quotes) over plain tweets
  6. User Approval: ALL engagement actions require explicit user confirmation
  1. 认证:使用登录技能或确保在互动前手动完成登录
  2. 频率限制:X平台对推文频率和API访问有限制 - 操作间需等待
  3. 字符限制:单条推文限280字符(长内容需使用推文串)
  4. 影子禁令:过度频繁发推或关注/取消关注可能触发限制
  5. 算法规则:X平台算法相较于普通推文,更偏好互动内容(回复、引用)
  6. 用户确认:所有互动操作均需用户明确确认