# Flash

> Run the task on DeepSeek V4 Flash. Use when the user invokes /flash or wants the fast DeepSeek utility.

- Skill: `codejunkie99/flash` (Agent Skill)
- Install (CLI): `npx skillmds@latest add codejunkie99/flash`
- Raw SKILL.md: https://api.skillmd.com/api/skills/codejunkie99/flash/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: codejunkie99 (https://skillmd.com/u/codejunkie99)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/codejunkie99/flash

---


# DeepSeek V4 Flash utility

Run the user's task on `opencode-go/deepseek-v4-flash` with the Codex CLI:

```bash
codex exec -m opencode-go/deepseek-v4-flash -s workspace-write --skip-git-repo-check --ephemeral -C . "<task>"
```

Choose the sandbox based on the task: `read-only` for inspection, `workspace-write` for edits.
When the task is part of the self-improving loop, run the loop driver with
`--runner-model opencode-go/deepseek-v4-flash` instead.

