glif-integration-expert

Installation
SKILL.md

Glif Integration Expert

Embed Glif AI workflows into applications and services.

Integration Options

1. Direct API (Server-side)

Node.js/TypeScript:

async function runGlif(glifId: string, inputs: string[]) {
  const res = await fetch('https://simple-api.glif.app', {
    method: 'POST',
    headers: {
      'Authorization': `Bearer ${process.env.GLIF_API_TOKEN}`,
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({ id: glifId, inputs })
  });
Related skills
Installs
2
GitHub Stars
10
First Seen
Jan 25, 2026