youtube-to-sunrei

Convert YouTube video content into Sunrei location data via admin API.

Updated Jul 1, 2024
One-click install
npx skills add https://github.com/yongseongkim/sunrei --skill youtube-to-sunrei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: youtube-to-sunrei
Source: https://github.com/yongseongkim/sunrei/tree/main/.claude/skills/youtube-to-sunrei
Command: npx skills add https://github.com/yongseongkim/sunrei --skill youtube-to-sunrei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of transforming YouTube video content into location-based "Sunrei" entries, streamlining the creation of travel guides based on media.

Core Features & Use Cases

  • End-to-End Workflow: Orchestrates fetching video info, extracting and cleaning transcripts, identifying and geocoding locations, and finally creating Sunrei entries.
  • Interactive Checkpoints: Provides user confirmation at each stage, allowing for review and correction.
  • Resumable Progress: Intermediate data is saved, enabling users to pause and resume the workflow.
  • Use Case: A user provides a YouTube travel vlog URL, and the Skill automatically identifies all mentioned filming locations, geocodes them, and creates a shareable "Sunrei" map for that vlog.

Quick Start

Use the youtube-to-sunrei skill to convert the YouTube video at https://www.youtube.com/watch?v=VIDEO_ID into a Sunrei.

Frequently Asked Questions about youtube-to-sunrei

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a YouTube video into a location-based map?

To convert a YouTube video into a location-based map, this Skill extracts video transcripts, identifies mentioned locations, geocodes them, and creates Sunrei entries. It fetches video metadata and descriptions to pinpoint filming locations from travel vlogs.

What APIs do I need to extract locations from YouTube videos?

Extracting locations from YouTube videos requires YouTube Data API v3 and Google Maps Places API keys. You also need admin authentication to interact with the server and create the final Sunrei entries.

Can I pause and resume the YouTube video geocoding workflow?

Yes, you can pause and resume the YouTube video geocoding workflow. The Skill saves intermediate data during the multi-step process, allowing you to stop and restart without losing fetched metadata or extracted transcripts.

How does the interactive checkpoint feature work during video processing?

The interactive checkpoint feature works by requesting user confirmation at each stage of the video processing workflow. This allows you to review and correct extracted transcripts and geocoded locations before creating the final Sunrei entries.

What is the best way to automate travel guide creation from media content?

Automating travel guide creation from media content is best achieved by orchestrating an end-to-end workflow that fetches video info, cleans transcripts, identifies locations, and geocodes them. This Skill automatically transforms travel vlogs into shareable Sunrei maps.

Are there limitations when cleaning YouTube transcripts for location extraction?

When cleaning YouTube transcripts for location extraction, limitations may arise from poor audio quality or unclear speech in the original video. The Skill attempts to clean these transcripts but relies on the original YouTube captions for accurate location identification.