skills/zapier-workflows/SKILL.md
Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.
npx skillsauth add crumbgrabber/llm_system_template_agents_skills_patterns_tools_prompts zapier-workflowsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Zapier MCP exposes 8,000+ individual tools (every Zapier action), but there are critical limitations:
❌ No memory - The client doesn't remember which tools YOU use or why ❌ No context - Doesn't know when to use specific tools for your workflows ❌ Only one-off actions - Can't trigger your complex, multi-step Zaps ❌ Fresh start every session - All context lost between conversations
1. MCP Tools (One-Off Actions)
2. Multi-Step Zaps (Webhook-Triggered)
This skill solves both problems by providing persistent memory for your Zapier workflows:
✅ Remembers your MCP tool preferences - "Use Google Sheets for expenses, Notion for tasks" ✅ Knows when/why to use each tool - "Search with Perplexity when researching, not Google" ✅ Triggers multi-step Zaps - "Run my daily digest" = webhook POST to your complex Zap ✅ Self-learning - Update the skill as you learn, and it never forgets ✅ Cross-session persistence - Works across all conversations (global install)
For Multi-Step Zaps:
For MCP Tools:
Global (~/.skills/) - RECOMMENDED:
Project-level (./.skills/):
IMPORTANT: This skill stores webhook URLs and workflow details in plain text files.
Webhook URLs contain authentication tokens. If someone has your webhook URL, they can trigger your Zaps.
Best practices:
~/.skills/ (not in project repos).skills/ to your .gitignore if installed in a projectIf you need to share this skill:
Required:
Optional:
To connect Zapier's MCP tools to your MCP client:
Go to Zapier MCP servers:
Create a new MCP server:
Add tools:
Connect:
Restart your MCP client if needed:
Tip: You can add more tools later by editing your MCP server in Zapier and running the connect command again.
For pre-built, optimized workflows that you want to trigger on-demand:
In Zapier dashboard:
Build your workflow:
Document it in this skill:
references/zaps.mdWebhook vs MCP Tools:
CRITICAL: This skill can and should edit itself to learn from user feedback.
When the user teaches you something new or corrects your approach:
Identify what to update:
references/zaps.mdreferences/mcp-patterns.mdreferences/mcp-patterns.mdMake the edit:
Update format:
User: "Use Apollo instead of Clearbit for company data"
Update: adjusted references/mcp-patterns.md to use Apollo for company enrichment.
"Updated! I'll use Apollo for company enrichment from now on.
This change is now permanent in the skill."
What to capture in skill updates:
Use webhooks when:
references/zaps.md)Use MCP tools when:
CRITICAL: After you successfully help the user with MCP tools or workflows, proactively suggest saving valuable patterns.
After completing a task using MCP tools, check if this is a pattern worth saving:
Look for:
Suggest saving if:
After completing the task successfully:
"That worked well! I noticed I [describe what you did, e.g., 'used Perplexity to research, then saved results to Google Sheets'].
Would you like me to save this as a pattern? If you tell me:
- What trigger words to listen for
- When/why to use this workflow
- Any preferences or variations
I'll remember it and do this automatically next time!"
If user says yes:
references/mcp-patterns.mdExamples of patterns worth saving:
Don't save:
When user requests MCP tool functionality but Zapier MCP is not connected, tell them:
"I don't see the Zapier MCP tools connected. Here's how to set them up:
1. Go to https://mcp.zapier.com/mcp/servers
2. Login to your Zapier account
3. Click 'New MCP Server' (top left)
4. Select your MCP client in the MCP Client dropdown
5. Give it a name (e.g., 'My Zapier Tools')
6. Click 'Add tools' and select the Zapier actions you want
7. Click 'Connect' and copy the command shown
8. Run that command in your terminal with your MCP client
9. Restart your MCP client
Once setup, I'll be able to use those Zapier actions directly!"
IMPORTANT: When Zapier MCP is connected (tools starting with mcp__zapier__ are available), proactively help the user document them with rich context:
List available tools:
Prompt for detailed documentation:
"I see you have these Zapier MCP tools available:
- mcp__zapier__google_sheets_create_spreadsheet_row
- mcp__zapier__perplexity_chat_completion
- [etc.]
To help me use these effectively, I need to understand:
For each tool you want me to use, please tell me:
1. WHEN should I use this tool?
- What trigger words or phrases?
- What situations or contexts?
- What types of requests?
2. WHY should I use this tool vs alternatives?
- What's it best for?
- When should I NOT use it?
3. HOW should I use it?
- Any specific parameters or preferences?
- Default values I should use?
- Sheet names, formats, or other specifics?
4. Any PATTERNS or workflows involving this tool?
- Multi-step sequences?
- Common combinations with other tools?
Take your time - the more detail you give me, the better I can serve you!"
Document in skill:
references/mcp-patterns.mdWhen to trigger this:
references/mcp-patterns.mdWhen user mentions creating or adding a multi-step Zap for webhook triggering, provide these instructions:
"To get your webhook URL from an existing Zap:
1. Go to your Zap in the Zapier dashboard
2. Make sure the trigger is a 'Webhooks by Zapier' node
3. In the 'Trigger Event' dropdown, select 'Catch Hook'
4. Go to the 'Test' tab
5. Copy the 'Webhook URL' shown
6. Give me that URL and tell me:
- What the Zap does (step-by-step)
- What trigger phrases you want to use
- Any other details (timing, cost, etc.)
I'll add it to my knowledge so you can trigger it anytime just by asking!"
references/zaps.mdreferences/mcp-patterns.mdTriggering a Zap:
User: "Run my daily digest"
Workflow: look up webhook details in references/zaps.md, trigger via curl POST, then confirm back: "Started your Daily AI Digest. You'll get the report via email in ~3 minutes, with SMS alerts for any high-priority items."
Using MCP orchestration:
User: "Research the latest on quantum computing"
Workflow: review references/mcp-patterns.md, call Perplexity Search MCP tool, analyze results, deepen search, then summarize.
Learning and updating:
User: "No, when tracking expenses use my 'Personal Budget' sheet, not 'Expenses'"
Action: update references/mcp-patterns.md to swap the sheet name, then confirm the change: "Got it - updated the skill. I'll use 'Personal Budget' sheet for expense tracking from now on."
Check if MCP is connected:
mcp__zapier__ in your available toolsIf not showing up:
Pattern detection triggers when:
Try explicitly asking:
Common issues:
Test manually:
curl -X POST https://hooks.zapier.com/hooks/catch/[your-url]
Likely causes:
Fix:
references/mcp-patterns.md has your tools~/.skills/ (global) vs ./.skills/ (project)Signs it's working:
Quick test:
references/zaps.mdIf reference files grow too large:
Performance tips:
To start fresh:
~/.skills/Yes! The skill works with:
Each mode is independent and valuable on its own.
Immediate actions:
.skills/ to .gitignorePrevention:
~/.skills/).skills/ directory in projectsdevelopment
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
development
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.