Agent Skill

Picva Skill Install And Usage Guide

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.

Install

Run the installer from the Picva repository root to sync the repo skill into the local Codex skill directory.

scripts/install-picva-skill.sh

Verify

test -f ${CODEX_HOME:-$HOME/.codex}/skills/picva/SKILL.md && echo "Picva skill installed"

Picva CLI

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/picva

SkillHub Package

This 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.

1. Open the repo

Use the Picva repository that contains skills/picva and scripts/install-picva-skill.sh.

2. Install for Codex

The installer writes a local copy to ${CODEX_HOME:-$HOME/.codex}/skills/picva.

3. Invoke the skill

Use $picva in Codex to search, recommend, reuse, or publish Picva platform assets.

Search the Picva catalog: Reads public prompts/templates catalog APIs first.
Recommend existing assets: Matches title, description, category, tags, and prompt text.
Login, generate, and debit: Uses Web login and deducts credits from the authenticated account server-side.