AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Openowl Templates

mcp-mihir-kanzariya-openowl-templates · by mihir-kanzariya

Pre-built automation workflows for OpenOwl + Claude Code. Clone, configure, run.

No reviews yet
0 installs
21 views
0.0% view→install

Install

$ agentstack add mcp-mihir-kanzariya-openowl-templates

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-mihir-kanzariya-openowl-templates)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Openowl Templates? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Copy any template folder
  2. Edit CLAUDE.md with your workflow steps
  3. Update config.json with your settings
  4. 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.

  1. Create a folder with CLAUDE.md, config.json, README.md
  2. Test it end-to-end with OpenOwl
  3. Open a PR

Links

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.