跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Extract Invoices To Spreadsheet

技能 活跃

Extract structured data from multiple invoice PDFs in one call, then pipe the results directly into an XLSX accounts payable tracker.

目的

To automate the tedious process of manually entering invoice details into a spreadsheet for accounts payable tracking, saving time and reducing errors.

功能

  • Extract structured data from multiple PDF invoices in a single call.
  • Generate an XLSX accounts payable tracker from extracted data.
  • Supports customization of invoice fields and spreadsheet formatting.
  • Provides example implementations in multiple programming languages.

使用场景

  • Automating accounts payable data entry.
  • Consolidating invoice information into a single tracker.
  • Streamlining the invoice approval workflow.
  • Processing bulk invoice data for financial reporting.

非目标

  • Performing invoice approval or payment processing.
  • Validating invoice data against external systems.
  • Handling non-PDF invoice formats.
  • Replacing dedicated accounting software.

Documentation

  • info:Configuration & parameter referenceThe prerequisites mention an API key but do not detail how it's provided to the script or tool, and the example code uses a placeholder API key.

Security

  • warning:Secret ManagementThe example scripts use a placeholder 'YOUR_API_KEY' and hardcoded URLs, which is not secure for production use. The API key should be managed via environment variables or a secure configuration.

Versioning

  • warning:Release ManagementThere is no versioning declared in the SKILL.md frontmatter, package.json, or GitHub releases, and installation instructions point to 'main'.

Code Execution

  • info:ValidationThe schema for document extraction is defined, but explicit validation of file paths or URL formats is not detailed in the provided scripts.
  • info:Error HandlingThe example scripts show basic error handling with `panic` or `panic(err)`, but lack structured error reporting with retryable status or hints.

Install

  • warning:Installation instructionThe README provides installation instructions for the marketplace plugin but lacks clear, copy-pasteable end-to-end examples for the specific invoice extraction and spreadsheet generation workflow, beyond the code snippets in SKILL.md.

Errors

  • info:Actionable error messagesThe example scripts use basic error handling, but do not provide detailed, actionable error messages with remediation steps for user-facing issues.

Practical Utility

  • info:Edge casesThe SKILL.md mentions API usage and error handling in the context of the Integration Guide, but does not explicitly detail failure modes for the invoice extraction or sheet generation specific to this skill.

安装

请先添加 Marketplace

/plugin marketplace add iterationlayer/skills
/plugin install skills@iterationlayer-skills

质量评分

75 /100
about 24 hours ago 分析

信任信号

最近提交16 days ago
星标0
许可证MIT
状态
查看源代码