Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add actinon-com/brass-monkey --skill odoo-crmgit clone --depth 1 https://github.com/actinon-com/brass-monkeyWrote 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.
[](https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-crm)<a href="https://agentmods.dev/skills/actinon-com/brass-monkey/odoo-crm"><img src="https://agentmods.dev/badge/skills/actinon-com/brass-monkey/odoo-crm.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.00399 |
| Opus 5 | $0.00015 | $0.00199 |
| Sonnet 5 | $0.00006 | $0.00080 |
| Haiku 4.5 | $0.00003 | $0.00040 |
Grade A, and why
odoo-crm 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.
What it actually says
Skill: Odoo CRM & Pipeline Management
This skill provides the agent with high-level functional expertise in Odoo's CRM engine, covering Lead qualification, Opportunity management, and Activity tracking.
Core Mandates
1. The Unified Model (crm.lead)
Odoo uses a single model to represent the entire pre-sales lifecycle.
- Leads: Unqualified contacts. Set
type: 'lead'. Typically have no linkedpartner_id. - Opportunities: Qualified deals. Set
type: 'opportunity'. MUST be linked to apartner_id.
2. Pipeline Stages
The Kanban pipeline is defined by Stages (crm.stage).
- Stage Movement: Updating
stage_idoften triggers an automatic update to theprobability. - Won/Lost: Marking a lead as Won sets
probability: 100.0. Marking as Lost requires alost_reason_id.
3. Conversion Policy
When transitioning a Lead to an Opportunity:
- Duplicate Prevention: ALWAYS search for existing
res.partnerrecords by email or phone before creating a new one. - Linking: If a match is found, link the existing partner to the opportunity.
4. Activity-Driven Workflow
Use Activities (mail.activity) to schedule follow-ups.
- Mandate: Every active opportunity should have at least one upcoming activity.
- Tracking: Use the
my_activity_date_deadlinefield to prioritize your attention.
Available Resources
crm-logic.md: Deep-dive into Lead generation, Probabilities, and Won/Lost workflows.crm-fields.json: Dense technical map of fields for Lead, Stage, Team, and Lost Reason models.
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.
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.
- 8d ago First seen · 34 lines · 30 tokens per session scan A 10f4bc02e397
odoo-crm is a skill published in the GitHub repository actinon-com/brass-monkey (2 stars, last pushed yesterday), licensed MIT. It adds 30 tokens to every session and 399 once invoked, about $0.0002 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.
Other skills, from other repositories
spec-kitty-mission-system
Understand how Spec Kitty missions work: the 4 built-in mission types, how they define workflows via step contracts and action indices, how missions and work packages relate, how templates are resolved through the 6-tier chain, and how doctrine artifacts (procedures, tactics, directives) compose mission behavior.…
spec-kitty-runtime-review
Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only…
spk-run-verdict-capture
Set a Spec Kitty work-package review verdict through the deterministic event-log seam, so every agent harness records approve/reject the same way.
spk-run-implement-review
Orchestrate Spec Kitty work-package implementation and review loops until all packages are done, approved, or correctly rejected.
spk-team-sync
Operate Spec Kitty tracker sync (sync pull/sync push/sync run for local providers) and hosted SaaS-backed mission data.
spk-admin-dashboard
Open or report the Spec Kitty dashboard. Use for dashboard URL, localhost daemon metadata in .kittify/.dashboard, --open, --kill, or status views.