Author workflows with Claude Code
Use your existing coding subscription to build powerful automations. Describe what you want in plain language — Claude generates the workflow, you run it locally, then deploy.
Why author workflows this way
Use your existing subscription
Author workflows with Claude Code — no additional AI costs. Your coding subscription powers the authoring experience.
Test and iterate locally
Run workflows from your terminal before deploying. Step-level output shows exactly what each action returned, so you can debug fast.
Deterministic execution
Workflows are code, not prompts. No inference on every run — logic is predictable, reproducible, and consistent.
Durable by default
Powered by DBOS durable execution. Each step is checkpointed — if a run fails mid-way, it resumes from where it left off.
264+ integrations
Connect to Slack, Gmail, GitHub, Google Sheets, and more. Authenticate once on weldable.ai, and every workflow uses your credentials automatically.
Open standard
Workflows are portable markdown files. No proprietary format, no lock-in. Run them anywhere that supports the WorkflowSkill standard.
How it works
Install the CLI
Clone the workflowskill repo and install with uv.
git clone https://github.com/matthew-h-cromer/workflowskill.git cd workflowskill && uv tool install .
Connect Weldable
Link your Weldable account so workflows can call external services.
workflowskill login --toolkit weldable
Author with Claude Code
Open the workflowskill directory in Claude Code and describe what you want to build.
> /workflow-author Send me a Slack message whenever a new GitHub issue is opened
Run it locally
Claude saves the workflow file. Run it from your terminal to test — each step shows its output so you can iterate quickly.
workflowskill run workflows/github-to-slack.md --toolkit weldable
Import into Weldable
Once your workflow is working, bring it into weldable.ai to schedule it, run it on demand, view step-level logs, and share it with the community.
- Go to weldable.ai/app/workflows
- Click "Create workflow"
- Paste or upload your .md file
Ready to build?
Sign up for free, connect your integrations, and start authoring with Claude Code.
Get started freeOr browse community workflows to see what others have built.