Claude Code Plugins

Community-maintained marketplace

Feedback

MOVA: skill_ingest_run_with_skillseeker_basic (wrapper)

@Leryk1981/mova_wf_cycle
0
0

Runs Skill Seeker for env.skill_ingest_run_request_v1 and returns ds.skill_ingest_run_result_v1.

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: skill_ingest_run_with_skillseeker_basic (wrapper)
description Runs Skill Seeker for env.skill_ingest_run_request_v1 and returns ds.skill_ingest_run_result_v1.
when_to_use Use when "Skill Seeker ingest run (basic)" must run through Codex automation
inputs [object Object]
outputs [object Object]
deterministic true

Command

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

Notes

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