Skip to main content

odoo

Advanced Odoo financial intelligence tool for automated accounting audits, VAT reports, cash flow analysis, and natural language financial queries.

跳到安装

来源信息

仓库
RunnerQuan/SAFE-Agent
最近来源活动
2026年3月30日 04:33
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
15 个文件

正在显示 SKILL.md

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` #### 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): 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.
在 GitHub 查看