categorizing-bsky-accounts - Categorize Bluesky accounts by topic
Fetch Bluesky account data and extract keywords for topic categorization
Tags
Updated: 2026-05-09Typical Inputs
What this skill does
- fetch account data
- extract keywords
- process following list
- process followers list
- read handles from file
- filter accounts
- output account summaries
Inputs
- Bluesky handles
- following list
- followers list
- accounts file
- domain stopwords
- number of accounts
- number of posts
- exclude patterns
Outputs
- account summaries with keywords
- text output
- categorized accounts
Requirements
- extracting-keywords skill
- YAKE venv
- Python 3.8+
- Bluesky API access
