Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

scrapesocial-instagram抓取社交 Instagram

Agent Skill

scrapesocial-instagram 用于处理浏览器自动化、网页检查和页面信息提取,适合在 Codex、Claude、Cursor、Gemini CLI 中需要让 Agent 打开页面、读取网页或验证前端流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

832

周安装

34

GitHub Stars

公开资料未说明

下载量

269
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:scrapesocial-instagram(抓取社交 Instagram)
来源仓库:https://github.com/skillatlas/skills
仓库路径:skills/scrapesocial-instagram
安装命令:
npx skills add https://github.com/skillatlas/skills --skill scrapesocial-instagram
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/skillatlas/skills --skill scrapesocial-instagram

简介

scrapesocial-instagram 用于处理浏览器自动化、网页检查和页面信息提取。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中打开页面、读取内容或验证前端流程。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。
  • 具体用法请参考原始 README 和项目文档。

SKILL.md

Scrapesocial Instagram

Use this skill for read-only Instagram research and retrieval. Keep it at the job-to-command level: choose the right entry point quickly, prefer lighter responses first, and reuse IDs or cursors returned by earlier commands.

Prerequisites

Quick Setup

Install the CLI once:

npm install -g scrapesocial

Authenticate with SCRAPECREATORS_API_KEY, then run commands with scrapesocial:

SCRAPECREATORS_API_KEY=... scrapesocial instagram ...

Useful global flags:

  • --trim for smaller responses when supported.
  • --format jsonl when streaming lists into downstream tools.
  • --credit-limit <n> when you want the CLI to hide or block expensive requests.

Quick Start

  • If the task is about an account as a whole, start with instagram profiles get.
  • If the task is about a creator's regular feed, use instagram posts.
  • If the task is about one specific post or reel, use instagram posts get.
  • If the task is about spoken content in a reel or video post, use instagram transcript.
  • If the task is about finding relevant reels by topic, use instagram reels search.
  • If the task is about audience response on one post, use instagram comments.
  • If the task is about a creator's reels library, use instagram reels.
  • If the task is about story highlights, use instagram highlights, then instagram highlights detail.
  • If the task is about embeddable markup for a profile, use instagram embed.

Goal-led workflows

GoalWhen to use this skillHow to start
Lead generationUse it to qualify known creator or brand accounts, or to turn reel discovery into a shortlist. Pair it with another source for contact details.Start with instagram reels search, then switch to instagram profiles get, instagram posts, or instagram reels for qualification.
Influencer discoveryUse it when the user wants creators discovered or vetted through niche reels, recurring themes, and account quality.Start with instagram reels search, then validate shortlisted handles with instagram profiles get, instagram reels, and instagram highlights.
Brand monitoringUse it to monitor a known brand or creator account across feed posts, reels, and highlights.Start with instagram profiles get, then branch into instagram posts, instagram reels, and instagram highlights.
Competitor analysisUse it to compare how multiple brands or creators package their feeds, reels, highlights, and audience response.Start with instagram profiles get for each account, then compare instagram posts, instagram reels, and instagram comments on representative items.
Content analyticsUse it to explain what makes certain posts or reels work, using item detail, comments, and transcripts.Start with instagram posts or instagram reels, then drill into standout items with instagram posts get, instagram comments, and instagram transcript.
Trend researchUse it for reel-led topic scouting and validation of emerging creative patterns.Start with instagram reels search, then inspect the best examples with instagram posts get.
Audience analysisUse it for qualitative audience language, FAQs, and objections. It does not provide demographic audience breakdowns.Start with instagram comments on representative posts or reels, then use instagram profiles get and instagram highlights for context.

Read references/instagram-command-map.md when you need the full command-selection table.

Choose the Starting Input

  • Prefer a --handle when the user is researching an account and no richer identifier is available yet.
  • Prefer a --url when the user gives a specific post or reel. This is the cleanest way to inspect one item or fetch its comments or transcript.
  • Prefer a --user-id only after another command has already returned it. For reels and highlights, this can be faster than resolving by handle again.
  • Prefer a returned pagination token over restarting the query. Instagram commands use command-specific cursor fields such as next_max_id, max_id, or cursor.
  • Prefer a returned highlight ID when drilling into a specific highlight after listing highlights.

Working Pattern

  1. Start with the highest-level command that matches the job.
  2. Use --trim on commands that support it when the goal is quick inspection, summarization, or easier downstream processing.
  3. Keep IDs and cursors from the response so follow-up commands do not repeat the same discovery step.
  4. Rerun without --trim only when you need fields that the smaller response may omit.
  5. Switch from handle-based to ID-based commands after the first lookup when the command supports it and the workflow will page repeatedly.

Common Flows

Audit a creator account

Use instagram profiles get to understand the account first, then branch:

  • Use instagram posts for the feed history.
  • Use instagram reels for short-form video output.
  • Use instagram highlights for archived stories.
  • Use instagram embed if the output needs embeddable markup rather than analysis.

Analyze one post or reel

Use instagram posts get when the user has a single Instagram URL and wants metadata or content details. Branch again only if needed:

  • Use instagram comments to inspect audience reaction.
  • Use instagram transcript to extract spoken dialogue from video content.

Research a topic on Instagram Reels

Use instagram reels search for topical discovery, trend scouting, or seed collection. Once a specific reel is interesting, move to instagram posts get or instagram comments with the reel URL.

Command Notes

  • instagram profiles basic is a niche follow-up command when you already have a user ID and only need the lighter basic-profile view.
  • instagram highlights detail is not a discovery command. Use it only after instagram highlights returns the highlight ID you want.
  • instagram comments, instagram posts, and instagram reels are pagination-friendly. Keep the returned cursor values for iterative collection.
  • instagram transcript is only useful for media that actually contains speech.
  • This CLI is for retrieval and analysis, not posting, messaging, liking, or other write actions on Instagram.

Reference

Read references/instagram-command-map.md for a command-by-command matrix with typical inputs, outcomes, and follow-up moves.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.87%
按下载量换算86

Claude

30.5%
按下载量换算82

Cursor

19.69%
按下载量换算53

Gemini CLI

9.57%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills