overvy
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 withOVERVY_API_URLenv 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
More from martinhjartmyr/skills
umami
Fetch analytics from Umami. Use when the user asks about umami, analytics, website traffic, daily stats, pageviews, visitors, how is my site doing, traffic report, site performance, bounce rate, visitor count, active users, who is on my site, or website statistics.
23notifery
Send notifications via Notifery API using curl. Use when the user wants to be notified about task completions, errors, or progress. Also use proactively after long-running tasks, failed operations, or when the user has asked to be kept informed. Triggers include "notify me", "send notification", "let me know when done", "alert me", "ping me", "notifery", or when a long task completes and the user previously asked for notifications. Requires NOTIFERY_API_KEY environment variable.
2