agentsclimarketplace

Instagram search

Skill XPOZpublic/xpoz-clawhub-skills/instagram-search

OpenClaw (ClawHub) skills for Xpoz — social search, brand monitoring, and influencer discovery for AI agents across Twitter/X, Instagram, Reddit & TikTok

Install
npx -y skills add XPOZpublic/xpoz-clawhub-skills --skill instagram-search

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Instagram Search — Search 400M+ Instagram posts, reels, and profiles. Find influencers, track hashtags, analyze engagement, and export data. No Instagram API or Meta developer account needed — works through Xpoz MCP.

SKILL.md

3.8 KB, as published. Nobody here has run it

Instagram Search

Search 400M+ Instagram posts and reels — captions AND video subtitles.

Find influencers, track hashtags, discover content trends, and export results. No Meta developer account, no Instagram Graph API setup, no app review process.


⚡ Setup

👉 Follow xpoz-setup — handles auth automatically.


Setup

Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus

What You Can Search

ToolWhat It Does
getInstagramPostsByKeywordsSearch posts & reels by keywords
getInstagramUsersByKeywordsFind users posting about a topic
getInstagramUserLook up a specific profile
searchInstagramUsersFind accounts by display name
getInstagramPostsByAuthorGet a user's post history

Quick Examples

Search Posts & Reels

mcporter call xpoz.getInstagramPostsByKeywords \
  query="sustainable fashion" \
  startDate=2026-01-01 \
  limit=100

# Poll for results:
mcporter call xpoz.checkOperationStatus operationId=op_abc123

Xpoz indexes both captions and video subtitles — so you can find reels by what people say, not just what they type.

Find Influencers by Topic

mcporter call xpoz.getInstagramUsersByKeywords \
  query="fitness transformation OR workout routine" \
  limit=200

Look Up a Profile

mcporter call xpoz.getInstagramUser \
  identifier=natgeo \
  identifierType=username

Search by Display Name

mcporter call xpoz.searchInstagramUsers query="National Geographic" limit=20

Boolean Queries

mcporter call xpoz.getInstagramPostsByKeywords \
  query="(vegan OR plant-based) AND recipe NOT sponsored"

CSV Export

Every search generates a full export. Poll the dataDumpExportOperationId for a CSV download URL (up to 64K rows).


Why Not Use the Instagram API Directly?

Instagram Graph APIXpoz Instagram Search
SetupMeta developer account + app reviewOne-click Xpoz auth
Keyword search❌ Not available✅ Full-text + subtitles
Find influencersOnly if you know their usernameSearch by topic/content
Reels contentMetadata onlyCaptions + spoken words
ExportManual paginationOne-click CSV
CostFree but painful setupFree tier available

The Instagram Graph API doesn't support keyword search at all. Xpoz fills that gap.


Related Skills


Website: xpoz.aiFree tier availableInstant access (no signup) • No Meta developer account needed

Built for ClawHub • 2026

Gives 0 of the 12 instructions most social media skills give

Counted across 489 of the 492 authors here whose files we hold, read 2026-08-06

  • build content around three to five pillarsin 24 of 489, across 12 files
  • read product marketing context before asking questionsin 23 of 489, across 13 files
  • respond to all comments on your postsin 21 of 489, across 9 files
  • adapt tone and structure per platformin 18 of 489, across 8 files
  • adapt content for each platformin 15 of 489, across 10 files
  • use the output flag to specify an output directoryin 14 of 489, across 4 files
  • Generate output logo images with white backgroundin 13 of 489, across 4 files
  • Fix failing generation scripts directlyin 13 of 489, across 4 files
  • ask user about html preview after logo generationin 12 of 489, across 3 files
  • run the download script with a URLin 12 of 489, across 3 files
  • implement exponential backoff for 429 responsesin 12 of 489, across 3 files
  • include a single clear call to actionin 12 of 489, across 9 files

Said here and by no other author read

  • run xpoz-setup skill
  • verify access with checkAccessKeyStatus
  • use getInstagramPostsByKeywords for keyword search
  • use getInstagramUser for profile lookups
  • use searchInstagramUsers for display name searches
  • poll checkOperationStatus for operation results

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.