evo-reference-data-loader

SkillFiles & storage

Loads and normalizes vendor master data from Excel and purchase order data from CSV into Python dictionaries for lookup operations.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the evo-reference-data-loader skill

What this skill tells your AI

The instructions your AI receives, as published by openlair/openskill in tasks-evolved/invoice-fraud-detection/environment/skills/evo-reference-data-loader/SKILL.md and read by ahel’s review.

Loads reference data for fraud detection.

Key Functions

  • load_vendor_database(excel_path) - Returns {vendor_id: {"name": name, "iban": iban}}
  • load_po_database(csv_path) - Returns {po_number: {"vendor_id": vid, "amount": float}}

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-reference-data-loader/scripts')
from utils import load_vendor_database, load_po_database

vendors = load_vendor_database('/root/vendors.xlsx')
pos = load_po_database('/root/purchase_orders.csv')

Signals

GitHub stars
91
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
evo-reference-data-loader
Source
github.com/openlair/openskill