Track follower growth, detect unfollows, and analyze engagement trends. Use when monitoring counts, spotting changes, or reviewing audience demographics.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill followers --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Followers?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-followers)More formats (shields.io, HTML) on the badges page.
---
name: followers
version: "2.0.0"
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
license: MIT-0
tags: [followers, tool, utility]
description: "Track follower growth, detect unfollows, and analyze engagement trends. Use when monitoring counts, spotting changes, or reviewing audience demographics."
---
# Followers
Follower analytics — growth tracking, engagement rates, audience demographics, follow/unfollow detection, and trend analysis.
## Commands
| Command | Description |
|---------|-------------|
| `followers run` | Execute main function |
| `followers list` | List all items |
| `followers add <item>` | Add new item |
| `followers status` | Show current status |
| `followers export <format>` | Export data |
| `followers help` | Show help |
## Usage
```bash
# Show help
followers help
# Quick start
followers run
```
## Examples
```bash
# Run with defaults
followers run
# Check status
followers status
# Export results
followers export json
```
## How It Works
## Tips
- Run `followers help` for all commands
- Data stored in `~/.local/share/followers/`
---
*Powered by BytesAgain | bytesagain.com*
*Feedback & Feature Requests: https://bytesagain.com/feedback*
## Features
- Simple command-line interface for quick access
- Local data storage with JSON/CSV export
- History tracking and activity logs
- Search across all entries
- Status monitoring and health checks
- No external dependencies required
## Quick Start
```bash
# Check status
followers status
# View help and available commands
followers help
# View statistics
followers stats
# Export your data
followers export json
```
## How It Works
Followers stores all data locally in `~/.local/share/followers/`. Each command logs activity with timestamps for full traceability. Use `stats` to see a summary, or `export` to back up your data in JSON, CSV, or plain text format.
## Support
- Feedback: https://bytesagain.com/feedback/
- Website: https://bytesagain.com
- Email: hello@bytesagain.com
Powered by BytesAgain | bytesagain.com
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!