SkillHub

youtube-outlier-skill

v1.0.1

按细分领域发现YouTube热门视频,分析核心概念,保存数据至Google表格并推送摘要至Discord。

Sourced from ClawHub, Authored by dalime

Installation

Please help me install the skill `youtube-outlier-skill` from SkillHub official store. npx skills add dalime/youtube-outlier-skill

youtube-outlier-skill

Finds outlier/trending YouTube videos by niche keyword, analyzes main concepts, and stores to Google Sheet. Posts summary to Discord.

Parameters Supported

  • niche (single or comma-separated list)

Usage

Via Discord or API call:

/ytoutlier AI news

Discord Command Registration

Add to your Discord/OpenClaw config, or copy below to your skill manifest:

commands:
  - name: ytoutlier
    description: Find trending YouTube outlier videos in a niche.
    usage: /ytoutlier <niche>
    handler: youtube-outlier-skill

Requirements

  • Google Sheets API credentials (edit access to your target sheet)
  • Discord bot token and channel ID
  • YouTube Data API key (if not handled by youtube-api-skill)

Environment variables

See .env.example for all required variables.


Skill created for Danny by Soma 🧘‍♂️ (OpenClaw)