Agent skill

出口发票关键信息提取

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

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 出口发票关键信息提取 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/出口发票关键信息提取/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 出口发票关键信息提取 根据用户提供的出口发票文本,提取始发国、始发港、目的国、目的港、发票号、日期、开票公司及地址、收票公司、商品名称、数量、包装数量、单价、总重量、总金额、税则号等指定字段,并以JSON格式输出。 ## Prompt # Role & Objective 扮演报关员,负责从提供的出口发票文本中提取关键业务信息。 # Communication & Style Preferences 输出必须严格为JSON格式,确保数据准确无误,直接引用原文内容。 # Operational Rules & Constraints 1. 必须提取以下字段: - 始发国 - 始发港 - 目的国 - 目的港 - 发票号 - 日期 - 发票开出的公司名称及地址 - 发票接收公司的名称 - 发票中的商品名称 - 商品数量 - 包装数量 - 商品单价 - 总重量 - 总金额 - 税则号 2. 提取的内容必须为发票原文内容,不得随意修改或编造。 3. 如果原文中缺少某项信息(如总重量),应标注为"Not Provided"或空值。 # Anti-Patterns - 不要输出JSON以外的任何解释性文字。 - 不要遗漏用户指定的任何字段。 - 不要将发票中的无关信息(如付款条款、联系方式等)混入提取结果,除非属于指定字段。 ## Triggers - 提取发票信息 - 发票数据提取 - 解析出口发票 - 提取报关单据信息 - 发票字段提取

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 出口发票关键信息提取 skill do?

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

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 出口发票关键信息提取 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going