Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add joe-broadhead/open-cowork --skill workflow-creatorgit clone --depth 1 https://github.com/joe-broadhead/open-coworkWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/joe-broadhead/open-cowork/workflow-creator)<a href="https://agentmods.dev/skills/joe-broadhead/open-cowork/workflow-creator"><img src="https://agentmods.dev/badge/skills/joe-broadhead/open-cowork/workflow-creator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/joe-broadhead/open-cowork/workflow-creator"><img src="https://agentmods.dev/badge/skills/joe-broadhead/open-cowork/workflow-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.00428 |
| Opus 5 | $0.00011 | $0.00214 |
| Sonnet 5 | $0.00004 | $0.00086 |
| Haiku 4.5 | $0.00002 | $0.00043 |
Grade A, and why
workflow-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Workflow Creator
Use this skill when a user wants to turn a repeatable task into an Open Cowork workflow.
Purpose
Create one durable workflow from a normal planning thread. The workflow should be simple enough to run again without replanning, but specific enough that an execution agent knows what to do.
Workflow
- Clarify the repeated job:
- what the workflow does
- when or how it should run
- what input it needs
- what output the user expects
- which project directory, tools, skills, and agent should be used
- Prefer the smallest reliable setup:
- use
buildunless a specialist or custom agent is clearly better - include only skills and tools that are directly relevant
- keep instructions operational and repeatable
- use
- Choose triggers:
- manual for user-started work
- schedule for time-based recurrence
- webhook for external event triggers
- Call
workflows_preview_workflowbefore saving. - Show the preview clearly and ask for explicit confirmation.
- Call
workflows_create_workflowonly after the user confirms the preview.
Tool Guidance
workflows_preview_workflow: validate the proposed workflow and show what will be saved.workflows_create_workflow: save the confirmed workflow. Use only after explicit user approval.
Guardrails
- Do not save a workflow while major fields are still unknown.
- Do not make broad workflows that need fresh planning every run.
- Do not include tools or skills just because they are available.
- If the task needs human judgment every time, make that handoff explicit in the instructions.
- For webhook triggers, explain what payload the workflow expects and what the caller should send.
Output
Before saving, summarize:
- workflow title
- execution agent
- selected skills and tools
- triggers
- expected output
- any assumptions that will persist into future runs
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 57 lines · 22 tokens per session scan A b10888a9e40c
workflow-creator is a skill published in the GitHub repository joe-broadhead/open-cowork (11 stars, last pushed 4d ago), licensed MIT. It adds 22 tokens to every session and 428 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
feishu-calendar
A Feishu calendar and scheduling skill. It manages calendars and events and can check when people are available or busy.
feishu-im-read
A Feishu messaging skill for reading chat history and downloading shared media. Feishu, also called Lark, is a work-chat and collaboration app.
automation-architect
Workflow automation design using Zapier, Make, and n8n covering trigger-action architecture, multi-step automation workflows, error handling strategies, personal versus business automation patterns, ROI calculation, and a library of common automation recipes. Use when the user asks about automation architect, related…
ai-automation-builder
Comprehensive guide to building AI-powered automation workflows using n8n, Zapier, Make, and custom agent frameworks covering integration patterns, cost optimization, error handling, and production-ready AI workflow design. Use when the user asks about ai automation builder, related techniques, best practices, or…
ai-coding-assistant-power-user
Master guide to maximizing productivity with AI coding assistants including GitHub Copilot, Cursor, Claude Code, and similar tools covering effective prompting, context management, workflow integration, and advanced techniques for 10x development velocity. Use when the user asks about ai coding assistant power user…
tasks
Manage your task list — add, complete, list, and prioritize tasks stored in TASKS.md.