← Back to Skills Marketplace
bytesagain1

Followers

by bytesagain1 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
272
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install followers
Description
Track follower growth, detect unfollows, and analyze engagement trends. Use when monitoring counts, spotting changes, or reviewing audience demographics.
README (SKILL.md)

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 \x3Citem> Add new item
followers status Show current status
followers export \x3Cformat> Export data
followers help Show help

Usage

# Show help
followers help

# Quick start
followers run

Examples

# 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

# 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

Powered by BytesAgain | bytesagain.com

Usage Guidance
This skill appears to be a simple local CLI that keeps logs and exports under ~/.local/share/followers. Before installing, note: (1) it creates and writes files in your home directory—inspect or back up that directory if you need privacy; (2) despite commands named webhook/notify/automate, the script only logs entries locally and does not perform network calls—if you expect external integrations, review/extend the script carefully; (3) consider file permissions for the data directory and delete it if you later uninstall. Overall the files are coherent with the stated purpose and do not request credentials or network access.
Capability Analysis
Type: OpenClaw Skill Name: followers Version: 2.0.1 The 'followers' skill is a rudimentary bash-based logging utility that stores user-provided text in local files within ~/.local/share/followers/. While the script (scripts/script.sh) is poorly implemented—containing duplicate command handlers that prevent certain functions like _status and _export from executing correctly—it lacks any evidence of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
Name/description (follower tracking, unfollow detection, engagement) matches the shipped script: a local CLI that records entries, produces stats, and exports JSON/CSV/TXT. There are no unexpected credentials, cloud SDKs, or unrelated binaries required.
Instruction Scope
SKILL.md and the script both state and implement local behavior. All referenced paths are under the user's home (~/.local/share/followers). The script reads/writes only those files and uses common utilities (grep, wc, du, tail, head). It does not read other system configs or environment variables, nor does it send data to external endpoints.
Install Mechanism
No install spec; the skill is instruction+script-only. Nothing is downloaded or extracted during install, so there's no high-risk install mechanism.
Credentials
The skill declares no required environment variables or credentials and the script does not access secrets. Requested resources (local filesystem under HOME) are proportional to a local tracking tool.
Persistence & Privilege
always is false and the skill does not modify other skill configs or system-wide settings. It persists only its own data under ~/.local/share/followers, which is expected for this tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install followers
  3. After installation, invoke the skill by name or use /followers
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
Metadata
Slug followers
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Followers?

Track follower growth, detect unfollows, and analyze engagement trends. Use when monitoring counts, spotting changes, or reviewing audience demographics. It is an AI Agent Skill for Claude Code / OpenClaw, with 272 downloads so far.

How do I install Followers?

Run "/install followers" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Followers free?

Yes, Followers is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Followers support?

Followers is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Followers?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.1.

💬 Comments