A specialized collector for extracting and analyzing Instagram profile metrics, engagement rates, and posting frequency via Apify integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install instagram-collector-adarsh
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install instagram-collector-adarsh using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Instagram Collector Skill is a powerful automation tool designed to gather comprehensive profile data for any public Instagram handle. By leveraging the Apify Instagram Profile Scraper, it extracts critical performance metrics such as follower counts, post totals, and average engagement. This skill is essential for developers building marketing audit pipelines or social media monitoring tools within Openclaw Skills, providing a structured way to quantify social presence and content effectiveness without manual data entry.
To use this skill within Openclaw Skills, you must configure your environment with an Apify API token. Ensure you have the apifyService.ts utility available in your project.
# Set your Apify API Token
export APIFY_API_TOKEN='your_api_token_here'
# Install required dependencies if not already present
npm install winston
Ensure your project includes the EMPTY_INSTAGRAM_DATA constant in your audit types for proper error handling and fallback support.
The skill returns a structured InstagramData object. Below is the schema for the collected profile information:
| Field | Type | Description |
|---|---|---|
| followers | number | Total number of followers |
| posts | number | Total number of posts on the profile |
| engagementRate | number | Percentage calculated as (avgLikes + avgComments) / followers * 100 |
| postingFrequency | string | Human-readable frequency (e.g., '1.2 posts/day') |
| topHashtags | string[] | Array of the top 10 most frequently used hashtags |
| error | string | Optional field containing error details if the collection fails |
Loading
A multi-tier data collector that identifies direct market competitors for any brand using real-time search results and intelligent AI fallback logic.

An automated market intelligence tool that identifies top competitors using a three-tier fallback strategy including search APIs and AI models.

A comprehensive set of Python coding standards and automated checks designed to ensure high-quality, idiomatic, and maintainable code.

A local-first security scanner designed to detect malicious patterns and vulnerabilities in AI agent skills before they are installed.

A specialized data extraction tool that automates the collection of Instagram profile metrics and engagement data for marketing audits.

A sophisticated pipeline agent that coordinates multiple collectors to generate comprehensive, data-driven marketing audit reports.








































