xgo-manage-bookmarks

Manage Twitter/X bookmarks and folders via the XGo open API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ginobefun/gino-skills --skill xgo-manage-bookmarks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xgo-manage-bookmarks
Source: https://github.com/ginobefun/gino-skills/tree/main/skills/xgo-manage-bookmarks
Command: npx skills add https://github.com/ginobefun/gino-skills --skill xgo-manage-bookmarks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a clear, API-driven way to manage Twitter/X bookmarks and bookmark folders so users no longer need to manually organize, create, or remove saved tweets across multiple folders. It centralizes folder listing, creation, updating, adding tweets to folders, and removing tweets, reducing manual browser work and improving automation reliability.

Core Features & Use Cases

  • List All Folders: Retrieve an overview of all bookmark folders including counts and default folder status.
  • Create or Update Folders: Create new bookmark folders or update existing ones and set a default folder.
  • Collect and Remove Bookmarks: Add a tweet to a specified folder or remove a tweet from a folder or from all folders.
  • Use Case: Automate saving important tweets into topic-specific folders and periodically clean up or reorganize saved tweets for content curation workflows.

Quick Start

Create a new folder named AI Papers and add tweet 1234567890 to it using your XGo API key.

Frequently Asked Questions about xgo-manage-bookmarks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Twitter bookmark management for content curation?

Twitter bookmark folders are managed via the XGo open API by sending requests with an X-API-KEY header. You retrieve folder listings using API endpoints, create or update folders by specifying folder names, and organize saved tweets by adding or removing them from specific folders using folderId and tweetId parameters.

How do I create a Twitter bookmark folder and add a tweet to it via API?

To create a Twitter bookmark folder and add a tweet via API, use the XGo API endpoints with your X-API-KEY header. First, create the folder by specifying its name, then use the returned folderId alongside the target tweetId to bookmark the tweet into that newly created folder.

Do I need an X-API-KEY to manage Twitter bookmarks through the XGo API?

Yes, you need an X-API-KEY header to authorize requests when managing Twitter bookmarks through the XGo API. This key authenticates your account for operations like listing folders, updating bookmarks, and handling rate limits or authorization errors during content workflows.

What is the best way to programmatically remove a tweet from all Twitter bookmark folders?

The best way to programmatically remove a tweet from all Twitter bookmark folders is using the XGo API. By calling the remove bookmark endpoint with the specific tweetId, you can delete the tweet from a designated folder or remove it entirely from all saved folders.

Why does my Twitter bookmark API request fail when adding tweets to a folder?

Twitter bookmark API requests fail when adding tweets to a folder due to rate limits, authorization errors, or missing parameters. Ensure your X-API-KEY header is valid, provide the correct folderId and tweetId, and check that response.success returns true to confirm correctness.