tax-filing

tax-filing is a skill for Claude Code from vivy-yi/finance-skills. It costs 97 tokens per session (1,682 once invoked), scanned A, original, MIT.

A process for preparing tax filings from an enterprise resource planning system, checking the figures, confirming payment, and tracking what remains outstanding. It covers taxes such as VAT, corporate income tax, and payroll withholding where applicable.

In plain words
What is it for?
Use it for monthly, quarterly, or annual filing reviews, VAT and income-tax checks, payment tracking, deadline checks, and preparing responses to tax-authority questions.
Why use it?
It helps catch differences between accounting records and tax forms before submission. It also keeps filing deadlines, payment amounts, and unresolved issues visible.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Good fit Use it for monthly, quarterly, or annual filing reviews, VAT and income-tax checks, payment tracking, deadline checks, and preparing responses to tax-authority questions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/tax-filing
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 vivy-yi/finance-skills --skill tax-filing
Clone the repo
git clone --depth 1 https://github.com/vivy-yi/finance-skills

Made for: Claude Code.

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 tax-filing

README.md
[![agentmods](https://agentmods.dev/badge/skills/vivy-yi/finance-skills/tax-filing/github.svg)](https://agentmods.dev/skills/vivy-yi/finance-skills/tax-filing)
Your own site
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/tax-filing"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/tax-filing/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 tax-filing

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/tax-filing"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/tax-filing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,682 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.
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.00097 $0.01682
Opus 5 $0.00048 $0.00841
Sonnet 5 $0.00019 $0.00336
Haiku 4.5 $0.00010 $0.00168

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

Security

Grade A, and why

tax-filing 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.

finance-skills/skills/compliance-reporting/skills/tax-filing/SKILL.md · 211 lines

How it starts

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

加载上下文

首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(税种/税率/申报周期)。


/tax-filing — 税务申报管理

Examples

→ 示例:用户说"这个季度的 VAT 申报截止日期是哪天,帮我确认一下",系统应调用本技能,确认 VAT 季度申报截止日期。

→ 示例:用户说"帮我们检查一下 VAT 申报数据,看看有没有明显异常",系统应调用本技能,执行 VAT 申报数据预审。

→ 示例:用户说"税局来函要求解释一个税负率的异常波动,帮我准备回复",系统应调用本技能,准备税务质疑答复材料。

第一步:确认须申报税种

确认申报期间内所有须申报税种:

□ 申报期间:[YYYY年MM月/季度/年度]
□ 申报截止:[YYYY-MM-DD]
□ 剩余天数:[X] 天

□ 须申报税种清单:
□ 增值税(一般纳税人/月度申报)
□ 企业所得税(季度预缴/年度汇算)
□ 个人所得税(月度申报)
□ 城市维护建设税(月度申报)
□ 教育费附加(月度申报)
□ 地方教育附加(月度申报)
□ 房产税(如适用)
□ 土地使用税(如适用)
□ 其他:[...]

第二步:获取税务数据

从 [ERP] 获取各税种申报数据:

□ 增值税:
□ 销项税额:[XXX万]
□ 进项税额:[XXX万]
□ 应纳税额:[XXX万]
□ 已认证进项:[XXX万]
□ 数据来源:[ERP 税务模块]

□ 企业所得税:
□ 应税收入:[XXX万]
□ 税前利润:[XXX万]
□ 减免税额:[XXX万]
□ 预缴税额:[XXX万]
□ 数据来源:[ERP 税务模块]

□ 个人所得税:
□ 代扣代缴总额:[XXX万]
□ 员工人数:[X] 人
□ 数据来源:[ERP 薪资模块]

第三步:核查申报数据准确性

核查申报数据是否与 ERP 一致:

□ 增值税核查:
□ ERP 应纳税额:[XXX万]
□ 申报表应纳税额:[XXX万]
□ 差异:[±XXX万] — [✅ 一致 / ⚠️ 存在差异]

□ 企业所得税核查:
□ ERP 应纳税额:[XXX万]
□ 申报表应纳税额:[XXX万]
□ 差异:[±XXX万] — [✅ 一致 / ⚠️ 存在差异]

□ 个人所得税核查:
□ ERP 代扣代缴:[XXX万]
□ 申报表代扣代缴:[XXX万]
□ 差异:[±XXX万] — [✅ 一致 / ⚠️ 存在差异]

□ 数据准确性:[✅ 准确 / ⚠️ 存在差异须更正]
□ 差异项:[...]

第四步:确认缴纳安排

确认税款缴纳时间和方式:

□ 缴纳截止:[YYYY-MM-DD]
□ 缴纳金额合计:[XXX万]

□ 税种分布:
□ 增值税:[XXX万]
□ 企业所得税:[XXX万]
□ 个人所得税:[XXX万]
□ 其他:[XXX万]

□ 缴纳方式:[银行扣款/转账]
□ 缴纳账户:[账户名称]
□ 余额确认:[✅ 充足 / ⚠️ 不足 — 须安排资金]

□ 是否需要延期:[✅ 否 / ⚠️ 是 — 须申请]

第五步:生成税务申报报告

═══════════════════════════════════════
税务申报报告
申报期间:[YYYY年MM月/季度/年度]
报告日期:[YYYY-MM-DD]
═══════════════════════════════════════

【一、申报概况】

□ 申报期间:[YYYY年MM月/季度/年度]
□ 申报截止:[YYYY-MM-DD]
□ 缴纳截止:[YYYY-MM-DD]

□ 须申报税种:[X] 种
□ 已申报税种:[X] 种
□ 申报状态:[✅ 全部已申报 / ⚠️ 部分待申报]

【二、税种申报明细】

□ 增值税:
□ 应纳税额:[XXX万]
□ 申报状态:[✅ 已申报 / ⚠️ 待申报]
□ 申报日期:[YYYY-MM-DD]

□ 企业所得税:
□ 应纳税额:[XXX万]
□ 预缴税额:[XXX万]
□ 申报状态:[✅ 已申报 / ⚠️ 待申报]
□ 申报日期:[YYYY-MM-DD]

□ 个人所得税:
□ 代扣代缴:[XXX万]
□ 申报状态:[✅ 已申报 / ⚠️ 待申报]
□ 申报日期:[YYYY-MM-DD]

□ 其他税种:
□ [税种]:[XXX万] — 状态 [✅/⚠️]

【三、数据核查】

□ 数据准确性:[✅ 准确 / ⚠️ 存在差异]

□ 差异项(如有):
□ [税种] — ERP [XXX万] — 申报 [XXX万] — 差异 [XXX万]
□ 更正状态:[✅ 已更正 / ⚠️ 待更正]

【四、缴纳安排】

□ 缴纳金额合计:[XXX万]

□ 缴纳截止:[YYYY-MM-DD]
□ 缴纳状态:[✅ 已缴纳 / ⚠️ 待缴纳]

□ 资金安排:[✅ 已确认 / ⚠️ 须安排]

□ 缴纳凭证归档:[✅ 是 / ⚠️ 否]

【五、待跟进事项】

□ 须申报税种:[X] 种
□ 须缴纳税款:[XXX万]
□ 须更正申报:[X] 项

═══════════════════════════════════════
编制人:[税务专员]
审核人:[财务经理]
批准人:[CFO]
═══════════════════════════════════════

Read the full file on GitHub · 211 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 · 211 lines · 97 tokens per session scan A d3110c08e86b

Subscribe to this mod's changes

tax-filing is a skill published in the GitHub repository vivy-yi/finance-skills (29 stars, last pushed 3mo ago), licensed MIT. It adds 97 tokens to every session and 1,682 once invoked, about $0.0005 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

Financial Data Extraction

Extract balance sheet, income statement, shares outstanding, organic growth, and GAAP reconciliation data from financial PDFs. Standardize via Tiger-Transformer and append structured output to the document markdown.

Ruinius/financial-analyst-skills · 41 tokens

Document Classification

Classify financial PDFs by extracting company identity, document type, and date metadata. Validates ticker via Yahoo Finance with multi-step fallback. Uses a Python orchestration script for validation, file modification, and writing markdown.

Ruinius/financial-analyst-skills · 46 tokens

hive.pdf

Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…

aden-hive/hive · 98 tokens

recipe-create-expense-tracker

Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.

googleworkspace/cli · 22 tokens

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

iso-13485-certification

Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing documentation, (2) creating Quality Manuals, (3) developing required procedures and work…

foryourhealth111-pixel/Vibe-Skills · 126 tokens