GitOps plugins
GitHub (GitOps provider)

GitHub for VibeControls

GitHub provider for the GitOps meta plugin — REST v3 + GraphQL v4.

$vibe plugin install @vibecontrols/vibe-plugin-gitops-github
GitHub — VibeControls plugin illustration

About this plugin

GitHub provider for the @vibecontrols/vibe-plugin-gitops meta plugin.

Talks to GitHub directly via REST v3 + GraphQL v4 — no gh CLI on the user box.

Install

vibe plugin install @vibecontrols/vibe-plugin-gitops          # meta (once)
vibe plugin install @vibecontrols/vibe-plugin-gitops-github   # this provider

Auth

Personal Access Token (classic or fine-grained). Required scopes:

  • repo — repos, PRs, issues
  • workflow — Actions runs
  • read:org — org rollup
  • security_events — Dependabot / code scanning alerts
vibe gitops auth set github ghp_xxxxxxxxxxxxxxxxxxxx

Storage

PAT lives in the agent's Skalex encrypted SQLite at namespace gitops-github, key pat:default. Plaintext token never leaves the agent.

License

Proprietary — see LICENSE.

Use it in 30 seconds

  1. Make sure the agent is running: vibe start
  2. Install the meta first: vibe plugin install @vibecontrols/vibe-plugin-gitops
  3. Install this plugin: vibe plugin install @vibecontrols/vibe-plugin-gitops-github
  4. List installed plugins: vibe plugin list

We use cookies for essential site functions and, with your consent, for analytics to improve VibeControls. We don't use advertising or cross-site tracking cookies. See our Cookie Policy.

Preferences