Skip to content

qlaxde/agent-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qlax Agent Plugins

Private plugin marketplace for qlax agent tooling. The first plugin is vctl, a Vendure admin API skill and Python CLI used for marketplace operations.

Add to Codex

After this repository exists on Forgejo, add it as a marketplace:

codex plugin marketplace add https://git.qlax.de/qlax/agent-plugins.git --ref main

Codex accepts HTTPS Git URLs, SSH Git URLs, GitHub shorthand, and local marketplace roots. The canonical Codex marketplace manifest in this repo is:

.agents/plugins/marketplace.json

Codex resolves plugin paths relative to the marketplace root, so the vctl entry points to ./plugins/vctl.

Windows setup

  1. Install Git for Windows and make sure git clone https://git.qlax.de/qlax/agent-plugins.git works.
  2. Install Python 3 and confirm py --version works in PowerShell.
  3. Add the marketplace with the codex plugin marketplace add command above.
  4. Install and enable the vctl plugin in Codex.
  5. Configure a vctl profile:
py .\plugins\vctl\skills\remote-vendure-access\scripts\vctl configure staging
py .\plugins\vctl\skills\remote-vendure-access\scripts\vctl staging whoami

Codex may clone the marketplace into its own plugin cache after installation. When working inside that cache, use the same skills\remote-vendure-access\scripts\vctl path inside the installed plugin root.

Forgejo auth

Use the normal Forgejo HTTPS credential helper or SSH setup approved for qlax. Do not put Forgejo tokens into this repository or into local .env files. Tokens live in Infisical.

Cowork compatibility

The repo also includes a Claude/Cowork-shaped marketplace manifest at:

.claude-plugin/marketplace.json

Forgejo marketplace URL support in Cowork still needs the manual 15-minute check from the handoff. If Cowork rejects Forgejo URLs, mirror this repository to a private GitHub repository and add that Git URL to Cowork instead.

Plugin layout

plugins/
  vctl/
    .codex-plugin/plugin.json
    .claude-plugin/plugin.json
    skills/remote-vendure-access/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages