payroll-master

payroll-master is a skill for Claude Code from vivy-yi/finance-skills. It costs 96 tokens per session (1,843 once invoked), scanned A, original, MIT.

A combined workflow for calculating monthly pay, checking social insurance and housing-fund amounts, reviewing payroll tax, approving payments, and confirming filings.

In plain words
What is it for?
Use it to manage the full monthly payroll cycle from attendance and deductions through approvals, bank payment, social contributions, and tax filing.
Why use it?
It brings the main payroll calculations and compliance checks into one process, helping identify errors before payment and reporting deadlines.

Skill for Claude Code

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

Good fit Use it to manage the full monthly payroll cycle from attendance and deductions through approvals, bank payment, social contributions, and tax filing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vivy-yi/finance-skills/payroll-master
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 payroll-master
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 payroll-master

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/payroll-master"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/payroll-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,843 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.00096 $0.01843
Opus 5 $0.00048 $0.00922
Sonnet 5 $0.00019 $0.00369
Haiku 4.5 $0.00010 $0.00184

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

Security

Grade A, and why

payroll-master 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 7d 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/payroll-accounting/skills/payroll-master/SKILL.md · 237 lines

How it starts

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

加载上下文

首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(薪资项目/社保规则/个税规则/发放日)。


/payroll-master — 薪资核算管理主流程

完整薪资管理流程

Step 1:月度薪资核算(每月 [X] 日前完成)
  → 执行 payroll-calculation
  → 考勤数据 → 应发 → 扣款 → 实发

Step 2:社保公积金审核(与薪资同步)
  → 执行 social-insurance-review
  → 增减员 → 基数 → 扣款 → 申报

Step 3:个税扣缴审核(与薪资同步)
  → 执行 tax-withholding-review
  → 计税收入 → 扣除 → 税率 → 申报

Step 4:薪资审批
  → 薪资明细 → HR 审批 → 财务审批

Step 5:发放与申报
  → 银行代发 → 社保公积金缴纳 → 个税申报 → 回单核对

第一步:薪资核算

执行 Skill: payroll-calculation

□ 执行状态:[成功/失败/部分成功]

□ 应发合计:[XXX元]
□ 扣款合计:[XXX元]
□ 实发合计:[XXX元]

□ 考勤异常:[✅ 无 / ⚠️ X 项]
□ 应发异常:[✅ 无 / ⚠️ X 项]
□ 扣款异常:[✅ 无 / ⚠️ X 项须更正]

□ 须补发/扣回:[±XXX元]

第二步:社保公积金审核

执行 Skill: social-insurance-review

□ 执行状态:[成功/失败/部分成功]

□ 在岗参保:[X] 人
□ 本月新增:[X] 人
□ 本月减员:[X] 人

□ 合规性:[✅ 全部合规 / ⚠️ X 人异常]

□ 扣款正确性:[✅ 正确 / ⚠️ 存在差异 XXX元]
□ 申报截止日:[YYYY-MM-DD]
□ 申报金额:[XXX元]

第三步:个税审核

执行 Skill: tax-withholding-review

□ 执行状态:[成功/失败/部分成功]

□ 计税人数:[X] 人
□ 应扣税额:[XXX元]

□ 准确性:[✅ 正确 / ⚠️ 存在差异 XXX元]

□ 须更正项:[✅ 无 / ⚠️ X 项待更正]
□ 申报截止日:[YYYY-MM-DD]
□ 申报金额:[XXX元]

第四步:综合风险评估

跨维度综合分析:

整体合规风险:[✅ 低 / ⚠️ 中 / 🔴 高]

薪资风险:
□ 应发/扣款/实发:[✅ 准确 / ⚠️ 存在差异]
□ 考勤处理:[✅ 合规 / ⚠️ X 项待处理]

社保风险:
□ 增减员合规:[✅ 合规 / ⚠️ X 人异常]
□ 基数准确性:[✅ 正确 / ⚠️ X 人超限]
□ 申报及时性:[✅ 及时 / ⚠️ 即将到期]

个税风险:
□ 计税准确性:[✅ 正确 / ⚠️ X 人须更正]
□ 申报及时性:[✅ 及时 / ⚠️ 即将到期]

综合诊断:
□ 🔴 高风险项:[描述] — 须立即处理
□ ⚠️ 中风险项:[描述] — 须跟进

第五步:生成薪资管理综合报告

═══════════════════════════════════════
薪资核算管理报告
报告期间:[YYYY年MM月]
报告日期:[YYYY-MM-DD]
═══════════════════════════════════════

【核心结论】

整体合规风险:[✅ 低 / ⚠️ 中 / 🔴 高]

□ 薪资核算:[一句话总结]
□ 社保合规:[一句话总结]
□ 个税合规:[一句话总结]

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

【一、薪资核算概览】

□ 在职员工:[X] 人
□ 应发工资:[XXX元]
□ 社保公积金个人扣款:[XXX元]
□ 个税扣款:[XXX元]
□ 其他扣款:[XXX元]
□ 实发工资合计:[XXX元]

□ 人均应发:[XXX元]
□ 人均实发:[XXX元]

【二、薪资项目构成】

□ 基本工资:[XXX元]([X%])
□ 岗位工资:[XXX元]([X%])
□ 绩效工资:[XXX元]([X%])
□ 加班费:[XXX元]([X%])
□ 补贴:[XXX元]([X%])
□ 其他:[XXX元]([X%])

【三、社保公积金概况】

□ 在岗参保:[X] 人
□ 本月新增:[X] 人
□ 本月减员:[X] 人

□ 个人扣款合计:[XXX元]
□ 公司部分合计:[XXX元]
□ 申报缴纳总额:[XXX元]

□ 合规性:[✅ 全部合规 / ⚠️ X 人待处理]

【四、个人所得税概况】

□ 计税人数:[X] 人
□ 计税总收入:[XXX元]
□ 专项附加扣除:[XXX元]
□ 应扣税额:[XXX元]

□ 准确性:[✅ 正确 / ⚠️ X 项待更正]

【五、发放安排】

□ 发放日期:[YYYY-MM-DD]
□ 实发人数:[X] 人
□ 实发金额:[XXX元]

□ 社保公积金申报:[YYYY-MM-DD] — [XXX元]
□ 个税申报:[YYYY-MM-DD] — [XXX元]

【六、待处理事项】

□ 高优先级:
□ [待办A] — 责任人 [X] — 完成日期 [YYYY-MM-DD]
□ [待办B] — 责任人 [X] — 完成日期 [YYYY-MM-DD]

□ 中优先级:
□ [待办C] — 责任人 [X] — 完成日期 [YYYY-MM-DD]

【七、风险评估】

□ 薪资准确风险:[✅ 低 / ⚠️ 中 / 🔴 高]
□ 社保合规风险:[✅ 低 / ⚠️ 中 / 🔴 高]
□ 个税合规风险:[✅ 低 / ⚠️ 中 / 🔴 高]

□ 整体合规风险:[✅ 低 / ⚠️ 中 / 🔴 高]

═══════════════════════════════════════
编制人:[薪资专员]
审核人:[HR 经理]
批准人:[HR 总监/CFO — 根据差异金额]
═══════════════════════════════════════

Read the full file on GitHub · 237 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. 7d ago First seen · 237 lines · 96 tokens per session scan A 89dded866455

Subscribe to this mod's changes

payroll-master is a skill published in the GitHub repository vivy-yi/finance-skills (28 stars, last pushed 2mo ago), licensed MIT. It adds 96 tokens to every session and 1,843 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-09-03.

Related

Other skills, from other repositories

hive.colony-progress-tracker

Claim tasks, record step progress, and verify SOP gates in the colony SQLite queue. Applies when your spawn message includes a dbpath field.

aden-hive/hive · 36 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

alpha-vantage

Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the Alpha Vantage API. Use when fetching stock prices (OHLCV), company fundamentals (income statement, balance sheet, cash flow), earnings, options data, market…

foryourhealth111-pixel/Vibe-Skills · 126 tokens

hedgefundmonitor

Query the OFR (Office of Financial Research) Hedge Fund Monitor API for hedge fund data including SEC Form PF aggregated statistics, CFTC Traders in Financial Futures, FICC Sponsored Repo volumes, and FRB SCOOS dealer financing terms. Access time series data on hedge fund size, leverage, counterparties, liquidity…

foryourhealth111-pixel/Vibe-Skills · 123 tokens

edgartools

Python library for accessing, analyzing, and extracting data from SEC EDGAR filings. Use when working with SEC filings, financial statements (income statement, balance sheet, cash flow), XBRL financial data, insider trading (Form 4), institutional holdings (13F), company financials, annual/quarterly reports (10-K…

foryourhealth111-pixel/Vibe-Skills · 110 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens