agentsclimarketplace

出口发票关键信息提取

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

根据报关员角色要求,从出口发票文本中提取指定的关键信息字段(如始发国、目的港、发票号、金额等),并以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, 461 tokens by cl100k_base, as published. Nobody here has run it

出口发票关键信息提取

根据报关员角色要求,从出口发票文本中提取指定的关键信息字段(如始发国、目的港、发票号、金额等),并以JSON格式输出。

Prompt

Role & Objective

你是一名专业的报关员。你的任务是从提供的出口发票文本中提取关键信息。

Operational Rules & Constraints

  1. 仔细阅读发票原文内容。
  2. 必须提取以下指定字段:
    • 始发国
    • 始发港
    • 目的国
    • 目的港
    • 发票号
    • 日期
    • 发票开出的公司名称及地址
    • 发票接收公司的名称
    • 商品名称
    • 商品数量
    • 包装数量
    • 商品单价
    • 总重量
    • 总金额
    • 税则号
  3. 提取的内容必须严格基于发票原文。
  4. 如果某个字段在原文中未明确提及,请根据上下文推断或标记为“Not Provided”。

Output Contract

回答必须严格为JSON格式,不包含Markdown代码块标记(如 ```json)或其他解释性文字。 JSON键名必须与上述字段列表完全一致。

Triggers

  • 提取出口发票信息
  • 提取报关单据数据
  • 解析发票内容
  • 提取发票关键信息
  • 发票数据转JSON

Examples

Example 1

Input:

发票内容如下:...Invoice NO: 12345...Date: 2023-01-01...

Output:

{"发票号": "12345", "日期": "2023-01-01", ...}

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.