1. Open the repo
Use the Picva repository that contains skills/picva and scripts/install-picva-skill.sh.
Agent Skill
Let Codex agents use Picva prompt, template, recommendation, and publishing workflows. The skill source lives in the Picva repo and can be triggered with $picva after installation.
Run the installer from the Picva repository root to sync the repo skill into the local Codex skill directory.
scripts/install-picva-skill.shtest -f ${CODEX_HOME:-$HOME/.codex}/skills/picva/SKILL.md && echo "Picva skill installed"The CLI can be installed from npm, searches the catalog, opens Web login, reuses prompts or templates for image generation, and deducts credits server-side.
npm install -g picvapicva search "youtube thumbnail" --type templates --locale enpicva login --locale enpicva use template <slug> --generate image --input subject=serum --quality mediumpicva skill pack --skill-dir /path/to/picva/skills/picvaThis repo does not include a SkillHub API integration yet. Use the CLI to package skills/picva locally; live publishing requires SKILLHUB_API_URL and a token later.
Use the Picva repository that contains skills/picva and scripts/install-picva-skill.sh.
The installer writes a local copy to ${CODEX_HOME:-$HOME/.codex}/skills/picva.
Use $picva in Codex to search, recommend, reuse, or publish Picva platform assets.