Generate Instagram marketing content from product URLs. Extract product information and create engaging Instagram posts with image suggestions, captions, and hashtags optimized for engagement. Use when user provides a product URL from e-commerce sites like Amazon, Shopify, Taobao, etc. and wants Instagram marketing content such as Image/text post ideas, engaging captions with CTAs, hashtag strategy, or Story/reels content suggestions.
PassAudited by ClawScan on May 1, 2026.
Overview
The skill is purpose-aligned and does not request Instagram credentials or persistent access, but it fetches user-provided product pages and generates marketing claims that should be reviewed before posting.
This skill appears safe to use for public product pages. Before installing or using it, be comfortable with it fetching the product URL you provide, avoid private or tokenized links, and verify any generated claims before publishing them on Instagram.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may contact and read a web page you provide; avoid giving private, internal, cart, admin, or tokenized URLs.
The helper fetches whatever URL it is given. This is purpose-aligned for scraping product pages, but no visible domain or scheme allowlist limits it to public e-commerce URLs.
response = requests.get(self.url, headers=headers, timeout=15)
Use only intended public product URLs, review extracted content, and consider adding URL validation or an e-commerce-domain allowlist.
If those libraries are missing, users may need to install dependencies outside a pinned or documented install flow.
The helper uses third-party Python libraries while the supplied requirements/install section declares no install steps or required packages.
import requests from bs4 import BeautifulSoup
Declare the Python runtime and pinned package versions, or clearly mark the helper as optional with safe manual-extraction fallback steps.
Generated posts could accidentally overstate reviews, customer counts, or refund terms if published without checking.
The content templates include social-proof and risk-free marketing language that may be unsupported unless the user verifies or supplies those facts.
Template 3: Social Proof ... Hook: ⭐⭐⭐⭐⭐ "Review quote" ... Join [number]+ happy customers. ... Try it risk-free → link in bio
Verify all marketing claims, social proof, prices, guarantees, and required ad/compliance disclosures before posting.
