Install
openclaw skills install instagram-caption-scraperScrapes and returns the caption from any public Instagram post or reel URL. Use this when the user shares an Instagram link and wants to extract, read, summarise, translate, or analyse the caption of that post or reel.
openclaw skills install instagram-caption-scraperExtract the caption text from a public Instagram post or reel URL provided by the user.
Trigger this skill when the user:
/p/ or /reel/Execute the following shell command, replacing {{url}} with the Instagram URL:
python3 {{skill_dir}}/instagram_scraper.py {{url}}
The script will return one of:
CAPTION: <text> — successfully extracted caption with metadataERROR: <reason> — failure with explanationOn success the script returns:
CAPTION: <full caption text>
---
Owner : @username
Type : GraphImage / GraphVideo / GraphSidecar
Likes : 1234
Shortcode: ABC123
/p/ or /reel/) is presentRequires Python 3.8+ and the instaloader library:
pip3 install instaloader==4.14.1