Knack DevOps

Installation
SKILL.md

Knack DevOps

Purpose

Manages automated build, deployment, environment sync, and monitoring for HTI's Knack-Vercel integration. Ensures dashboard uptime, data sync reliability, and performance optimization.

Core Functions

trigger_vercel_build

Purpose: Programmatically deploy updated dashboard code

Parameters:

  • vercel_url (string, optional): Deployment URL (default: production)
  • trigger (string, optional): "push" | "webhook" | "api" (default: "api")

Example:

const deployment = await trigger_vercel_build({
  vercel_url: process.env.VERCEL_PROJECT_URL,
  trigger: "api"
Related skills
Installs
GitHub Stars
10
First Seen