Video Artifact Publish

Package rendered video outputs as GitHub Actions artifacts and provide traceable links in the final response. Use when this capability is needed.

tomevault-io Updated

File contents

Video Artifact Publish

Use this skill after successful render.

Goal

Make outputs downloadable and traceable from workflow run links.

Workflow

  1. Collect artifacts:
  • outputs/manim/**
  • media/videos/**
  1. Upload with actions/upload-artifact@v4 and explicit retention days.
  2. Include run URL and artifact name in final issue comment.
  3. Add evidence/source URLs used for script content.

Traceability Rules

  • Final answer must include:
  • workflow run URL
  • artifact name
  • video file relative path
  • source links used for factual content
  • uncertainty statement (if assumptions remain)

Output Template

  • Run: https://github.com/<owner>/<repo>/actions/runs/<run_id>
  • Artifact: <artifact_name>
  • Video: <relative_path>.mp4
  • Sources:
    • <url_1>
    • <url_2>

References


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/gqy20--issuelab--video-artifact-publish commit 62bb1d6ed1

Frequently asked questions

npx skillmds@latest add tomevault-io/video-artifact-publish