Awesome-omni-skill Automate YouTube Top-Ten Video Creation with OpenAI and Safe Image Search

Integrates OpenAI API for content generation, Bing Image Search API for safe image retrieval, and Pexels API for video footage. Handles authentication via Bearer token, enforces safe search, formats ChatGPT responses into a top-ten list, and includes error handling for API failures.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/content-media/automate-youtube-top-ten-video-creation-with-openai-and-safe-image-search" ~/.claude/skills/diegosouzapw-awesome-omni-skill-automate-youtube-top-ten-video-creation-with-ope && rm -rf "$T"
manifest: skills/content-media/automate-youtube-top-ten-video-creation-with-openai-and-safe-image-search/SKILL.md
source content

Automate YouTube Top-Ten Video Creation with OpenAI and Safe Image Search

Integrates OpenAI API for content generation, Bing Image Search API for safe image retrieval, and Pexels API for video footage. Handles authentication via Bearer token, enforces safe search, formats ChatGPT responses into a top-ten list, and includes error handling for API failures.

Prompt

Generate a top-ten list for a given topic in a JSON array format. Use OpenAI's /v1/completions endpoint with a specified model, temperature, and max tokens. Retrieve clean images from Bing using SafeSearch=Strict. Fetch landscape videos from Pexels. Handle API errors and None responses gracefully.

Triggers

  • generate top ten list for topic
  • create top ten video script
  • automate video creation with safe images
  • fetch clean images for youtube