Skip to content

feat(skills): add VidXP agent workflows - #54

Merged
tulayha merged 2 commits into
mainfrom
feat/chatgpt-vidxp-skills
Aug 2, 2026
Merged

feat(skills): add VidXP agent workflows#54
tulayha merged 2 commits into
mainfrom
feat/chatgpt-vidxp-skills

Conversation

@tulayha

@tulayha tulayha commented Aug 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • add a public vidxp-ingest-video skill for local-path and browser-handoff ingestion with automatic indexing
  • add a public vidxp-find-video-evidence skill for grounded search, keyframe inspection, and clip delivery
  • declare ChatGPT-facing metadata, implicit invocation, and the VidXP MCP dependency for both workflows
  • link the downloadable skill sources from the product README

Why

Natural requests such as “index this video” and “find where Harry appears” should select VidXP and follow its native MCP workflow without requiring users to name individual tools or reconstruct timestamp-to-clip sequences.

User impact

The skills teach ChatGPT and Codex to discover the VidXP connector, choose transport-appropriate ingestion, poll the authoritative durable operation, and return inspectable evidence. They are stored as public source packages under skills/; plugin packaging remains separate.

Validation

  • both skill folders pass the official quick_validate.py validator
  • ChatGPT metadata and MCP dependency declarations parse successfully
  • README links resolve
  • git diff --check passes

BEGIN_COMMIT_OVERRIDE
feat(agents): add guided video ingestion and evidence workflows
END_COMMIT_OVERRIDE

@tulayha
tulayha marked this pull request as ready for review August 2, 2026 16:19
@tulayha
tulayha merged commit e321e29 into main Aug 2, 2026
3 checks passed
@github-actions github-actions Bot mentioned this pull request Aug 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant