Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

odooodoo 搜索

Agent Skill

odoo 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,972

周安装

424

GitHub Stars

3

下载量

3,494
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:odoo(odoo 搜索)
来源仓库:https://github.com/ivangdavila/odoo
安装命令:
openclaw skills install odoo
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install odoo

简介

通过模块感知规划、先读后写检查和安全执行,跨 CRM、销售、库存、采购和会计操作 Odoo。

SKILL.md

name
Odoo
slug
odoo
version
1.0.0
homepage
https://clawic.com/skills/odoo
description
Operate Odoo across CRM, sales, inventory, purchasing, and accounting with module-aware planning, read-before-write checks, and safe execution.
changelog
Turns generic Odoo help into a module-aware workflow for safer reporting, imports, integrations, and business operations.
metadata
{"clawdbot":{"emoji":"🏢","requires":{"bins":[]},"os":["linux","darwin","win32"],"configPaths":["~/odoo/"]}}

Odoo

Odoo operating workflow for live ERP systems. Use this when the agent must inspect, report on, reconcile, import, configure, or safely change data in Odoo Online, Odoo.sh, or self-hosted environments.

When to Use

Use when the task clearly belongs to Odoo: CRM, quotations, sales orders, invoices, stock moves, purchase orders, manufacturing, projects, subscriptions, or accounting. Best fit when the user needs help across modules, environments, and hosting surfaces instead of only one narrow report or one raw API call.

Use this skill to turn vague business asks into safe, module-aware actions: identify the right records, choose the right interface, preview impact, and only then write or automate.

Architecture

Memory lives in ~/odoo/. If ~/odoo/ does not exist, run setup.md. See memory-template.md for structure.

~/odoo/
├── memory.md     # companies, modules, approval boundaries, and stable preferences
├── instances.md  # instance URLs, environments, versions, and auth lanes
├── modules.md    # custom modules, renamed fields, and local conventions
└── incidents.md  # failed imports, access issues, broken automations, and recoveries

Quick Reference

Use the smallest matching file instead of mentally loading the whole ERP every time.

TopicFile
Setup guidesetup.md
Memory templatememory-template.md
Hosting surface mapsurfaces.md
Operating lanes by moduleoperations.md
Real request translationsexamples.md
Safe writes and approval laddersafety.md
Reporting and KPI scopingreporting.md
API, imports, and automation choicesintegrations.md
Common Odoo models and objectsmodels.md
Broken flow and access triagetriage.md

Requirements

  • No credentials are required to install this skill.
  • Runtime access depends on the Odoo instance, credentials, and tools the user already has.
  • Detect the hosting surface early: Odoo Online, Odoo.sh, or self-hosted changes what is possible and what is safe.
  • Prefer read-only review first, then the smallest write path that matches the job.
  • Treat custom modules, record rules, fiscal locks, and warehouse operations as part of the system design, not annoying exceptions.
  • Require explicit user confirmation before destructive writes, mass updates, imports that overwrite data, or changes to posted accounting and completed stock records.

Core Rules

1. Identify the Lane Before Touching Records

  • Classify the task first: report, operational write, configuration, import, reconciliation, integration, or upgrade triage.
  • The lane and hosting surface change the safe interface, the validation steps, and who needs to confirm.
  • If the lane is unclear, stay in discovery mode until the intent is explicit.

2. Resolve Module, Model, and Business Object Precisely

  • Name the module and underlying model before proposing fields, filters, or automations.
  • Similar nouns hide different records: lead vs opportunity, quotation vs sales order, product template vs product variant, invoice vs journal entry.
  • If custom modules or renamed fields may exist, verify them before pretending the default schema applies.

3. Preview Before Any Write

  • Preview with domains, sample rows, counts, target fields, and side effects before a write or import.
  • For bulk work, explain the selection logic, duplicate risk, and rollback path first.
  • Never move from natural-language intent straight to create, write, unlink, or import.

4. Respect Finality in Accounting, Inventory, and Procurement

  • Posted journal entries, tax locks, stock valuation, landed costs, receipts, and vendor bills have downstream consequences.
  • Prefer reversal, cancellation, compensating entry, or corrective follow-up over direct edits to finalized business documents.
  • If the user asks for a shortcut that breaks auditability, say so plainly and propose the compliant path.

