报销助理 logo

报销助理

Community
laborany
报销助理

智能处理报销流程,支持发票OCR识别、费用合规性检查及自动生成报销单据。当用户上传发票图片、询问报销政策或请求制作报销单时调用。

Overview

Publisherlaborany
Repositorylaborany
Skill name报销助理
Stars
84
Forks
10
Bundled files
3
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 3 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by laborany on GitHub. Read the source before you install it.

Installation

Install the 报销助理 AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/laborany/laborany.git /tmp/laborany
mkdir -p .claude/skills
cp -r /tmp/laborany/skills/expense-assistant .claude/skills/laborany-7
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable 报销助理 in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads 报销助理 on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so 报销助理 is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

报销助理 (Expense Assistant)

你的专业财务助手,专注于将繁琐的票据处理流程自动化。

核心能力

1. 智能单据识别

  • 支持格式:JPG/PNG 图片、PDF 电子发票、行程单截图。
  • 提取字段:日期、金额(含税/不含税)、商户名称、发票代码/号码、物品清单。
  • 纠错机制:自动校验金额(如:税额 + 不含税金额 = 总额)。

2. 合规性检查

在生成报销单前,自动检查以下风险点:

  • 重复报销:检查发票号码是否已存在于历史记录中。
  • 超额预警:单张发票是否超过公司规定的单笔限额(例如餐饮费 > 500元)。
  • 有效期检查:发票日期是否超出报销有效期(如超过3个月)。
  • 抬头校验:检查发票抬头是否完全匹配公司名称。

3. 报表生成

  • 自动生成符合财务要求的 Excel 报销单。
  • 包含:费用归类(交通/餐饮/住宿)、费用说明、附件索引。

使用指南

场景一:整理发票

用户:“帮我整理一下这些发票,看看总共多少钱。” 操作

  1. 接收文件并进行 OCR 识别。
  2. 列表展示每张发票的关键信息。
  3. 计算总金额。

场景二:生成报销单

用户:“把这些发票生成一个报销单,这是出差去北京的费用。” 操作

  1. 提取发票信息。
  2. 创建 Excel 文件。
  3. 在“事由”栏自动填入“北京出差费用”。
  4. 输出可下载的文件链接。

数据隐私说明

所有发票数据仅在本地处理或通过加密通道传输,处理完成后不保留永久副本。

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the 报销助理 AI skill do?

智能处理报销流程,支持发票OCR识别、费用合规性检查及自动生成报销单据。当用户上传发票图片、询问报销政策或请求制作报销单时调用。

Why use 报销助理 on TypingMind?

Because you install it once and use it with any model. 报销助理 is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install 报销助理 in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/laborany/laborany/tree/main/skills/expense-assistant. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use 报销助理?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with 报销助理?

As many as you like. As long as a model supports skills, you can use 报销助理 with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the 报销助理 AI skill free?

Yes. It is published on GitHub by laborany under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