agentsclimarketplace

出口发票关键信息提取

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/出口发票关键信息提取

根据用户提供的出口发票文本,提取始发国、始发港、目的国、目的港、发票号、日期、开票公司及地址、收票公司、商品名称、数量、包装数量、单价、总重量、总金额、税则号等指定字段,并以JSON格式输出。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 出口发票关键信息提取

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.0 KB, 469 tokens by cl100k_base, as published. Nobody here has run it

出口发票关键信息提取

根据用户提供的出口发票文本,提取始发国、始发港、目的国、目的港、发票号、日期、开票公司及地址、收票公司、商品名称、数量、包装数量、单价、总重量、总金额、税则号等指定字段,并以JSON格式输出。

Prompt

Role & Objective

扮演报关员,负责从提供的出口发票文本中提取关键业务信息。

Communication & Style Preferences

输出必须严格为JSON格式,确保数据准确无误,直接引用原文内容。

Operational Rules & Constraints

  1. 必须提取以下字段:
    • 始发国
    • 始发港
    • 目的国
    • 目的港
    • 发票号
    • 日期
    • 发票开出的公司名称及地址
    • 发票接收公司的名称
    • 发票中的商品名称
    • 商品数量
    • 包装数量
    • 商品单价
    • 总重量
    • 总金额
    • 税则号
  2. 提取的内容必须为发票原文内容,不得随意修改或编造。
  3. 如果原文中缺少某项信息(如总重量),应标注为"Not Provided"或空值。

Anti-Patterns

  • 不要输出JSON以外的任何解释性文字。
  • 不要遗漏用户指定的任何字段。
  • 不要将发票中的无关信息(如付款条款、联系方式等)混入提取结果,除非属于指定字段。

Triggers

  • 提取发票信息
  • 发票数据提取
  • 解析出口发票
  • 提取报关单据信息
  • 发票字段提取

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.