5. Choose the Lowest-Risk Interface

  • Use the Odoo UI for one-off review and simple operational flows.
  • Use CSV import for structured bulk changes with reviewable input.
  • Use XML-RPC or JSON-RPC only when automation, repeatability, or cross-system orchestration justifies it.
  • Do not recommend direct database writes unless the user is doing controlled backend repair and fully understands the blast radius.

6. Scope Business Context Before Giving Numbers

  • Confirm company, timezone, currency, warehouses, fiscal period, and status filters before reporting.
  • Odoo metrics are easy to misstate because draft, canceled, backordered, and multi-company data often coexist.
  • If a dashboard answer depends on accounting policy or custom states, surface that dependency instead of hiding it.

Quick Start

  1. Detect the lane: reporting, operational change, import, config, or integration.
  2. Identify the Odoo surface: hosting model, modules involved, environment, version if known, and any customizations.
  3. Open the matching file:

- surfaces.md for Odoo Online, Odoo.sh, or self-hosted constraints - operations.md for day-to-day business flows - examples.md for fast translation from user request to lane and safe first move - reporting.md for KPIs and reconciliation - safety.md for risky writes, corrections, and approvals - integrations.md for API, import/export, and automation design - triage.md for access, module, and workflow failures

  1. Explain the impact before suggesting an operation that changes records or business state.

Default Moves

Use these defaults when the request is underspecified or when multiple Odoo paths are possible. They are not shortcuts; they are the safest first move for each common situation.

SituationFirst moveWhy
Vague business requestTranslate it into module, model, state, and output formatPrevents acting on the wrong object
Unknown hosting modelClassify as Odoo Online, Odoo.sh, or self-hosted before suggesting toolsUI, shell, logs, and API access differ sharply
Bulk updatePreview affected records, duplicates, required keys, and rollback planImports and mass writes are easy to misapply
Reporting requestLock company, period, timezone, status filters, and measuresOdoo numbers drift fast without scope
Automation requestDecide between server action, scheduled action, import, or external APIThe cheapest automation is often already inside Odoo
Access errorCheck groups, record rules, company scope, and environment firstMost "broken" actions are permissions or context
Broken inventory/accounting flowPreserve traceability, then fix upstream document or post reversalDirect edits often make audits worse

Common Traps

  • Treating every request as CRUD when the real task is business process correction
  • Mixing draft and posted documents in the same report without saying so
  • Writing against product.template when the workflow actually needs variants on product.product
  • Importing records without stable external IDs, natural keys, or duplicate handling
  • Editing completed stock or posted accounting moves directly instead of using corrective flows
  • Mixing advice for Odoo Online, Odoo.sh, and self-hosted as if all three exposed the same tools
  • Assuming standard Odoo fields when the instance has custom modules, studio fields, or renamed states
  • Recommending database surgery before exhausting safer UI, import, or API paths

External Endpoints

EndpointData SentPurpose
https://<odoo-host>/webbrowser session data chosen by the userinteractive review and manual operations
https://<odoo-host>/xmlrpc/2/commondatabase name, username, passwordauthenticate and resolve user id
https://<odoo-host>/xmlrpc/2/objectmodel names, domains, field names, record payloadsread and write records via XML-RPC
https://<odoo-host>/jsonrpcJSON-RPC payloads for auth or model callsscripted integrations when JSON-RPC is available
user-chosen export targetreport data explicitly requested by the userdeliver CSV, Excel, PDF, or downstream sync

No other external endpoints should be used unless the user asks for a specific connected system.

Security & Privacy

Data that stays local:

  • environment notes in ~/odoo/
  • known modules, company rules, and approval boundaries the user wants remembered
  • reusable operating decisions such as preferred import format or reporting defaults

Data that may touch external systems:

  • only the Odoo instance and export targets already involved in the user's task

This skill does NOT:

  • bypass approvals for destructive writes or sensitive financial corrections
  • store passwords, tokens, session cookies, or raw export payloads in memory
  • assume a production write path when a safer review path exists
  • make undeclared network requests by itself

Related Skills

Install with clawhub install <slug> if user confirms:

  • crm — customer pipeline workflows when the work is mainly around leads, deals, and sales motion
  • inventory — stock-focused operating guidance when warehouse flows become the main problem
  • accounting — accounting-first workflows for journals, reconciliation, close, and financial controls
  • powerpoint — executive summaries and deck outputs from Odoo reporting work
  • word — polished SOPs, proposals, and customer-facing documents built from Odoo context

Feedback

  • If useful: clawhub star odoo
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.08%
按下载量换算3,078

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install odoo 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills