3.5k★by ashrf-in
odoo – OpenClaw Skill
odoo is an OpenClaw Skills integration for data analytics workflows. Advanced Odoo financial intelligence tool for automated accounting audits, VAT reports, cash flow analysis, and natural language financial queries.
Skill Snapshot
| name | odoo |
| description | Advanced Odoo financial intelligence tool for automated accounting audits, VAT reports, cash flow analysis, and natural language financial queries. OpenClaw Skills integration. |
| owner | ashrf-in |
| repository | ashrf-in/odoo-openclaw-skill |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @ashrf-in/odoo-openclaw-skill |
| last updated | Feb 7, 2026 |
Maintainer

name: odoo description: Advanced Odoo financial intelligence tool for automated accounting audits, VAT reports, cash flow analysis, and natural language financial queries.
Odoo Financial Intelligence
This skill enables interaction with the Odoo financial system to perform audits, generate reports, and analyze business intelligence.
Tools and Commands
The core functionality is provided by the cfo-cli (bundled in scripts/).
Core Capabilities
- Financial Summary: Get a snapshot of invoices and expenses.
- Cash Flow: Check bank balances and petty cash status.
- VAT Reporting: Calculate Output/Input VAT and net liability.
- Trend Analysis: Monthly revenue vs. spending comparisons with visualization.
- Anomaly Detection: Use AI (Gemini) or rules to find duplicate bills, missing taxes, or payment outliers.
- Natural Language Query: Ask complex questions about the financial data.
Usage
Environment Setup
The skill requires the following environment variables (stored in autonomous-cfo/.env):
ODOO_URLODOO_DBODOO_USERODOO_PASSWORDGOOGLE_API_KEY(for Gemini intelligence)
Common Workflows
1. Quick Financial Pulse
Check the last 30 days:
./scripts/cfo-cli summary --days 30
2. VAT Liability Check
./scripts/cfo-cli vat --date-from 2026-01-01 --date-to 2026-03-31
3. Monthly Trends with Charts
./scripts/cfo-cli trends --months 12 --visualize
4. Forensic Audit (AI Anomaly Detection)
./scripts/cfo-cli anomalies --ai
5. Natural Language Questions
"What was my most expensive month in 2025?"
./scripts/cfo-cli ask "What was my most expensive month in 2025?"
Delivery Guidelines
When the skill generates files (charts, reports, data exports):
- Proactive Sending: Do NOT just provide a download link. Use the
messagetool to send the file directly to the chat. - Formatting:
- Images (PNG, JPG): Send as an image with a summary caption.
- Documents (PDF, XLSX, CSV): Send as a document attachment.
- Captions: Always include a brief summary of the file's content in the message caption.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install odoo?
Run openclaw add @ashrf-in/odoo-openclaw-skill in your terminal. This installs odoo into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/ashrf-in/odoo-openclaw-skill. Review commits and README documentation before installing.
