Shar Production Metadata Validation

Validate rights-aware AI-hybrid video-production metadata with SHAR Production's local read-only MCP tool.

aiskillstore Updated

File contents

SHAR Production metadata validation

Use this skill when a production manifest must be checked before delivery or release. The validator checks required production metadata and returns a deterministic releasable result with any errors. It does not publish content, modify files, access credentials, or make network requests.

Install

git clone https://github.com/SHARProduction/production-metadata-mcp.git
cd production-metadata-mcp
npm ci

Run as an MCP server

Configure the client to launch:

{
  "command": "node",
  "args": ["/absolute/path/to/production-metadata-mcp/server.js"]
}

Call validate_production_manifest with one object field, manifest. The manifest may contain arbitrary fields; validate the returned releasable boolean and errors array before treating a production asset as ready.

Safety boundary

Use only factual production metadata. Do not treat a passing validation result as legal advice, a rights clearance, or permission to publish.

aiskillstore/marketplace/tree/main/skills/sharproduction/shar-production-metadata-validation commit e1bd5d5663

Frequently asked questions

npx skillmds@latest add aiskillstore/shar-production-metadata-validation