What problem does it solve?
This Skill eliminates the inefficiency and cost of unnecessary live X/Twitter API calls by prioritizing local SQLite cache reads for follow graph and related data analysis, avoiding rate limits and stale data from repeated live requests.
Core Features & Use Cases
- Cache-First Follow Graph Analysis: Query cached data for followers, following, mutuals, non-mutual connections, unfollowers, and top followers without hitting live X APIs.
- Controlled Live Sync Workflows: Run intentional, dry-run supported live syncs with partial snapshot options to retrieve fresh data only when the local cache is stale or missing.
- Use Case: For example, track which accounts unfollowed you over the past month, identify your top 100 followers by their follower count, or export a portable backup of your entire follow graph for safekeeping.
Quick Start
Use the birdclaw skill to analyze my cached X follower data and list the 20 accounts I follow that do not follow me back, sorted by their follower count.