Glif Expert
SKILL.md
Glif Expert
Complete Glif workflow expertise.
API Usage
Base URL: https://simple-api.glif.app
Auth: Bearer token from https://glif.app/settings/api-tokens
curl -X POST https://simple-api.glif.app \
-H "Authorization: Bearer $GLIF_TOKEN" \
-H "Content-Type: application/json" \
-d '{"id": "glif-id", "inputs": {"prompt": "..."}}'
Workflow Design
Glifs are JSON graphs with blocks connected via variable references.
Block types: Text input, image input, GPT-4, Claude, DALL-E, Stable Diffusion, code execution
Integration Patterns
- Node.js:
@glifxyz/sdkpackage - Discord bots: Webhook triggers
- Web apps: REST API + webhooks for async
Use when: Creating glifs, running AI workflows, integrating Glif into apps