
Vctl
- Updated June 14, 2026
- qlaxde/agent-plugins
vctl is a Claude Code skill in the Backend & APIs category. Vendure admin API access for qlax marketplace operations through the portable vctl CLI and agent skill.
Key points
- vctl
- Backend & APIs
- AI-coding skill
Vctl by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add qlaxde/agent-plugins/plugin install vctl@qlax-agent-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 14, 2026 |
|---|---|
| Repository | qlaxde/agent-plugins ↗ |
What it does
Vendure admin API access for qlax marketplace operations through the portable vctl CLI and agent skill.
README.md
vctl plugin
vctl packages the Remote Vendure Access skill and its Python CLI for Codex.
Contents
skills/remote-vendure-access/SKILL.md- agent instructions and examples.skills/remote-vendure-access/scripts/vctl- stdlib-only Python CLI.skills/remote-vendure-access/scripts/vctl.cmd- Windows wrapper.skills/remote-vendure-access/references/- Vendure domain and backend quirks.skills/remote-vendure-access/library/- saved GraphQL operations and fragments.
Runtime
The CLI needs Python 3 and network access to the Vendure backend. Configure profiles with:
py .\skills\remote-vendure-access\scripts\vctl configure staging
py .\skills\remote-vendure-access\scripts\vctl staging whoami
On macOS or Linux:
python3 ./skills/remote-vendure-access/scripts/vctl configure staging
python3 ./skills/remote-vendure-access/scripts/vctl staging whoami
This version does not expose an MCP server. It ships as a skills plugin with a bundled CLI.
Related skills
Backend & APIsbackend