hello

Smallest possible workflow — a single code() step that returns a greeting. Start here.

sum

Two numbers in, one number out — a deterministic pipeline showing typed input and output.

telegram-bot

Telegram chat bot built on skelm + the pi backend. The pipeline declares a queue trigger; the gateway drives the long-poll loop and dispatches each message into a run.

matrix-coding-agent

A coding agent that listens in a Matrix room, picks up a message, and runs a one-shot task against it. Single-agent, message-triggered.

multi-step-pipeline

Mixes deterministic, LLM, and agentic steps in a single workflow to show the full surface end to end.

permissions-demo

Shows the default-deny permission model in action — what happens when an agent reaches for a tool or host it didn't declare.

vercel-ai-bot

Minimal agent() pipeline that runs against any Vercel AI SDK model under skelm's permission policy.