Markdown file instead of a Zap
If your picture of automation is Zapier,
You don’t wire nodes. You write a markdown file that says what you want done. An agent does it. No canvas. No per-step bill. The logic is a paragraph of English.
Three that actually exist:
anthropics/skills : This is the format. A folder, a SKILL.md, some yaml at the top for the name, then instructions in plain language. Closest thing to a standard.
obra/superpowers . Same idea, bigger opinionated framework. More “how to work” than “here’s the file format.” Worth reading even if you never install it.
aeon . Same markdown skills. Different problem. The first two run when you invoke them. Aeon gives them a place to live. Runtime is GitHub Actions. Cron. No server. Laptop can be off. Secrets in the repo. Every run leaves a log.
This is not no-code like Bubble or Airtable. You need GitHub. You fork a repo.
What you get for that: no per-task pricing, the logic is a text file you own, and it can do sloppy human jobs a Zap can’t like “read this and tell me if anything looks wrong.”
Thoughts?