Back to Registry
View Author Profile
Official Verified
Youtube Outlier Skill
Skill by dalime
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dalime/youtube-outlier-skillOr
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)
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dalime-youtube-outlier-skill": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.