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

scrapesocial-youtube刮社交 YouTube

Agent Skill

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

总安装

343

周安装

14

GitHub Stars

公开资料未说明

下载量

110
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

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

SKILL.md

Scrapesocial YouTube

Use this skill to choose the right scrapesocial YouTube command quickly for YouTube research tasks.

Prerequisites

Start

  • Install the CLI once:
npm install -g scrapesocial@0.1.0
  • Ensure authentication is available with SCRAPECREATORS_API_KEY or --api-key.
  • Prefer the most specific identifier you already have:

- channel URL, handle, or channel ID for channel-level work - video or short URL for item-level work - playlist ID for playlist lookups

  • Reuse continuationToken from previous responses when you need more results.
  • Use --include-extras on list and search commands only when you need lightweight engagement context without making a separate detail request.

Goal-led workflows

GoalWhen to use this skillHow to start
Lead generationUse it to discover and qualify creators, channels, or brands tied to a topic.Start with youtube search or youtube search hashtag, then qualify channels with youtube channels get and youtube channels videos.
Influencer discoveryUse it when the user wants creators discovered through search results, shorts, or channel patterns.Start with youtube search, youtube search hashtag, or youtube shorts trending, then validate with youtube channels get, youtube channels videos, and youtube channels shorts.
Brand monitoringUse it to monitor a known channel's uploads, shorts, and community activity.Start with youtube channels get, then collect youtube channels videos or youtube channels shorts, and use youtube community posts get for known posts.
Competitor analysisUse it to compare channel strategy, long-form versus shorts mix, and standout performers.Start with youtube channels get for each channel, then compare youtube channels videos --sort popular and youtube channels shorts --sort popular.
Content analyticsUse it to explain why specific videos or shorts matter, using item detail, comments, and transcripts.Start with youtube channels videos, youtube channels shorts, or youtube search, then drill into winners with youtube videos get, youtube comments, and youtube transcript.
Trend researchUse it when the user wants topic discovery, hashtag discovery, or a fast view of what is winning in Shorts.Start with youtube search, youtube search hashtag, or youtube shorts trending.
Audience analysisUse it for qualitative audience response from comment sections. It does not provide channel demographic breakdowns.Start with youtube comments on representative videos, then use youtube transcript to compare message and reaction.

Command Selection

youtube channels get

Use to resolve and inspect a single channel.

Choose this when you need:

  • channel metadata before deeper collection
  • to normalize a channel URL, handle, or channel ID
  • a reliable starting point for creator research

youtube channels videos

Use to list a creator's regular uploads.

Choose this when you need:

  • latest uploads from a channel
  • a popularity-sorted sample of a creator's long-form content
  • a content audit before drilling into individual videos

youtube channels shorts

Use to list a creator's shorts feed separately from regular uploads.

Choose this when you need:

  • short-form output from a channel
  • a quick scan of what is working in a creator's shorts strategy

youtube videos get

Use to fetch the structured details for one video or short.

Choose this when you need:

  • full metadata for a specific item
  • to enrich a result found through channel listings or search
  • to inspect one standout video in depth

youtube transcript

Use to pull the spoken transcript from a video or short.

Choose this when you need:

  • summarization or topic extraction
  • quotes, talking points, or script analysis
  • downstream NLP work on the spoken content

Specify --language only when you need a specific language. If that language is unavailable, the transcript may be null.

youtube search

Use to search YouTube by keyword.

Choose this when you need:

  • videos about a topic rather than from one creator
  • recent coverage with --upload-date
  • popularity or relevance ranking with --sort-by
  • shorts-only discovery with --filter shorts

Do not combine --filter shorts with --upload-date or --sort-by; the catalog notes that the filter is effectively query-only.

youtube search hashtag

Use to explore content grouped around a hashtag.

Choose this when you need:

  • hashtag-led discovery
  • to compare all posts versus shorts-only hashtag activity

youtube comments

Use to inspect audience response on a specific video.

Choose this when you need:

  • top comments for sentiment and objections
  • newest comments for recent audience reaction
  • qualitative feedback after identifying a relevant video

youtube shorts trending

Use to get a fast view of what is trending in Shorts without starting from a creator or search term.

Choose this when you need:

  • trend scouting
  • inspiration for short-form research
  • a benchmark set for current shorts performance

youtube playlists get

Use to inspect a specific playlist by playlist ID.

Choose this when you need:

  • the contents or structure of a playlist
  • to analyze how a creator packages related videos

youtube community posts get

Use to fetch one specific community post by URL.

Choose this when you need:

  • the contents of a known post
  • creator communication outside of video uploads

Common Workflows

Creator Research

  1. Run youtube channels get to confirm the channel.
  2. Run youtube channels videos or youtube channels shorts to map the content.
  3. Run youtube videos get on standout items.
  4. Add youtube transcript or youtube comments when you need deeper analysis.

Topic Research

  1. Run youtube search or youtube search hashtag.
  2. Shortlist promising results.
  3. Run youtube videos get on the shortlisted videos.
  4. Add youtube transcript or youtube comments for analysis.

Competitive Scan

  1. Run youtube channels get for each creator.
  2. Run youtube channels videos --sort popular and optionally youtube channels shorts --sort popular.
  3. Pull details for the strongest performers with youtube videos get.

Starter Examples

scrapesocial youtube channels videos --handle MrBeast
scrapesocial youtube transcript --url "https://www.youtube.com/watch?v=VIDEO_ID"
scrapesocial youtube search --query "shopify seo" --upload-date this_month
scrapesocial youtube comments --url "https://www.youtube.com/watch?v=VIDEO_ID" --order top

Notes

  • Use channel-level commands to discover items, then switch to item-level commands for detail.
  • Use continuationToken to paginate instead of inventing your own paging scheme.
  • Use youtube videos get for full item detail; --include-extras on list or search calls is a lighter, slower middle ground.
  • Run scrapesocial --help-full if you need exact flags or global CLI options.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.26%
按下载量换算37

Claude

28.99%
按下载量换算32

Cursor

18.96%
按下载量换算21

Gemini CLI

9.99%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills