vendor-verification

tarafından google-gemini

Gider kayıtlarındaki satıcıların/ticari işletmelerin, ücretsiz Wikidata açık API'sini sorgulayarak gerçek ve kayıtlı tüzel kişiler olup olmadığını doğrulayın.

npx skills add https://github.com/google-gemini/gemini-managed-agents-templates --skill vendor-verification

Vendor Verification

Verify whether merchants or vendors from expense records are real, registered business entities by querying the free, open Wikidata API (no key required). This skill helps identify potentially fraudulent or unverified merchants.

Embedded Script

python3 skills/vendor-verification/scripts/verify_vendors.py --workspace .agents/workspace

Arguments

ArgumentDefaultDescription
--workspace.agents/workspaceWorkspace directory containing expenses.csv or reconciliation_data.json

What it does

  1. Loads expense records from .agents/workspace/reconciliation_data.json (if available from a prior reconciliation run) or directly from .agents/workspace/expenses.csv.
  2. Identifies all unique vendor/merchant names.
  3. For each unique merchant, queries the free Wikidata Entity Search API: https://www.wikidata.org/w/api.php?action=wbsearchentities&search={merchant_name}&language=en&format=json
  4. Analyzes the search results:
    • Verified: If a matching entity exists on Wikidata. Extracts the description (e.g. “American multinational technology company”) and entity ID (e.g., Q95).
    • Unverified: If no match is found on Wikidata.
  5. Generates .agents/workspace/vendor_verification_report.md with:
    • Verification summary statistics.
    • A detailed status table for all unique vendors.
    • Flagged unverified vendors requiring secondary research.
  6. Generates .agents/workspace/vendor_verification_data.json containing the structured JSON results.

Licensing & Usage

  • This skill queries Wikidata, which is licensed under Creative Commons CC0 1.0 Universal Public Domain Dedication.
  • It is 100% free of charge, requires no API token/key, has no commercial restrictions, and requires no attribution.

Output

FilePathDescription
Verification Report.agents/workspace/vendor_verification_report.mdHuman-readable markdown report listing verified and unverified merchants with official descriptions.
Verification Data.agents/workspace/vendor_verification_data.jsonStructured JSON containing merchant verification statuses, descriptions, and Wikidata entity URIs.

google-gemini tarafından daha fazla skill

greeter
google-gemini
Dostça bir karşılama becerisi
official
code-reviewer
google-gemini
Yerel değişiklikler ve uzak pull request'ler için otomatik kod incelemesi; doğruluk, bakım kolaylığı ve güvenlik açısından yapılandırılmış analiz sunar. Hem yerel dosya sistemi değişikliklerini (aşamalı ve aşamasız) hem de otomatik GitHub CLI checkout ile uzak PR'ları (numara veya URL ile) destekler. Kodu yedi boyutta analiz eder: doğruluk, bakım kolaylığı, okunabilirlik, verimlilik, güvenlik, uç durum yönetimi ve test kapsamı. İsteğe bağlı ön doğrulama test paketlerini (ör. npm run preflight) çalıştırarak...
official
review-duplication
google-gemini
Kod incelemeleri sırasında, kod tabanında yinelenen işlevsellik, yeniden icat edilmiş tekerlekler veya mevcut yapıların yeniden kullanılmaması durumlarını proaktif olarak araştırmak için bu beceriyi kullanın.
official
reconciliation
google-gemini
Yüklenen giderleri önceden ayrıştırılmış fatura veritabanıyla mutabakat sağlayarak, tutar uyuşmazlıkları, eksik faturalar ve tüccar uyuşmazlıkları gibi farklılıkları işaretler…
official
agent-tui
google-gemini
Main Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications…
official
async-pr-review
google-gemini
Kullanıcı asenkron bir PR incelemesi başlatmak, bir PR üzerinde arka plan kontrolleri yapmak veya daha önce başlatılmış bir asenkron PR’nin durumunu kontrol etmek istediğinde bu yeteneği tetikleyin…
official
ci
google-gemini
Gemini CLI için yüksek performanslı, hızlı başarısız olma özelliği sunan özel bir beceri
official
critique
google-gemini
Depo betiklerini ve GitHub Actions iş akışlarını denetleme ve düzeltme konusunda uzmanlık, teknik sağlamlık ve güvenlik sağlar.
official