xgo-organize-follows

Organize uncategorized Twitter/X follows into lists via semantic matching.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Many users follow large numbers of Twitter/X accounts that remain uncategorized, making discovery, curation, and focused reading difficult; this Skill automates discovery of uncategorized follows, analyzes profiles and recent tweets, and recommends list assignments to save time and improve organization.

Core Features & Use Cases

  • Six-stage interactive workflow: prepares stats and lists, finds uncategorized follows, performs deep profile and tweet fetches, runs AI-based semantic matching, waits for user confirmation, and executes batch list operations.
  • Safe write operations: enforces explicit user confirmation before creating lists or adding members and reports per-action success, skip, and failure counts.
  • Robust error and rate handling: handles API-level errors that return success:false, treats certain error codes (xgo-0001, xgo-0005, xgo-0011, xgo-9005) specially, and includes grouping strategies to avoid 429 rate limits.
  • Use Cases: clean up an individual's uncategorized follows, build focused topic lists (e.g., AI, Crypto), or run a supervised batch reorganization of followings.

Quick Start

Organize my uncategorized Twitter/X follows by analyzing the top 20 users and propose list assignments for my confirmation.

Frequently Asked Questions about xgo-organize-follows

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

FAQPage Schema
How do I automatically organize uncategorized Twitter/X follows into lists?

The Skill fetches uncategorized Twitter/X follows, analyzes their profiles and recent tweets through multi-stage API calls, and uses AI-based semantic matching to recommend appropriate list assignments for your explicit confirmation.

Can I batch assign Twitter/X follows to topic lists without manual sorting?

Yes, batch assigning follows to topic lists is possible through a supervised reorganization workflow. The system discovers uncategorized accounts, analyzes profile data, and proposes list assignments, executing write operations only after receiving your explicit confirmation.

Do I need an API key to fetch Twitter/X following lists and user profiles?

Yes, an X-API-KEY is required for authentication to fetch following lists, user profiles, and recent tweets. The system uses paginated following/list, user/info, and tweet/list endpoints to gather data for semantic matching.

How does semantic matching work for building focused Twitter/X topic lists?

Semantic matching for building focused topic lists works by fetching user profiles and recent tweets, then running AI-based multi-stage analysis to categorize accounts. It includes grouping strategies to avoid 429 rate limits and handles specific API error codes robustly.

What happens if I hit API rate limits while reorganizing my Twitter/X follows?

When reorganizing follows, the system handles API rate limits through grouping strategies to avoid 429 errors and treats specific error codes specially. This ensures the semantic matching and batch list operations continue functioning robustly.

Are list creation and member additions safe when automating Twitter/X follow organization?

Automated Twitter/X follow organization is safe because the system mandates explicit user confirmation before any list creation or addMember write requests. It enforces a confirmation stage and reports per-action success, skip, and failure counts after execution.