openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Instagram Search

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.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.1.1

统计:⭐ 4 · 1.6k · 3 current installs · 3 all-time installs

4

安装量(当前) 3

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:atyachin/instagram-search

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill's behavior largely matches its description (it calls an Xpoz MCP via an mcporter CLI and delegates auth to an xpoz-setup skill), but there are small but meaningful inconsistencies (missing registry metadata about the xpoz-setup dependency and network use) and it installs an npm CLI binary — both warrant caution and verification before installing.

目的

The described functionality (searching Instagram via Xpoz MCP) is coherent with requiring a CLI (mcporter) and an Xpoz account; SKILL.md explicitly lists a dependency on xpoz-setup and network access to mcp.xpoz.ai. However, the registry metadata at the top did not list the xpoz-setup skill or the network host, which is an inconsistency that should be clarified.

说明范围

Runtime instructions are narrowly scoped: they call the mcporter CLI (e.g., mcporter call xpoz.*) and instruct the user to run the xpoz-setup skill for OAuth. The SKILL.md does not instruct the agent to read unrelated files, environment variables, or system paths.

安装机制

The install spec installs an npm package ('mcporter') which will create a binary on disk. Installing CLI tools via npm is common but higher-risk than instruction-only skills because it writes and executes code; verify the package source, publisher, and integrity before installing.

证书

Top-level registry metadata lists no required env vars or credentials, but SKILL.md states auth is handled via the xpoz-setup skill (OAuth 2.1) and that a Xpoz account is required. The credential requirement is present in the SKILL.md but not surfaced at the registry level — this mismatch should be remedied so users know an external account and OAuth flow will be used.

持久

The skill does not request always-on presence and does not claim to modify other skills or system-wide settings. It will install a CLI binary (mcporter) but otherwise doesn't request elevated privileges or permanent agent-level presence.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Instagram Search」。简介:Instagram Search — Search 400M+ Instagram posts, reels, and profiles. Find infl…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/atyachin/instagram-search/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: instagram-search
description: "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."
homepage: https://xpoz.ai
metadata:
  {
    "openclaw":
      {
        "requires": { "bins": ["mcporter"], "skills": ["xpoz-setup"], "network": ["mcp.xpoz.ai"], "credentials": "Xpoz account (free tier) — auth via xpoz-setup skill (OAuth 2.1)" },
        "install": [{"id": "node", "kind": "node", "package": "mcporter", "bins": ["mcporter"], "label": "Install mcporter (npm)"}],
      },
  }
tags:
  - instagram
  - instagram-search
  - instagram-api
  - reels
  - influencer
  - hashtag
  - social-media
  - mcp
  - xpoz
  - research
  - discovery
---

# 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`](https://clawhub.ai/skills/xpoz-setup)** — handles auth automatically.

---

## Setup

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

## What You Can Search

| Tool | What It Does |
|------|-------------|
| `getInstagramPostsByKeywords` | Search posts & reels by keywords |
| `getInstagramUsersByKeywords` | Find users posting about a topic |
| `getInstagramUser` | Look up a specific profile |
| `searchInstagramUsers` | Find accounts by display name |
| `getInstagramPostsByAuthor` | Get a user's post history |

---

## Quick Examples

### Search Posts & Reels

```bash
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

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

### Look Up a Profile

```bash
mcporter call xpoz.getInstagramUser 
  identifier=natgeo 
  identifierType=username
```

### Search by Display Name

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

---

## Boolean Queries

```bash
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 API | Xpoz Instagram Search |
|--|-------------------|----------------------|
| **Setup** | Meta developer account + app review | One-click Xpoz auth |
| **Keyword search** | ❌ Not available | ✅ Full-text + subtitles |
| **Find influencers** | Only if you know their username | Search by topic/content |
| **Reels content** | Metadata only | Captions + spoken words |
| **Export** | Manual pagination | One-click CSV |
| **Cost** | Free but painful setup | Free tier available |

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

---

## Related Skills

- **[xpoz-social-search](https://clawhub.ai/skills/xpoz-social-search)** — Cross-platform (Twitter + Instagram + Reddit)
- **[expert-finder](https://clawhub.ai/skills/expert-finder)** — Find domain experts
- **[social-lead-gen](https://clawhub.ai/skills/social-lead-gen)** — Find potential customers

---

**Website:** [xpoz.ai](https://xpoz.ai) • **Free tier available** • No Meta developer account needed

Built for ClawHub • 2026