xgo-manage-lists

通过 XGo (xgo.ing) 开放接口管理 Twitter/X 列表。适用场景:(1) 查看所有列表,(2) 创建新列表,(3) 编辑列表名称或描述,(4) 往列表添加成员,(5) 从列表移除成员,(6) 查看列表详情和成员。触发短语:'管理列表', '创建列表', 'create list', '添加到列表', 'add to list', '列表成员', 'list members', '我的列表', 'my lists', '编辑列表', '新建列表', '移除成员', 'remove from list', 或任何与 Twitter 列表管理相关的表述。注意:查看列表中成员的推文请使用 xgo-fetch-tweets(传入 listId 参数)。

Category

Other Tools

Install

Hot:57

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=ginobefun-skills-xgo-manage-lists&locale=en&source=copy

XGo List Management - Twitter/X List Management Tool

Skills Overview


Manage Twitter/X lists through the XGo open interface. Supports creating and editing lists, as well as batch managing members. Suitable for content creators, researchers, and social media managers to organize followed accounts.

Use Cases


  • Community Management: Create categorized lists for accounts in different areas, such as “AI Researchers” and “Web3 Builders,” to make it easier to browse tweets by category.

  • Content Research: Build lists of industry experts to track specific domain opinions and updates—ideal for market research and competitive analysis.

  • Organizing Follows: Group scattered followed accounts by theme to improve information retrieval efficiency and avoid a messy feed.
  • Core Features


  • Full List Lifecycle Management: View all lists; create new lists (public/private); edit list names and descriptions—covering all needs from creation to maintenance.

  • Batch Member Operations: Add members to lists and remove members from lists using usernames or IDs; view member details—simplifying the management of large numbers of followed accounts.

  • API Integration Capability: Provides complete RESTful endpoints, enabling developers to integrate into automated workflows. Can be used together with xgo-fetch-tweets to fetch list tweets.
  • Frequently Asked Questions

    What operations does XGo list management support?


    It supports viewing all lists, creating new lists, editing list information, adding/removing members, viewing list details, and viewing member lists. All operations are performed via HTTPS API and require XGO_API_KEY authentication.

    Are there limits on the number of Twitter lists and members?


    For PLUS members: up to 20 lists, with up to 200 members per list.
    For PRO members: up to 100 lists, with up to 1000 members per list.
    When creating a list, you can choose to make it public or private.

    How do I get a user’s Twitter ID to add them to a list?


    You can use xgo.ing’s /openapi/v1/user/info endpoint by passing a username (e.g., elonmusk) to query user information. Then retrieve the user ID from the returned data.id field, and call the add-member endpoint.