← 返回
效率工具 Key

golden-rule

Automates the "Golden Hour" Instagram engagement hack. Use this skill when a user wants to set up a bot that watches an Instagram Reel/Post for a specific ke...
自动化Instagram"黄金时段"互动策略。用于设置机器人监控特定Reel/Post。
yadavabhijeet4
效率工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 638
下载
💾 11
安装
1
版本
#latest

概述

Golden Hour Automator

This skill provides the script and instructions needed to run a comment-to-DM automation on Instagram. It is designed to boost engagement in the critical first hour (the "Golden Hour") after a post goes live.

Prerequisites

The user must have:

  1. An Instagram Professional/Business account linked to a Facebook Page.
  2. A Long-Lived Instagram Graph API Page Access Token (IG_ACCESS_TOKEN).
  3. Their Instagram Business Account ID (IG_ACCOUNT_ID).

Ensure these are set in the environment or .env file before running the script.

Usage

When a user asks to monitor a post for a keyword and send a DM, run the included ig_golden_hour.py script.

uv run {baseDir}/scripts/ig_golden_hour.py \
    --media_id "12345678901234567" \
    --keyword "bot" \
    --dm_text "Here is the link you requested: https://example.com" \
    --duration 60

Parameters:

  • --media_id: The ID of the specific Instagram post/Reel to monitor. (You may need to query the Graph API me/media endpoint to find this for the user's latest post).
  • --keyword: The trigger word the script watches for in the comments (case-insensitive).
  • --dm_text: The exact message to send to the user's DMs.
  • --duration: How many minutes the script should stay alive and monitor the post (default is 60).

What the Script Does:

  1. Polls the comments of the specified media_id every 2 minutes.
  2. If it finds the --keyword, it sends the --dm_text directly to the commenter's inbox using the Meta me/messages endpoint.
  3. It posts a public reply to the comment ("Just sent you a DM with the link! 🚀") to double the post's comment count and boost algorithmic reach.
  4. It sends a success notification back to OpenClaw via the openclaw message CLI.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-19 19:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 147,162
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 274 📥 114,718
content-creation

AI Influencer

yadavabhijeet4
通过单张参考照片、文本脚本和克隆语音创建AI克隆视频(说话头像),自动化Gemini图像生成流程。
★ 0 📥 595