odoo-draft-followup

odoo-draft-followup is a command for Claude Code from Viindoo/odoo-mcp-client. It costs 55 tokens per session (2,005 once invoked), scanned C, original, MIT.

A command for drafting a follow-up email about a stalled or at-risk Odoo sales deal. Odoo is an open-source business management system that can include customer and sales records.

In plain words
What is it for?
Use it when a specific deal needs follow-up today: provide the customer label, review the risk assessment and draft, then save it after approval.
Why use it?
It helps turn deal context into a next action and an email draft without sending it automatically.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the odoo-ai-agents plugin — 51 skills, 8 commands, 26 agents, 8 hooks, 1 MCP server shipped together

Good fit Use it when a specific deal needs follow-up today: provide the customer label, review the risk assessment and draft, then save it after approval.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Viindoo/odoo-mcp-client
Claude Code
/plugin install odoo-ai-agents

Made for: Claude Code.

Or install odoo-ai-agents, the plugin that ships this one along with the rest of its 51 skills, 8 commands, 26 agents, 8 hooks, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for odoo-draft-followup

README.md
[![agentmods](https://agentmods.dev/badge/commands/viindoo/odoo-mcp-client/odoo-draft-followup/github.svg)](https://agentmods.dev/commands/viindoo/odoo-mcp-client/odoo-draft-followup)
Your own site
<a href="https://agentmods.dev/commands/viindoo/odoo-mcp-client/odoo-draft-followup"><img src="https://agentmods.dev/badge/commands/viindoo/odoo-mcp-client/odoo-draft-followup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for odoo-draft-followup

Your own site · 80×15
<a href="https://agentmods.dev/commands/viindoo/odoo-mcp-client/odoo-draft-followup"><img src="https://agentmods.dev/badge/commands/viindoo/odoo-mcp-client/odoo-draft-followup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,005 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.02005
Opus 5 $0.00028 $0.01002
Sonnet 5 $0.00011 $0.00401
Haiku 4.5 $0.00006 $0.00200

Measured 10d ago against content hash 5475686de31d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade C, and why

odoo-draft-followup scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

find <ISOLATE_DIR>/followups/ -maxdepth 1 -type f -name '*.md' -mmin +43200 -exec rm -rf {} +
plugins/odoo-ai-agents/commands/odoo-draft-followup.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/odoo-draft-followup

Single-purpose slash command for sales follow-up email drafting. Chains the odoo-deal-followup skill with an explicit save-to-file step, gating on user approval before writing to disk.

When to use

Invoke when you have a stalled or at-risk deal and need a follow-up email today. The skill analyzes deal context, assesses risk, suggests a next-best action, then drafts an email for review before sending.

Type: /odoo-draft-followup [customer-label]

Optional: supply customer label on the command line (e.g., Customer A). If omitted, the command will prompt you for it.

Hard rules

  • Deal context is a request input: CRM metadata and pipeline rules arrive in the request itself (orchestrator structured data, or the sales user stating them). Nothing on disk stores them - do not go looking for a file. Resolve <SHARE_DIR>/<ISOLATE_DIR> once per ${CLAUDE_PLUGIN_ROOT}/snippets/state-root-resolution.md before writing the draft; substitute the captured absolute path - never write the placeholder or a bare .odoo-ai/ into a Read/Write/Edit. When a fact about the customer's Odoo deployment matters, resolve the series per ${CLAUDE_PLUGIN_ROOT}/snippets/project-facts-resolution.md.
  • Use what the caller already gave, then ask only for gaps: deal details are usually already in the request. Never make a human retype what is present. Optionally enrich from a live CRM/ERP/email integration if one exists - but never assume one; this command must work for an agent with only the request text and local files. Ask only for fields still unresolved:
    • Customer label or short name (e.g., "ABC Manufacturing")
    • Last touch date - only if not already provided
    • Current pipeline stage - only if not already provided
    • Prior commitments or blockers (e.g., "waiting on PO", "evaluating competing offer")
  • Gate before saving: Display the drafted email to the user. Explicitly ask: "Email draft OK? (approve / refine: [feedback] / cancel)" - the PLAN gate set (${CLAUDE_PLUGIN_ROOT}/snippets/planning-gate-contract.md). Do not write to disk unless the user confirms "approve".
  • No auto-send: This command only drafts. It does not send email, update CRM systems, or trigger workflows.

Read the full file on GitHub · 123 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 123 lines · 55 tokens per session scan C 5475686de31d

Subscribe to this mod's changes

odoo-draft-followup is a command published in the GitHub repository Viindoo/odoo-mcp-client (7 stars, last pushed 3d ago), licensed MIT. It adds 55 tokens to every session and 2,005 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.