hello
Smallest possible workflow — a single code() step that returns a greeting. Start here.
Runnable starting points. Clone the skelm repo and try them locally — each lives under examples/.
helloSmallest possible workflow — a single code() step that returns a greeting. Start here.
sumTwo numbers in, one number out — a deterministic pipeline showing typed input and output.
telegram-botTelegram 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-agentA 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-pipelineMixes deterministic, LLM, and agentic steps in a single workflow to show the full surface end to end.
permissions-demoShows the default-deny permission model in action — what happens when an agent reaches for a tool or host it didn't declare.
vercel-ai-botMinimal agent() pipeline that runs against any Vercel AI SDK model under skelm's permission policy.