community · library · wflow

Workflows made by people who automate their desktops for fun.

A browsable library of KDL workflows for the wflow engine. Open any of them in your GUI with one click. Read the source. Share what you build back.

in the library
2 workflows
contributed by
1 author
installed this week
0 times
one from the library

Morning Standup

Wakes the editor, fires a Slack slash-command, waits for the standup thread to open, and drops a formatted recap from yesterday's commits.

  1. focus
  2. ⌘K
  3. /standup
  4. wait 2s
  5. git log
  6. paste recap
  7. done
8 steps · updated 3d ago342installs
"kdl-com">// Morning Standup — by @marsha_r
workflow "Morning Standup" {
    focus app="Slack"
    key "Super+k"
    type "/standup"
    key "Return"
    wait 2.0
    shell "git log --since=yesterday --oneline | head"
    type from="$stdout"
    notify "standup posted"
}
KDL · 263 bytes

the short version

Find. Open. Run. (Remix.)

  1. Browse the library

    Search, filter by tag, follow authors. Every workflow shows its full KDL source — no black boxes, no vendored binaries, no auth walls.

  2. Open in wflow

    One click. The wflow:// link hands the KDL to your local wflow GUI, which validates it and drops it in your library — with every step disabled by default so nothing runs until you say so.

  3. Run it. Tweak it.
    Share it back.

    Press play. Then rewire it to your machine, your shortcuts, your editor. Publish the remix — link back to the original, and both authors get the credit.

author spotlight · this week

Marsha Reinholt, writing workflows since March.

I started writing workflows because I kept catching myself doing the same seven-click dance every morning before I'd even opened my editor. Now my mornings look like a single keystroke, and I spend the reclaimed time petting my cat. I think that's a reasonable trade.

— Marsha, on her author page

the engine

You'll need wflow running locally.

wflow is the open-source desktop automation engine these KDL files run on. Rust engine, Qt Quick GUI, built on wdotool. One binary.

in the commons

Current conversations.

The forum is for KDL craft, automation ideas, and wflow engine feedback.Read all threads →

support · founding mark

100 founding spots. 99 left.

wflows is free. Hosting, domains, and the occasional weekend bug hunt aren't. A one-time $49 keeps it ad-free, the ranking honest, and the parser open.

What you get

  • Founding mark on your profile and on every workflow you publish — coral pip, locked to the first 100.
  • Discord supporter role with a private channel for early-access work and parser changes.
  • Profile accent color picker — small flair, visible on every card you ship.
  • The good feeling of bankrolling a thing one person makes for everyone.

Bring your workflow.
Make someone else's morning a little easier.