Install
$ agentstack add mcp-mihir-kanzariya-openowl-templates ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
OpenOwl Templates
Pre-built automation workflows for OpenOwl + Claude Code.
Pick a template. Edit the config. Say "run this workflow." Your AI handles the rest.
How it works
Each template is a folder your AI can execute:
lead-gen/
├── CLAUDE.md ← AI reads this and runs the workflow autonomously
├── config.json ← You fill in your specifics
├── README.md ← What this template does
├── input/ ← Place input files here (CSVs, content)
└── output/ ← Results are saved here
Quick start
# 1. Install OpenOwl
npm install -g openowl
# 2. Connect to Claude Code
claude mcp add owl --transport stdio -s user -- owl
# 3. Clone templates
git clone https://github.com/mihir-kanzariya/openowl-templates.git
# 4. Pick a template
cd openowl-templates/lead-gen
# 5. Edit config.json with your details, then:
claude
> Run this workflow
Templates
Sales & Outreach
| Template | What it does | |----------|-------------| | [lead-gen/](lead-gen/) | Search LinkedIn for leads by title, company size, location. Extract to spreadsheet. | | [cold-outreach/](cold-outreach/) | Visit each lead's profile, find a personalization hook, draft a cold email. | | [deal-negotiation/](deal-negotiation/) | Monitor inbox for campaign replies. Draft counter-offers and follow-ups. |
Marketing & Growth
| Template | What it does | |----------|-------------| | [influencer-outreach/](influencer-outreach/) | Find YouTube/Twitter creators in your niche. Pull emails. Draft sponsorship offers. | | [ugc-creators/](ugc-creators/) | Find Instagram UGC creators by engagement rate. DM with brief and budget. | | [gtm-launch/](gtm-launch/) | Submit your product to 30+ startup directories. Track submission status. | | [social-media/](social-media/) | Turn a blog post into a Twitter thread, LinkedIn post, and Reddit submission. |
Fundraising
| Template | What it does | |----------|-------------| | [investor-discovery/](investor-discovery/) | Search Crunchbase for investors by stage and sector. Draft intro emails. |
Operations
| Template | What it does | |----------|-------------| | [data-reporting/](data-reporting/) | Pull metrics from GA, Stripe, HubSpot into a single weekly report. | | [crm-entry/](crm-entry/) | Bulk-create CRM contacts from a CSV file. | | [invoice-processing/](invoice-processing/) | Extract invoices from email. Pull vendor, amount, due date. Flag overdue. |
Research & Monitoring
| Template | What it does | |----------|-------------| | [competitive-intel/](competitive-intel/) | Check competitor pricing daily. Monitor social accounts. Flag changes. | | [review-monitoring/](review-monitoring/) | Track brand mentions on Twitter, Reddit, Product Hunt. Draft responses. | | [price-monitoring/](price-monitoring/) | Track product prices across competitors. Alert on significant changes. |
Recruiting
| Template | What it does | |----------|-------------| | [candidate-sourcing/](candidate-sourcing/) | Find candidates on LinkedIn. Extract profiles. Draft recruiting messages. |
Requirements
- OpenOwl installed and connected as an MCP server
- Claude Code or any MCP-compatible AI client
- Logged into relevant accounts (LinkedIn, Gmail, etc.) in your browser
- macOS or Windows 10/11
Create your own template
- Copy any template folder
- Edit
CLAUDE.mdwith your workflow steps - Update
config.jsonwith your settings - Test with Claude Code + OpenOwl
The CLAUDE.md is what your AI reads. Be specific about what to click, what to extract, and where to save.
Contributing
PRs welcome. If you built a workflow that saves you time, share it.
- Create a folder with
CLAUDE.md,config.json,README.md - Test it end-to-end with OpenOwl
- Open a PR
Links
- OpenOwl - AI desktop automation
- Quick Setup - Install guide
- Templates Repo - This repo
- Twitter/X - Follow for updates
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mihir-kanzariya
- Source: mihir-kanzariya/openowl-templates
- License: MIT
- Homepage: https://openowl.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.