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)。
Author
Category
Other ToolsInstall
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
Core Features
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".