# Workflows List

> List durable workflows in the authenticated Zapier account using the Zapier SDK experimental Code Workflows commands. Use when the user asks to list my Zaps, show my durable workflows, what workflows do I have, or see what Zapier workflows are deployed.

- **Type:** Skill
- **Install:** `agentstack add skill-zapier-agent-skills-list`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [zapier](https://agentstack.voostack.com/s/zapier)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [zapier](https://github.com/zapier)
- **Source:** https://github.com/zapier/agent-skills/tree/main/skills/workflows/list
- **Website:** https://skills.sh/zapier/agent-skills

## Install

```sh
agentstack add skill-zapier-agent-skills-list
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Zapier Workflows List

Use the public SDK CLI experimental command surface. Do not use `zapier-sdk-code-substrate`.

## Compatibility Gate

Before using this skill, run the `workflows-doctor` bundle compatibility check. If `workflows-doctor` is not installed or cannot be loaded, run `workflows-install` or install `workflows-doctor` from `zapier/agent-skills` before continuing. If `workflows-doctor` reports SDK/skill drift, follow its refresh instructions, stop this skill invocation, reload the agent workspace if needed, and ask the user to rerun the original request.

## Check Prerequisites

```bash
zapier-sdk --version
zapier-sdk get-profile --json
zapier-sdk --experimental --help
```

If auth fails, ask the user to run `zapier-sdk login` in an interactive terminal and retry.

## List Workflows

```bash
zapier-sdk --experimental list-workflows --json
```

Parse the JSON output and format what the user asked for. Common useful fields may include `id`, `name`, `enabled`, `is_private`, `created_by_user_id`, `created_at`, `updated_at`, `description`, `current_version`, and trigger-related metadata if present.

For each workflow with an `id`, include the Zapier editor link:

```text
https://zapier.com/durables-editor/
```

Treat `trigger_url` as sensitive because it contains a secret token. Do not print `trigger_url` unless the user explicitly asks for it.

## Ownership Scoping

`list-workflows` may return every workflow the authenticated user can see, including team workflows. If the user asks for "my workflows," first show the likely matches and explain any uncertainty rather than silently filtering by the wrong ID.

Known quirk: `zapier-sdk get-profile` may return a UUID that does not match `list-workflows[].created_by_user_id`, which may be a separate numeric user ID. If you cannot confidently map those IDs, say so and present the unfiltered list with enough context for the user to choose.

## Last Run Time

If the user asks for recent activity, fetch runs for each relevant workflow:

```bash
zapier-sdk --experimental list-workflow-runs  --json
```

Use the most recent run. Be mindful of API volume for large accounts.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [zapier](https://github.com/zapier)
- **Source:** [zapier/agent-skills](https://github.com/zapier/agent-skills)
- **License:** MIT
- **Homepage:** https://skills.sh/zapier/agent-skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-zapier-agent-skills-list
- Seller: https://agentstack.voostack.com/s/zapier
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
