nate-b-jones-digest
Monitor Nate B Jones's YouTube channel, pull each new video transcript (YouTube captions or auto-transcribed audio), summarize it with an abstract + bullet highlights + reference links, and distribute the digest via email, chat, and/or a document per user-configured outputs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arpee/nate-b-jones-digestWhat This Skill Does
The nate-b-jones-digest skill is a specialized automation agent designed to keep you updated on the latest content from the Nate B Jones YouTube channel. Instead of manually checking for updates, this skill autonomously monitors for new uploads, extracts the audio or captions, and produces high-quality, actionable summaries. By leveraging Whisper for transcription fallback and intelligent LLM summarization, it ensures you never miss a key insight, even if the video lacks official closed captions.
Installation
- Install the package using the OpenClaw command:
clawhub install openclaw/skills/skills/arpee/nate-b-jones-digest. - Locate the
references/config-example.ymlfile within the skill directory. Copy this toconfig.ymlin your local directory. - Configure your
channel_id,poll_cron, and preferred output destinations (Email, Telegram, or document storage). - Ensure you have your YouTube Data API key configured within your environment variables or via the
gog(Google) skill integration for automated document generation.
Use Cases
- Continuous Learning: Receive daily summaries of technical or productivity content directly to your preferred workspace.
- Content Curation: Automatically build a searchable knowledge base in Google Docs or Markdown files based on video transcripts.
- Team Alignment: Automatically share digests with a team via email or chat to ensure everyone is synchronized on new developments without needing to watch lengthy videos.
Example Prompts
- "@OpenClaw, update my Nate B Jones digest settings to send the summaries to my Slack channel instead of email."
- "@OpenClaw, catch me up on the latest Nate B Jones video digest for today."
- "@OpenClaw, search my Nate B Jones digest history for mentions of 'time blocking' or 'project management'."
Tips & Limitations
- Transcription: The skill defaults to official captions for speed. If a video is uncaptioned, the Whisper fallback will consume significant local compute resources.
- Rate Limiting: If polling too frequently, ensure your YouTube Data API quota is sufficient. The default daily cron is recommended.
- Environment: Keep your
config.ymlsecure, as it may contain API tokens for your communication integrations.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arpee-nate-b-jones-digest": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api, code-execution