vat-accounting

vat-accounting is a skill for Claude Code from kylin985ti/china-accounting-skills. It costs 68 tokens per session (1,990 once invoked), scanned A, original, MIT.

A Chinese VAT accounting guide covering small-scale and general taxpayers. VAT, or value-added tax, is charged through business sales and purchases.

In plain words
What is it for?
Use it to handle VAT accounts, sales and purchases, input-tax certification, electronic invoices, and tax returns.
Why use it?
It helps separate prices from tax, determine which input tax can be deducted, and prepare the right records and filings.

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 handle VAT accounts, sales and purchases, input-tax certification, electronic invoices, and tax returns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kylin985ti/china-accounting-skills/vat-accounting
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 vat-accounting
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 vat-accounting

README.md
[![agentmods](https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/vat-accounting/github.svg)](https://agentmods.dev/skills/kylin985ti/china-accounting-skills/vat-accounting)
Your own site
<a href="https://agentmods.dev/skills/kylin985ti/china-accounting-skills/vat-accounting"><img src="https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/vat-accounting/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 vat-accounting

Your own site · 80×15
<a href="https://agentmods.dev/skills/kylin985ti/china-accounting-skills/vat-accounting"><img src="https://agentmods.dev/badge/skills/kylin985ti/china-accounting-skills/vat-accounting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,990 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.00068 $0.01990
Opus 5 $0.00034 $0.00995
Sonnet 5 $0.00014 $0.00398
Haiku 4.5 $0.00007 $0.00199

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

Security

Grade A, and why

vat-accounting 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.

business/vat-accounting/SKILL.md · 179 lines

How it starts

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

增值税会计处理

概述

增值税是中国中小企业最重要的税种。这个技能覆盖完整的增值税处理流程:科目设置、价税分离、进项抵扣、纳税申报。区分小规模纳税人和一般纳税人两种模式。

基础信息速查

项目 小规模纳税人 一般纳税人
适用标准 年销售额 ≤ 500万 年销售额 > 500万
计税方法 简易计税 一般计税(销项 - 进项)
征收率 1%(优惠至2027年底)
税率 13% / 9% / 6% / 0%
进项能否抵扣 不能 凭专票可以
申报周期 季度 月度
发票类型 普通发票为主 专用发票+普通发票

法律依据:《中华人民共和国增值税法》(2026年1月1日施行)。小规模纳税人 1% 征收率优惠和月销售额≤10万免税政策延续至 2027年12月31日(财政部税务总局公告2026年第10号)。

税率表(一般纳税人)

税率 适用范围
13% 销售货物、加工修理修配、有形动产租赁
9% 交通运输、邮政、建筑、不动产租赁/销售、农产品、自来水、图书等
6% 金融服务、现代服务业(技术服务、咨询服务、广告等)、增值电信
0% 出口货物

一、小规模纳税人模式

科目设置

应交税费 — 应交增值税(无下属专栏)

分录模板

销售商品(开普票,1%征收率)

借:银行存款                    10,100.00
  贷:主营业务收入              10,000.00  (= 10,100 / 1.01)
      应交税费 — 应交增值税         100.00  (= 10,000 × 1%)

如果月销售额≤10万元且开普票→免征增值税→贷方无"应交税费—应交增值税"

采购商品(税款全部计入成本)

借:库存商品                     11,300.00  (含税!)
  贷:银行存款                    11,300.00

缴纳增值税

借:应交税费 — 应交增值税             100.00
  贷:银行存款                        100.00

免税判断

月销售额 ≤ 100,000 元(或季度 ≤ 300,000 元)
→ 免征增值税

注意:
✅ 开增值税普通发票部分 → 可以免税
❌ 开增值税专用发票部分 → 不能免税(按1%缴税)
❌ 销售/出租不动产 → 不适用免税(按5%缴纳)

二、一般纳税人模式

科目体系(依据财会[2016]22号)

应交税费 — 应交增值税(下设10个专栏)
         ├── 进项税额                  (借)
         ├── 销项税额抵减              (借)
         ├── 已交税金                  (借)
         ├── 转出未交增值税            (借)
         ├── 减免税款                  (借)
         ├── 销项税额                  (贷)
         ├── 进项税额转出              (贷)
         ├── 出口退税                  (贷)
         └── 转出多交增值税            (贷)

         — 未交增值税                  (贷:应交未交 / 借:多交)
         — 待认证进项税额              (借:收到专票但未认证)
         — 待抵扣进项税额              (借:已认证但留待以后抵扣)

主要分录模板

采购商品(取得专票,已认证)

借:库存商品                    10,000.00
    应交税费 — 应交增值税(进项税额)  1,300.00
  贷:银行存款                    11,300.00

Read the full file on GitHub · 179 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 · 179 lines · 68 tokens per session scan A 83037811ec8c

Subscribe to this mod's changes

vat-accounting is a skill published in the GitHub repository kylin985ti/china-accounting-skills (56 stars, last pushed 18d ago), licensed MIT. It adds 68 tokens to every session and 1,990 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