overvy

Installation
SKILL.md

Overvy

Manage issues on a kanban board. Issues are sourced from connected GitHub repositories.

API Configuration

  • Base URL: https://app.overvy.com/api/v1 (override with OVERVY_API_URL env var)
  • Auth: Authorization: Bearer $OVERVY_API_KEY

At the start of any workflow, verify the API key is set:

test -n "$OVERVY_API_KEY" || echo "ERROR: OVERVY_API_KEY is not set"

If OVERVY_API_KEY is not set, stop and tell the user to set it.

Key Details

Related skills
Installs
2
First Seen
Mar 14, 2026