expenses-audit

expenses-audit is a skill for Claude Code from kylin985ti/china-accounting-skills. It costs 69 tokens per session (2,178 once invoked), scanned A, original, MIT.

An audit guide for checking sales, administrative, and finance expenses under Chinese accounting rules. It covers whether expenses are real, complete, correctly classified, accurately recorded, and assigned to the right period.

In plain words
What is it for?
Use it to review monthly expense trends, compare expenses with revenue and budgets, check samples and supporting documents, test period cutoffs, and check that all required expenses are recorded.
Why use it?
It helps find missing expenses, personal spending mixed with business costs, incorrect categories, unsupported payments, and expenses recorded in the wrong period.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the china-accounting plugin — 25 skills shipped together

Good fit Use it to review monthly expense trends, compare expenses with revenue and budgets, check samples and supporting documents, test period cutoffs, and check that all required expenses are recorded.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kylin985ti/china-accounting-skills/expenses-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kylin985ti/china-accounting-skills --skill expenses-audit
Clone the repo
git clone --depth 1 https://github.com/kylin985ti/china-accounting-skills

Made for: Claude Code.

Or install china-accounting, the plugin that ships this one along with the rest of its 25 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for expenses-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/expenses-audit/github.svg)](https://agentmods.dev/skills/kylin985ti/china-accounting-skills/expenses-audit)
Your own site
<a href="https://agentmods.dev/skills/kylin985ti/china-accounting-skills/expenses-audit"><img src="https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/expenses-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for expenses-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/kylin985ti/china-accounting-skills/expenses-audit"><img src="https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/expenses-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,178 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.02178
Opus 5 $0.00034 $0.01089
Sonnet 5 $0.00014 $0.00436
Haiku 4.5 $0.00007 $0.00218

Measured 12d ago against content hash f950a5c628f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

expenses-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

audit/expenses-audit/SKILL.md · 189 lines

How it starts

The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.

费用实质性程序

概述

费用审计覆盖销售费用、管理费用和财务费用三大类。中小企业费用的常见问题是:公私不分、白条入账、该计提的未计提、不该抵扣进项的抵扣了。审计重点是费用的发生是否真实分类是否正确归集是否完整

审计目标

认定 目标
发生 费用是真实发生的
完整性 所有该记的费用都已入账
准确性 金额正确
分类 费用归类正确(管理费用 vs 销售费用 vs 财务费用)
截止 费用记录在正确期间

程序一:实质性分析程序

1.1 月度趋势分析

📊 管理费用月度趋势分析
════════════════════════════════════

费目          1月      2月      3月      4月      5月
─────────────────────────────────────────────────────
工资         15,000   15,000   15,000   15,000   15,000  稳定 ✓
房租          8,000    8,000    8,000    8,000    8,000  稳定 ✓
办公费        2,500    3,200    2,100    2,800   12,000  ⚠ 5月异常
差旅费        1,200    3,500    1,800    2,000    2,400  波动正常
咨询费            0        0        0        0   50,000  ⚠ 新增大额

5月办公费 12,000:
  明细:办公家具8,000 + 办公用品4,000
  → 办公家具8,000应作为固定资产管理(非费用!)

5月咨询费 50,000:
  → 检查咨询合同和服务成果,确认商业合理性

1.2 费用率分析

📊 费用率分析
════════════════════════════════════

                    本期        同期       正常范围
──────────────────────────────────────────────────
销售费用/收入       8.2%        6.5%       5%-12%
管理费用/收入       9.8%        7.2%       5%-10%  ⚠ 偏高
财务费用/收入       0.5%        0.3%       0%-2%

管理费用率偏高分析:
  1. 咨询费50,000占收入5% — 拉高了费用率
  2. 办公费中固定资产错计为费用也推高了费用率
  3. 剔除上述一次性因素后,费用率约7.2% — 正常

1.3 与预算对比

如果有预算,将实际费用与预算对比,查找重大差异。

程序二:细节测试(抽凭)

选取大额或异常费用,检查原始凭证:

📋 费用抽查测试表
索引号:ZU-3

日期     凭证号   费目       金额     发票    合同    审批单   异常
──────────────────────────────────────────────────────────────
5月10日 转020   差旅费     3,500    ✅      —      —        ⚠ 无审批
5月15日 转025   咨询费    50,000    ✅      ✅      ✅       ⚠ 无服务成果
5月20日 转030   办公费    12,000    ✅      —      —        ⚠ 含固定资产
5月22日 转035   招待费     4,500    ✅      —      ✅       —
──────────────────────────────────────────────────────────────

发现:
  1. 转020: 差旅费无审批单 — 虽金额小,但反映内控薄弱
  2. 转025: 咨询费无服务成果证明 — 需要补充或可能不真实
  3. 转030: 办公费含8,000元家具 — 需重分类至固定资产

程序三:截止测试

📋 费用截止测试
索引号:ZU-4

日期     凭证号   费目        金额      所属期间   是否跨期
──────────────────────────────────────────────────────────
5月28日 转055   电费        2,000     5月        ✅
5月31日 转060   房租        8,000     6月        ⚠ 预付6月
6月1日  转002   快递费        200     5月        ⚠ 应计5月
6月5日  转008   咨询费     50,000     5月        ✅ 5月服务
──────────────────────────────────────────────────────────

转060: 6月房租计入5月 → 应调整:借:预付账款 8,000/贷:管理费用 8,000
转002: 5月快递费计入6月 → 应调整:借:管理费用 200/贷:应付账款 200

Read the full file on GitHub · 189 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 189 lines · 69 tokens per session scan A f950a5c628f9

Subscribe to this mod's changes

expenses-audit is a skill published in the GitHub repository kylin985ti/china-accounting-skills (56 stars, last pushed 18d ago), licensed MIT. It adds 69 tokens to every session and 2,178 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens