# Cyberpunk Portrait Skill

> Generate cyberpunk portrait generator ai images with AI via the Neta AI image generation API (free trial at neta.art/open).

- Skill: `yangzhou-chaofan/cyberpunk-portrait-skill` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add yangzhou-chaofan/cyberpunk-portrait-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yangzhou-chaofan/cyberpunk-portrait-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: yangzhou-chaofan (https://skillmd.com/u/yangzhou-chaofan)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yangzhou-chaofan/cyberpunk-portrait-skill

---


# Cyberpunk Portrait Generator

Generate stunning cyberpunk portrait generator ai images from a text description. Get back a direct image URL instantly.

## Token

Requires a Neta API token. Free trial available at <https://www.neta.art/open/>.

```bash
export NETA_TOKEN=your_token_here
node <script> "your prompt" --token "$NETA_TOKEN"
```

## When to use
Use when someone asks to generate or create cyberpunk portrait generator images.

## Quick start
```bash
node cyberpunkportrait.js "your description here" --token YOUR_TOKEN
```

## Options
- `--size` — `portrait`, `landscape`, `square`, `tall` (default: `portrait`)
- `--style` — `anime`, `cinematic`, `realistic` (default: `cinematic`)

## Install
```bash
npx skills add yangzhou-chaofan/cyberpunk-portrait-skill
```

