Skip to content

components.d: register Video Search and Summarization#50

Merged
sayalinvidia merged 1 commit into
NVIDIA:mainfrom
zac-wang-nv:feat/register-vss
May 8, 2026
Merged

components.d: register Video Search and Summarization#50
sayalinvidia merged 1 commit into
NVIDIA:mainfrom
zac-wang-nv:feat/register-vss

Conversation

@zac-wang-nv
Copy link
Copy Markdown
Contributor

@zac-wang-nv zac-wang-nv commented May 7, 2026

Summary

Adds `components.d/video-search-and-summarization.yml` to register the VSS Blueprint repo with the NVIDIA/skills sync catalog.

```yaml
name: Video Search and Summarization
repo: NVIDIA-AI-Blueprints/video-search-and-summarization
description: VSS Blueprint — deploy profiles, search and summarize video, generate analysis reports, manage alerts and incidents, query VIOS sensors, and use the RTVI VLM microservice.
skills:

  • path: skills/
    catalog_dir: video-search-and-summarization
    ```

Path confirmation (treated as public API)

Per the onboarding guide, the `path` is part of the source repo's public API. Confirmed:

  • Path: `skills/` (repo root, not `.agents/skills/` or `.claude/skills/`).
  • Catalog dir: `video-search-and-summarization` (matches the repo basename / slug).
  • The directory has been at this location since the skills landed on the source repo's `feat/skills` development branch and is the canonical location going forward.

Skills currently in scope

10 SKILL.md files at the time of registration: `alerts`, `deploy`, `report`, `rt-vlm`, `video-analytics`, `video-search`, `video-summarization`, `video-understanding`, `vios`, `vss-frag`.

Each frontmatter declares `license: Apache-2.0` and a `metadata:` block with `version`, `github-url`, and Blueprint-tagged `tags` per the finalized publishing template (cf. PR #294 against NVIDIA-AI-Blueprints/video-search-and-summarization).

IP / license affirmations

  • All skills under `skills/` are licensed Apache-2.0 (declared in each `SKILL.md` frontmatter).
  • IP review process for the source repo follows the upstream IP Review checklist.
  • No new license or third-party dependency introduced by this registration entry — this PR only adds a sync-config file.

Test plan

  • CI green on this PR (DCO sign-off, YAML lint, schema validation).
  • Once merged, the daily sync workflow picks up `skills/` from the source repo and mirrors to `skills/video-search-and-summarization/` in this catalog.
  • Available Skills table in README.md regenerates with the new entry; Version column shows the upstream short SHA.

🤖 Generated with Claude Code

Add the VSS Blueprint repo (NVIDIA-AI-Blueprints/video-search-and-summarization)
to the sync catalog. Skills live at the repo root under skills/ and
mirror to skills/video-search-and-summarization/ in this catalog.

Current 10 skills covered: alerts, deploy, report, rt-vlm,
video-analytics, video-search, video-summarization, video-understanding,
vios, vss-frag.

Each SKILL.md frontmatter declares Apache-2.0 license, version, and the
canonical github-url + tags under metadata: per the publishing template
(see PR #294 against the source repo for the template migration).

Signed-off-by: Zac Wang <zacw@nvidia.com>
Copy link
Copy Markdown
Collaborator

@sayalinvidia sayalinvidia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Source path on main checks out, slug + catalog_dir are clean, Apache-2.0 covers skills/ via root LICENSE, CI green. README row will land on the next sync.

Approving, thanks for the contribution! @zac-wang-nv

@sayalinvidia sayalinvidia merged commit de6eb32 into NVIDIA:main May 8, 2026
2 checks passed
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.

2 participants