Instagram Super Front Desk Skill Usage Guide
I. Skill Overview
After configuring the alert phone number, users can launch the “Instagram Super Front Desk” skill. The skill opens the Instagram Web notifications page via the local Chrome browser, continuously collects interaction notifications such as follows, likes, and comments, and automatically sends a fixed private message script to qualifying interactive users based on user deduplication and cooldown rules.
This skill is suitable for scenarios such as Instagram account management, fan engagement handling, campaign conversion, and private message greetings. The skill operates as a background resident service, executing one round of collection and sending by default every 60 minutes. Upon the first launch, if Instagram is not yet logged in, the skill will wait for the user to complete the login in the browser. If the service was previously running normally but encounters a login failure or browser disconnection, the system will send an SMS alert to the configured phone number and stop the service.
Usage Recommendation: This skill operates using a real account. Please avoid high-frequency searches, bulk interactions, or continuous posting within a short period to prevent triggering platform risk controls.
II. Prerequisites
Before using this skill, please prepare the following:
-
Instagram Account
- Prepare the Instagram account you wish to manage;
- The account must be able to log in to Instagram Web normally;
- If you encounter a challenge/checkpoint verification, complete the verification as prompted on the page first.
-
Local Chrome Browser
- The skill will open Instagram Web via the Chrome browser;
- Upon the first launch, if you are not logged into Instagram in the browser, you must complete the login manually.
-
Fixed Private Message Script
- Used to send messages to users who follow, like, or comment;
- The default script is
hi~; - It is recommended to use short, natural, and non-exaggerated greetings.
-
Phone Number
- Used to receive SMS alerts for anomalies such as login failure, browser disconnection, or challenge/checkpoint blocking.
III. Configure Environment Variables
Before launching the skill, you must configure the following environment variables in 3ChatClaw.
Environment Variables Required for This Skill
| key | value |
|---|---|
| INSTAGRAM_SUPER_FRONT_REPLYING_PHONE | Phone number to receive anomaly alert SMS |
How to Configure Environment Variables in 3ChatClaw
- Click
Environment Variablesin the left sidebar. - Click
Add Variable. - Enter
INSTAGRAM_SUPER_FRONT_REPLYING_PHONEin thekeyfield on the left. - Enter the phone number for receiving SMS alerts in the
valuefield on the right. - Click
Savein the top right corner.
IV. Skill Installation
Users can download and install this skill from the Skill Market.
- Click
Skill Marketin the left sidebar to enter the Skill Market page. - Search for or browse
Instagram Super Front Desk. - Click the skill card.
- Click
One-Click Installto complete the installation. - After installation, click
Installed Skillsin the left sidebar to view the installed skills.
V. Launching the Skill
This skill supports two launch methods:
- Launch via a Prompt sent in a conversation;
- Launch via the
Taskfunction.
Note: Before launching the skill, please confirm that the environment variables are configured and that a Chrome browser capable of logging into Instagram is ready.
Launching the Skill via Conversation
1. Obtain the Launch Prompt
- Click
Skill Marketin the left sidebar. - Find and click the
Instagram Super Front Deskskill. - Copy the
Promptfrom the pop-up skill card.
The default Prompt for this skill is:
Use the instagram-super-front skill to read Instagram follow, like, and comment notifications, collect interactive users requiring replies, and send private messages to them one by one.
Users can set relevant parameters based on actual needs.
2. Launch the Skill
- Paste the copied Prompt into the chat box.
- You may add the fixed private message script, e.g.,
Private Message Script: hi~. - You may add parameters such as polling interval, collection limit, and sending limit.
- Click Send.
- Wait for 3ChatClaw to respond.
- 3ChatClaw will check the environment variables and start the Instagram background service.
- If Chrome is not yet logged into Instagram, please complete the login in the opened Chrome window.
- Once the login is successful, the skill will collect notifications and send private messages at the set interval.
During operation, it is recommended to maintain:
- The Instagram account remains logged in;
- Do not switch accounts during operation.
Launching the Skill via Task
If you wish to establish reaching out to Instagram interactive users with a fixed private message as a long-term task entry point, you can launch this skill via the Task function.
Operation Steps
- Click
Tasksin the left sidebar to enter the Task Center. - Click
Create Task. - Select
Instagram Super Front Desk. - Enter a task name, e.g.,
Instagram Interactive User Private Message Outreach. - Enter the
Private Message Script, e.g.,hi~. - Set the
Polling Interval (minutes), default is60. - Set the
Collection Limit per Round, default is20. - Set the
Sending Limit per Round, default is10. - Set the
User Private Message Cooldown Days, default is7. - Enable or disable
Reply to Followers,Reply to Likers, andReply to Commentersas needed. - If you only want to observe the notification collection results first, enable
Collect Only, Do Not Send. - Confirm and click
Create Task. - After the task is created, you can view it in the Task Center.
- Click
Run Nowto start the background service. - To view the current task execution results, click
Chatin the left sidebar.
VI. Stopping the Listener
If you need to stop the Instagram background service, send a command similar to the following in 3ChatClaw:
Stop Instagram Super Front Desk listener
After sending, 3ChatClaw will stop the current background service. Once stopped, the skill will no longer collect Instagram notifications or send private messages.
VII. Frequently Asked Questions
1. Why does it prompt that environment variables are missing?
This indicates that 3ChatClaw is currently unable to read the environment variables required for this skill.
Please check if the following has been configured and saved:
INSTAGRAM_SUPER_FRONT_REPLYING_PHONE
If you have just modified the environment variables, please save them and restart the skill.
2. Why are private messages not sent immediately after launching?
Common reasons include:
- Instagram is not logged in within Chrome;
- Instagram is requiring completion of a challenge/checkpoint verification;
- There are currently no qualifying follow, like, or comment events on the notifications page;
- The current user is already in the cooldown period, so the skill will not send duplicates;
- The sending limit for this round has been reached.
3. Which users will the skill send private messages to?
The skill reads follow, like, and comment interactive users from Instagram notifications and decides whether to process them based on task configuration:
Reply to FollowersReply to LikersReply to Commenters
The same notification event will only be queued once. The same user will not receive duplicate private messages during the cooldown period; even if a user generates both a like and a comment, they will only be reached once.
4. What does “Cooldown Days” mean?
User Private Message Cooldown Days is used to avoid disturbing the same user repeatedly within a short period. The default value is 7 days.
For example, if the cooldown days are set to 7, once a user receives a private message, they will not receive another automated private message within 7 days, even if they like or comment again.