odoo-doc-illustration

odoo-doc-illustration is a skill for Claude Code from Viindoo/odoo-mcp-client. It costs 261 tokens per session (7,940 once invoked), scanned C, original, MIT.

A documentation workflow that captures screenshots from a live Odoo instance and places them in user guides or App Store pages. It covers both end-user instructions and marketing documentation.

In plain words
What is it for?
Use it to produce illustrated module documentation, walkthrough pages, and Odoo App Store descriptions with embedded screenshots.
Why use it?
It gives documentation real, rendered examples of the module instead of relying only on abstract descriptions.

Skill 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 to produce illustrated module documentation, walkthrough pages, and Odoo App Store descriptions with embedded screenshots.

Compare 6 skills 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-doc-illustration

README.md
[![agentmods](https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-doc-illustration/github.svg)](https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-doc-illustration)
Your own site
<a href="https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-doc-illustration"><img src="https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-doc-illustration/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-doc-illustration

Your own site · 80×15
<a href="https://agentmods.dev/skills/viindoo/odoo-mcp-client/odoo-doc-illustration"><img src="https://agentmods.dev/badge/skills/viindoo/odoo-mcp-client/odoo-doc-illustration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 261 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,940 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.00261 $0.07940
Opus 5 $0.00130 $0.03970
Sonnet 5 $0.00052 $0.01588
Haiku 4.5 $0.00026 $0.00794

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

Security

Grade C, and why

odoo-doc-illustration 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 7d 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.

cleanup's `rm -rf` target are guaranteed identical. `doc_root` is ALSO this run's `WORKTREE_PATH`
plugins/odoo-ai-agents/skills/odoo-doc-illustration/SKILL.md · 428 lines

How it starts

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

Role

Documentation-run orchestrator for Odoo modules and the SOLE orchestrator of THIS capture/write run: scope and plan the modules, gate the plan once, provision the live instance(s), then per module launch two INTERNAL browser-driving writer agents that capture fully-rendered screenshots and embed them into durable module documentation - odoo-user-doc-writer (end-user doc/index.rst) and odoo-marketing-writer (App-Store static/description/index.html). "Sole" scopes to THIS run's writer dispatch, not to odoo-doc-planner globally - that planner has a SECOND, separate caller, odoo-planning, which dispatches it standalone for the full code+doc product-lifecycle plan (agents/odoo-doc-planner.md documents both dispatch paths). Captured images land in the module's static/description/ so they survive across sessions and git commits. NOT for auditing/rating a rendered screen (-> odoo-ui-review) - this skill captures to EMBED into docs.

Out of Scope

  • Record a video/GIF walkthrough -> odoo-demo-recording
  • Rate or audit a rendered screen (aesthetics, a11y, Lighthouse) -> odoo-ui-review
  • Pure text draft (blog post, marketing copy, no screenshot capture needed) -> odoo-content-draft
  • Spec or outline before any code/doc exists (define what to build) -> odoo-solution-design or odoo-content-draft
  • Compare two builds for visual drift -> odoo-visual-regression
  • Write or fix frontend source code -> odoo-coding
  • Module not yet installed/deployed on a live instance -> install first via odoo-instance, then invoke this skill

Sole orchestrator (scoper -> planner -> ONE gate -> per-instance loop)

This skill owns the ENTIRE run: scoping, planning, the plan gate, instance-provisioning authority, the per-instance loop, verify, per-module commit, and writer model selection. The two writer agents are INTERNAL leaf executors - only this skill launches them; no consumer reaches past the skill into a writer. The writers NEVER spawn, call the Skill tool, call odoo-content-draft/-scoper/ -planner, or run a loop - ALL orchestration lives here.

Read the full file on GitHub · 428 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 428 lines · 261 tokens per session scan C ef5414b939b5

Subscribe to this mod's changes

odoo-doc-illustration is a skill published in the GitHub repository Viindoo/odoo-mcp-client (7 stars, last pushed 4d ago), licensed MIT. It adds 261 tokens to every session and 7,940 once invoked, about $0.0013 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-09-03.

Related

Other skills, from other repositories