一键导入
vendor-verification
Verify whether vendors/merchants from expense records are real, registered business entities by querying the free Wikidata open API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify whether vendors/merchants from expense records are real, registered business entities by querying the free Wikidata open API.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guides the agent on how to handle git operations and generate .patch files instead of submitting PRs.
Guides the agent on how to read and search GitHub issues to understand the repository's problems.
Records and appends every user-agent customer support interaction to the memory.md log in the workspace.
Scans a website deeply, converting HTML pages to markdown, respecting robots.txt, and updating the snapshots log.
Exposes a 100% local, offline PDF batch extraction utility (extract_to_markdown.py) that isolates invoices under invoices/ and translates PDFs into clean Markdown files for LLM-native parsing.
Reconcile loaded expenses against the pre-parsed invoice database, flagging discrepancies like amount mismatches, missing invoices, and merchant mismatches locally.
| name | vendor-verification |
| description | Verify whether vendors/merchants from expense records are real, registered business entities by querying the free Wikidata open API. |
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.
python3 skills/vendor-verification/scripts/verify_vendors.py --workspace .agents/workspace
| Argument | Default | Description |
|---|---|---|
--workspace | .agents/workspace | Workspace directory containing expenses.csv or reconciliation_data.json |
.agents/workspace/reconciliation_data.json (if available from a prior reconciliation run) or directly from .agents/workspace/expenses.csv.https://www.wikidata.org/w/api.php?action=wbsearchentities&search={merchant_name}&language=en&format=jsonQ95)..agents/workspace/vendor_verification_report.md with:
.agents/workspace/vendor_verification_data.json containing the structured JSON results.| File | Path | Description |
|---|---|---|
| Verification Report | .agents/workspace/vendor_verification_report.md | Human-readable markdown report listing verified and unverified merchants with official descriptions. |
| Verification Data | .agents/workspace/vendor_verification_data.json | Structured JSON containing merchant verification statuses, descriptions, and Wikidata entity URIs. |