Agent skill · Security

flowhunt-skill

Automation discovery audit skill. Walks through a 5-question workflow intake, then audits Gmail/Calendar/Slack/task trackers to identify automation opportunities. Use when a user wants to discover what processes in their business can be automated.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill flowhunt-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: heyneuron
Path: skills/flowhunt-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# FlowHunt Skill — Automation Discovery Audit ## Overview FlowHunt is an automation discovery audit skill. It guides agents through a structured 5-question intake to understand the user's business context, then systematically audits connected tools (Gmail, Google Calendar, Slack, task trackers, and more) to surface concrete automation opportunities ranked by impact and effort. The skill is cross-agent: it works with Claude Code, Codex CLI, Gemini CLI, OpenCode, and any agent that accepts markdown skill files. Install: `npx skills add heyneuron/flowhunt-skill` ## When to Use This Skill - Use when the user asks "what can I automate in my business?" - Use when the user wants a workflow audit across Gmail, Calendar, Slack, or task tools - Use when starting an automation engagement and need structured discovery before recommending solutions - Use when the user says "show me automation opportunities" or "FlowHunt" ## How It Works ### Step 1: Intake — 5-Question Workflow Questionnaire Ask the user exactly these five questions, one at a time: 1. **Role & team size** — What is your role, and how many people are on your team? 2. **Top 3 repetitive tasks** — What are the three most repetitive

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Intake — 5-Question Workflow Questionnaire
  5. Step 2: Audit — Scan Connected Tools
  6. Step 3: Prioritization Matrix
  7. Step 4: Output
  8. Common Rationalizations to Reject
  9. Red Flags
  10. Limitations
  11. Verification
More from agentic-awesome-skills
All skills →
About this skill
What does the flowhunt-skill skill do?

Automation discovery audit skill. Walks through a 5-question workflow intake, then audits Gmail/Calendar/Slack/task trackers to identify automation opportunities. Use when a user wants to discover what processes in their business can be automated.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill flowhunt-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going