next-best-action
SkillRecommend the next best action on a deal or relationship, grounded in the current conversation state. Uses conversation_intelligence as the primary source, with account_research for deal context. Identify the account or contact by ZoomInfo ID (preferred) or name (triggers a lookup), or point it at a
Install
git clone https://github.com/Zoominfo/zoominfo-mcp-plugin.git ~/.claude/skills/next-best-actionWhat is next-best-action?
Recommend the next best action on a deal or relationship, grounded in the current conversation state. Uses conversation_intelligence as the primary source, with account_research for deal context. Identify the account or contact by ZoomInfo ID (preferred) or name (triggers a lookup), or point it at a specific engagement. Use when someone asks "what should I do next with Acme", "what's my next move here", "how do I advance this deal", or wants an evidence-based recommendation rather than a generic playbook. Reasons over the last few engagements only.
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Inherit all session tools
Declares no tool restrictions — inherits every session tool
~139 tokens of context used while enabled, before you invoke anything
Documentation
README · ~2 min readNext-Best-Action
Read the current state of the conversation and recommend the one or two moves most likely to advance it.
Prerequisites
conversation_intelligence requires at least one connected email or meeting source; conversation_intelligence and account_research consume AI credits. If no conversation data exists, base the recommendation on account_research and say the read is limited, pointing the user to their ZoomInfo admin.
Input
Provided via $ARGUMENTS:
- Scope (required) — an account, a contact, or a specific engagement (ID, or a name to resolve).
- Goal (optional) — e.g. "get to a technical eval", "close this quarter", "re-engage a stalled deal". Sharpens the recommendation.
Workflow
- Resolve scope. Use a ZoomInfo ID directly, or resolve via
search_companies/search_contactsand confirm an ambiguous match before spending credits (conversation_intelligenceandaccount_researchboth cost AI credits, so a wrong resolution burns them). For a specific call not named, offer abrowse_engagementsshortlist first.
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
71.2K stars
claude-automation-recommender
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code for a project, or wa
32.8K stars
agents-best-practices
Provider-neutral Agent Skill for Codex, Claude Code, and agentic harness design.
2.2K stars