xgo-manage-bookmarks

通过 XGo (xgo.ing) 开放接口管理 Twitter/X 收藏。适用场景:(1) 查看所有收藏夹,(2) 创建收藏夹,(3) 收藏推文到指定文件夹,(4) 取消收藏/移除推文,(5) 编辑收藏夹信息。触发短语:'管理收藏', '收藏推文', 'bookmark tweet', '添加收藏', 'add bookmark', '收藏夹', 'bookmark folder', '我的收藏', 'my bookmarks', '新建收藏夹', '取消收藏', 'remove bookmark', '收藏到', 'save to folder', 或任何与 Twitter 收藏管理相关的表述。注意:浏览收藏夹中的推文内容请使用 xgo-fetch-tweets(传入 folderId 参数并设置 queryType 为 bookmark)。

Category

Other Tools

Install

Hot:39

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-bookmarks&locale=en&source=copy

XGo Bookmark Manager — Twitter/X Tweet Bookmark Categorization Tool

Skill Overview


The XGo Bookmark Manager uses the xgo.ing open API to help you manage your Twitter/X bookmarks. It supports creating folder categories for bookmarked tweets, viewing all bookmark folders, editing folder information, and removing bookmarked content.

Use Cases


  • Organize bookmarked tweets by category: After you’ve saved a large number of tweets, you can create folders for different topics (e.g., AI papers, Web3 news, design inspiration) to manage them by category and make future searching easier.

  • Quickly bookmark to a specific folder: When you find a valuable tweet, bookmark it directly to the corresponding topic folder—no need to bookmark first and manually reorganize later. Supports setting a default folder.

  • Batch manage bookmarked content: When you need to clean up a folder, you can remove tweets from a specified folder. If you want to delete a tweet completely, you can remove it from all folders at once.
  • Core Features


  • Folder Management: View a list of all folders, create new folders, edit folder names and descriptions, and set a default folder.

  • Tweet Bookmarking: Bookmark tweets to a specified folder. Supports bookmarking via tweet links or tweet IDs and automatically records author information.

  • Bookmark Removal: Remove tweets from a single folder, or permanently delete a tweet from all folders.
  • FAQs

    Is XGo Bookmark Manager free?


    The XGo open API requires a Plus or Pro subscription to use. If you encounter a 403 error, it means your current account permissions are insufficient and you need to upgrade your membership.

    How do I get a tweet ID?


    To bookmark a tweet, you need to provide its tweet ID. There are three ways to obtain it:
    (1) Extract it from the tweet link—for example, in https://x.com/username/status/1234567890, 1234567890 is the tweet ID.
    (2) When using xgo-fetch-tweets or xgo-search-tweets to retrieve tweet data, use the id field in the returned result.
    (3) Provide the tweet ID directly.

    What should I do if I want to view the tweet content inside a folder?


    The XGo Bookmark Manager focuses on managing folders (create, edit, bookmark, remove). If you need to view the list and content of tweets in a folder, use the xgo-fetch-tweets skill, pass in the folderId parameter, and set queryType: "bookmark".