Back to Registry View Author Profile
Official Verified
social-search
Find trending topics, create editorial-style social media graphics, and post to X/Twitter and Instagram. Includes image generation with photographic backgrounds, dark gradient overlays, and bold typography. No paid social APIs needed.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ashmonmc/insta-content-engineOr
Social Search & Content Creator
Find → Create → Post pipeline for X/Twitter and Instagram content.
Prerequisites
- X/Twitter:
birdCLI installed and authenticated via browser cookies - Instagram Search: Brave Search API key (set
BRAVE_API_KEYor configure in OpenClaw) - Image Generation: OpenAI API key (set
OPENAI_API_KEY) — uses gpt-image-1 - Instagram Posting:
pip3 install instagrapi pillow+ IG_USERNAME/IG_PASSWORD env vars
1. FIND — Research Trending Topics
X/Twitter (bird CLI)
bird search "query" -n 10 # Search tweets
bird read <url-or-id> # Read a specific tweet
bird thread <url-or-id> # Full thread
bird mentions # Check mentions
bird user-tweets <username> # User's tweets
Instagram (Brave-powered scraper)
node {baseDir}/scripts/instagram-search.js "query" [--limit 10] [--type posts|profiles|reels|all]
Types: posts (inurl:/p/), profiles (user pages), reels (inurl:/reel/), all (default)
Viral/Trending Search (recommended starting point)
# Find viral content about a topic (sorted by engagement)
node {baseDir}/scripts/viral-search.js "query" [options]
# Options:
# --platform x|instagram|both (default: both)
# --min-likes N Min likes to include (default: 50)
# --min-retweets N Min retweets (default: 10)
# --sort engagement|recent (default: engagement)
# --limit N Results per platform (default: 10)
# --trending What's blowing up RIGHT NOW on X
# --days N Only last N days (default: 7)
Examples:
# What's viral about AI trading this week
node {baseDir}/scripts/viral-search.js "AI trading" --min-likes 100 --days 7
# What's trending across crypto right now (no query needed)
node {baseDir}/scripts/viral-search.js --trending
# Instagram-only viral search
node {baseDir}/scripts/viral-search.js "DeFi" --platform instagram --limit 10
# Lower the bar for niche topics
node {baseDir}/scripts/viral-search.js "delta neutral farming" --min-likes 10 --min-retweets 3
How engagement scoring works:
- Score = likes × 1 + retweets × 3 + replies × 2
- Retweets weighted highest (distribution signal)
- Replies weighted over likes (conversation signal)
- Results sorted by score descending
2. CREATE — Generate Editorial Graphics
The System: Photographic Background + Dark Gradient + Bold Typography
This is what makes the images look professional, not just text on a background.
The approach:
- Top 60%: Cinematic photographic scene (real subjects, dramatic lighting)
- Bottom 40%: Heavy dark gradient overlay (95% black → transparent)
- Text: Bold condensed typography (Anton-style) sitting on the gradient
- Result: Looks like Bloomberg/Kalshi editorial cards
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ashmonmc-insta-content-engine": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.