iii-low-code-automation

Originally fromiii-hq/skills
Installation
SKILL.md

Low-Code Automation Chains

Comparable to: n8n, Zapier, LangFlow

Key Concepts

Use the concepts below when they fit the task. Not every automation needs all of them.

  • Each "node" in the automation is a small registered function with a single job
  • Nodes chain via named queues using TriggerAction.Enqueue — easy to add, remove, or reorder steps
  • HTTP triggers receive external webhooks (form submissions, payment events)
  • Cron triggers start scheduled automations (daily digests, periodic syncs)
  • PubSub broadcasts completion events for downstream listeners

Architecture

Automation 1: Form → Enrich → Store → Notify
  HTTP webhook → auto::enrich-lead → auto::store-lead → auto::notify-slack
Related skills
Installs
41
Repository
iii-hq/iii
GitHub Stars
15.6K
First Seen
Apr 6, 2026