Install
openclaw skills install golden-ruleAutomates 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...
openclaw skills install golden-ruleThis 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.
The user must have:
IG_ACCESS_TOKEN).IG_ACCOUNT_ID).Ensure these are set in the environment or .env file before running the script.
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
--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).media_id every 2 minutes.--keyword, it sends the --dm_text directly to the commenter's inbox using the Meta me/messages endpoint.openclaw message CLI.