skills$openclaw/odoo
ashrf-in3.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.

3.5k stars1.6k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameodoo
descriptionAdvanced Odoo financial intelligence tool for automated accounting audits, VAT reports, cash flow analysis, and natural language financial queries. OpenClaw Skills integration.
ownerashrf-in
repositoryashrf-in/odoo-openclaw-skill
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @ashrf-in/odoo-openclaw-skill
last updatedFeb 7, 2026

Maintainer

ashrf-in

ashrf-in

Maintains odoo in the OpenClaw Skills directory.

View GitHub profile
File Explorer
21 files
.
assets
autonomous-cfo
config
settings.json
415 B
scripts
generate_yearly_report.py
7.4 KB
src
connectors
odoo_client.py
3.2 KB
logic
finance_engine.py
3.7 KB
gemini_intelligence.py
2.8 KB
intelligence_engine.py
8.1 KB
tools
cfo_cli.py
5.6 KB
visualizer.py
1.0 KB
__init__.py
README.md
1.3 KB
requirements.txt
_meta.json
277 B
SKILL.md
2.1 KB
SKILL.md

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

  1. Financial Summary: Get a snapshot of invoices and expenses.
  2. Cash Flow: Check bank balances and petty cash status.
  3. VAT Reporting: Calculate Output/Input VAT and net liability.
  4. Trend Analysis: Monthly revenue vs. spending comparisons with visualization.
  5. Anomaly Detection: Use AI (Gemini) or rules to find duplicate bills, missing taxes, or payment outliers.
  6. 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_URL
  • ODOO_DB
  • ODOO_USER
  • ODOO_PASSWORD
  • GOOGLE_API_KEY (for Gemini intelligence)

Common Workflows

1. Quick Financial Pulse

Check the last 30 days: ./scripts/cfo-cli summary --days 30

./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):

  1. Proactive Sending: Do NOT just provide a download link. Use the message tool to send the file directly to the chat.
  2. Formatting:
    • Images (PNG, JPG): Send as an image with a summary caption.
    • Documents (PDF, XLSX, CSV): Send as a document attachment.
  3. Captions: Always include a brief summary of the file's content in the message caption.
README.md

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.