{
  "$schema": "https://agentskills.io/schemas/index/v0.2.0.json",
  "version": "0.2.0",
  "publisher": {
    "name": "FetchMedia",
    "url": "https://fetchmedia.io"
  },
  "skills": [
    {
      "name": "transcode-video",
      "type": "skill/markdown",
      "description": "Transcode a source video into one or more target codecs and resolutions (H.264, H.265, VP9, AV1).",
      "url": "https://fetchmedia.io/.well-known/agent-skills/transcode-video/SKILL.md",
      "sha256": "2cf99556ffdc39d45b290866c4b56badc994f235ec47adf30a550e3bfd84a2aa"
    },
    {
      "name": "fetch-social-video",
      "type": "skill/markdown",
      "description": "Fetch a video from YouTube, TikTok, Instagram, Twitter/X, or LinkedIn and optionally transcode it.",
      "url": "https://fetchmedia.io/.well-known/agent-skills/fetch-social-video/SKILL.md",
      "sha256": "986232b27c33f8999bf5f5bc03b2e5402ee91fd46047b5f983245fe16d153630"
    },
    {
      "name": "transcribe-audio",
      "type": "skill/markdown",
      "description": "Transcribe spoken audio from a video into JSON, SRT, or VTT.",
      "url": "https://fetchmedia.io/.well-known/agent-skills/transcribe-audio/SKILL.md",
      "sha256": "4231fb3fff567c1e851e01e7593f8351b447540c0909afec7a3a9ce07102c6b2"
    },
    {
      "name": "run-ffmpeg",
      "type": "skill/markdown",
      "description": "Run a custom FFmpeg command on FetchMedia's managed infrastructure.",
      "url": "https://fetchmedia.io/.well-known/agent-skills/run-ffmpeg/SKILL.md",
      "sha256": "3bbf0be96f3c8533c164461955a908b923b161756d620beb4f54ddfd621df675"
    }
  ]
}