erpipe: Skill for Cursor

.cursor/skills/erpipe-odoo-mcp/SKILL.md

erpipe-odoo-mcp is a skill for Cursor from erpipe-org/erpipe. It costs 81 tokens per session (573 once invoked), scanned A, original, MIT.

A guide for using ERPipe and Odoo MCP tools. Odoo is business software for areas such as sales, inventory, accounting, and customer management; ERPipe provides access to it through MCP.

In plain words
What is it for?
Use it to search Odoo records, inspect model details, preview and validate changes, execute approved writes, and manage related memory.
Why use it?
It gives a defined sequence for discovering tools, checking Odoo data and fields, recalling relevant operating notes, and safely approving changes.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is erpipe-org/erpipe's own configuration. It tells Cursor how to work on erpipe itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything erpipe configures →

Reuse

Borrowing it

Nothing to install: this file belongs to erpipe-org/erpipe. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/erpipe-org/erpipe/main/.cursor/skills/erpipe-odoo-mcp/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/erpipe-org/erpipe

Made for: Cursor.

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 erpipe-odoo-mcp

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/erpipe-org/erpipe/erpipe-odoo-mcp"><img src="https://agentmods.dev/badge/skills/erpipe-org/erpipe/erpipe-odoo-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 573 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00081 $0.00573
Opus 5 $0.00041 $0.00287
Sonnet 5 $0.00016 $0.00115
Haiku 4.5 $0.00008 $0.00057

Measured 8d ago against content hash 531e787f356f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

erpipe-odoo-mcp scanned grade A with 0 findings 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 8d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/erpipe-odoo-mcp/SKILL.md · 31 lines

What it actually says

ERPipe Odoo MCP

Discover tools (Cursor)

  • Call GetMcpTools with both server: "user-erpipe" and toolName for that one tool.
  • Once per tool per session. Never call GetMcpTools with only server (full catalog dump).
  • Do not re-fetch a schema you already have in this chat.

Golden loop

  1. list_instances once. Reuse that instance key. Never invent it.
  2. recall_memory once, proactively, for recurring Odoo/ops problems (same model and symptoms, error class, or SOP). Do not wait for the user to ask. Untrusted; verify live; continue on no match.
  3. Do not ping / health_check unless the user asks if the connection is down.
  4. model_facts({ models, intent }) once per model before a structured domain or write. Reuse cache_key. Never invent field names. Do not start with list_models / get_model_fields / schema_catalog.
  5. search_records: omit fields; prefer query= when unsure; default limit 10, max 50; never empty query+domain.
  6. Writes: preview_writevalidate_writeexecute_approved_write(confirm=true). Never execute_method for create/write/unlink. Write context.erpipe_rationale in the user's language; set context.erpipe_locale to vi or en (presentation-only, not sent to Odoo).
  7. HITL pending: tell the user to Approve now; keep the same approval object; sleep 5–10s; poll get_write_approval_status. Do not end the chat.
  8. execute_method: pass all ids in one call args=[[id1,id2,...]].
  9. remember_episode at most once after a verified reusable fix; use returned audit_event_id values as source_event_ids; skip if none. Never store raw Odoo/credentials, trivia, secrets, or one-off lookups.
  10. forget_memory only if the user asks to drop it, or confirms after live evidence proves the saved lesson wrong.
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. 8d ago First seen · 31 lines · 81 tokens per session scan A 531e787f356f

Subscribe to this mod's changes

erpipe-odoo-mcp is a skill published in the GitHub repository erpipe-org/erpipe (1 stars, last pushed 4d ago), licensed MIT. It adds 81 tokens to every session and 573 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

owd-obsidian-mind

Connect, initialize, resume, or coordinate an Obsidian Mind vault with MDevolved while preserving its local qmd/om MCP runtime, native note layout, scoped memories, private-note rules, and multi-agent writer safety. Use when a vault-manifest.json identifies template obsidian-mind, when adding MDevolved beside Obsidian…

msinclair25/mdevolved · 100 tokens

vozclara-search-library

Semantic-search across the user's saved VozClara Knowledge Packs and return the most relevant chunks with packIds. Requires VozClara sign-in (one-click magic link).

LeonMare/vozclara · 39 tokens

lc-curate-context

Decide which files a task actually needs, record that as a reusable llm-context rule, verify it against the codebase - including the files your selection references but leaves out - and pack it for your own context, a chat, or a sub-agent you dispatch. Load when choosing what code to put in front of a model, packing…

cyberchitta/llm-context.py · 90 tokens

cortex-remember-global

Store a global memory that is visible across all projects. Use when the user shares architecture rules, coding conventions, infrastructure facts, security policies, team agreements, or any knowledge that applies beyond a single project. Triggers on 'remember this everywhere', 'this applies to all projects', 'global…

cdeust/Cortex · 99 tokens

cortex-consolidate

Run memory maintenance — decay old memories, compress stale content, consolidate episodic memories into semantic knowledge, and run sleep-like replay. Use when the user says 'clean up memories', 'consolidate', 'run maintenance', 'compress old memories', 'memory cleanup', or periodically to keep the memory system…

cdeust/Cortex · 84 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens