# PixMind Official Plugin Client: Codex Release status: preview The PixMind skills are available as a public preview through the Agent Skills CLI. Currently approved public skills: - pixmind-image: Generate or edit images through the PixMind API. - pixmind-video: Generate videos from text or reference images through the PixMind API. Install: - Image: npx skills add Pixmind-io/PixmindClaw --skill pixmind-image --agent codex -g -y - Video: npx skills add Pixmind-io/PixmindClaw --skill pixmind-video --agent codex -g -y Configure: 1. Create an API key: https://www.pixmind.io/api-platform/dashboard/keys 2. Set PIXMIND_API_KEY in the agent environment. 3. Review the PixMind API documentation: https://www.pixmind.io/docs/api Security boundary: - Never paste an API key into a prompt, skill file, or source control. - Image and video generation can consume PixMind credits. Confirm costly or batch operations before execution.