Claude Code Plugins

Community-maintained marketplace

Feedback

MOVA: dpp_passport_normalize_basic (wrapper)

@Leryk1981/mova_wf_cycle
0
0

Normalize a single DPP passport input into lab_battery_passport_extended_v1 (happy-path).

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name MOVA: dpp_passport_normalize_basic (wrapper)
description Normalize a single DPP passport input into lab_battery_passport_extended_v1 (happy-path).
when_to_use Use when "DPP passport normalize (basic)" must run through Codex automation
inputs [object Object]
outputs [object Object]
deterministic true

Command

node .codex/skills/mova_dpp_passport_normalize_basic/scripts/run.mjs --request <request.json>

Notes

  • Underlying entrypoint: skills/dpp_passport_normalize_basic/impl/code/run_normalize.js
  • Evidence paths: skills/dpp_passport_normalize_basic
  • Generated by tools/generate_codex_wrappers.mjs; edit if custom behavior is needed.