glif-api-runner

Installation
SKILL.md

Glif API Runner

Execute Glif workflows programmatically via the Simple API.

API Basics

Base URL: https://simple-api.glif.app Auth: Bearer token from https://glif.app/settings/api-tokens

Running a Glif

curl -X POST https://simple-api.glif.app \
  -H "Authorization: Bearer $GLIF_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "id": "clgh1vxtu0011mo081dplq3xs",
    "inputs": ["your prompt here"]
  }'
Related skills
Installs
2
GitHub Stars
10
First Seen
Jan 25, 2026