social-insurance-review

social-insurance-review is a skill for Claude Code from vivy-yi/finance-skills. It costs 113 tokens per session (1,871 once invoked), scanned A, original, MIT.

A review of employee social-insurance and housing-fund payroll records, covering new hires, departures, contribution bases, payments, and overdue contributions.

In plain words
What is it for?
Checks employee additions and removals, effective dates, contribution bases, deductions, and payment status using HR and payroll data. It produces an audit report and flags items needing correction.
Why use it?
It helps detect missing employees, incorrect contribution amounts, late payments, and contribution bases outside the allowed limits.

Skill for Claude Code

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

Good fit Checks employee additions and removals, effective dates, contribution bases, deductions, and payment status using HR and payroll data. It produces an audit report and flags items needing correction.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vivy-yi/finance-skills/social-insurance-review"><img src="https://agentmods.dev/badge/skills/vivy-yi/finance-skills/social-insurance-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,871 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.00113 $0.01871
Opus 5 $0.00056 $0.00936
Sonnet 5 $0.00023 $0.00374
Haiku 4.5 $0.00011 $0.00187

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

Security

Grade A, and why

social-insurance-review 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 9d 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/social-insurance-review/SKILL.md · 227 lines

How it starts

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

加载上下文

首次使用时: 读取 ../../CLAUDE.md 获取场景级配置(社保公积金比例/基数上下限/申报规则)。


/social-insurance-review — 社保公积金审核

Examples

→ 示例:用户说"社保基数调整了,帮我算一下对人工成本的影响",系统应调用本技能,计算社保基数调整影响。

→ 示例:用户说"帮我们检查一下社保缴纳是否合规,有没有漏缴情况",系统应调用本技能,执行社保合规性检查。

→ 示例:用户说"有新员工入职,帮我确认一下社保起缴时间",系统应调用本技能,确认新员工社保起缴时间。

第一步:获取增减员数据

从 [PAYROLL]/[HR] 获取本月增减员:

□ 本月新增员工:[X] 人
□ 本月减员(离职):[X] 人
□ 本月内部调动:[X] 人

□ 获取字段:
  员工姓名 | 工号 | 增减类型 | 生效日期 | 基数

第二步:新增员工核查

核查本月新增参保人员:

□ 本月新增:[X] 人

□ 合规性核查:
□ 入职日期与参保日期间隔 <= [X] 天:[✅ 合规 / ⚠️ 超期]
□ 参保基数与合同工资一致:[✅ 是 / ⚠️ 否]
□ 基数在上下限范围内:[✅ 是 / ⚠️ 超限]

□ 异常新增:[X] 人
□ 异常原因:[...]

□ 新增人员明细:
□ [员工A]:[基数 XXX元] — [✅ 正常 / ⚠️ 异常]
□ [员工B]:[基数 XXX元] — [✅ 正常 / ⚠️ 异常]

第三步:减员核查

核查本月减少参保人员:

□ 本月减员:[X] 人

□ 离职类型分布:
□ 主动辞职:[X] 人
□ 协商离职:[X] 人
□ 试用期不符合:[X] 人
□ 违纪辞退:[X] 人
□ 退休:[X] 人

□ 合规性核查:
□ 离职当月是否参保:[参保/未参] — [✅ 合规 / ⚠️ 异常]
□ 减员生效日期是否正确:[✅ 是 / ⚠️ 否]

□ 异常减员:[X] 人
□ 异常原因:[...]

□ 减员人员明细:
□ [员工A]:[离职日期] — [减员类型] — [✅ 正常 / ⚠️ 异常]

第四步:缴费基数核查

核查所有在岗员工缴费基数:

□ 在岗员工:[X] 人

□ 基数核查:
□ 上限:[XXX元]([当地上年度平均工资 X] 倍)
□ 下限:[XXX元]([当地上年度平均工资 X] 倍)

□ 基数异常:[X] 人
□ 超上限:[X] 人 — 须按上限申报
□ 低于下限:[X] 人 — 须按下限申报

□ 基数调整人员:[X] 人
□ 调整原因:[年度调整/入职转正/工资变动]

第五步:扣款核查

核查 [PAYROLL] 扣款准确性:

□ 本月个人扣款合计:[XXX元]
□ 本月公司部分合计:[XXX元]

□ 各项扣款核查:
□ 养老保险个人:[XXX元] — [✅ 正确 / ⚠️ 错误]
□ 医疗保险个人:[XXX元] — [✅ 正确 / ⚠️ 错误]
□ 失业保险个人:[XXX元] — [✅ 正确 / ⚠️ 错误]
□ 住房公积金个人:[XXX元] — [✅ 正确 / ⚠️ 错误]

□ 扣款差异:[±XXX元]
□ 差异原因:[...]

□ 差异处理:[已更正/待更正/无需处理]

第六步:生成社保公积金审核报告

═══════════════════════════════════════
社保公积金审核报告
申报期间:[YYYY年MM月]
报告日期:[YYYY-MM-DD]
═══════════════════════════════════════

【一、参保概况】

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

【二、新增人员核查】

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

□ 异常项:
□ 入职超期参保:[X] 人
□ 基数超出上下限:[X] 人
□ 其他异常:[X] 人

□ 主要异常人员:
□ [员工A]:[异常描述] — 建议 [处理方式]

【三、减员人员核查】

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

□ 异常项:
□ 离职当月未参保:[X] 人
□ 减员日期错误:[X] 人
□ 其他异常:[X] 人

□ 主要异常人员:
□ [员工A]:[异常描述] — 建议 [处理方式]

【四、缴费基数核查】

□ 基数异常:[X] 人
□ 超上限:[X] 人 — 已按上限调整 [✅/⚠️ 待调整]
□ 低于下限:[X] 人 — 已按下限调整 [✅/⚠️ 待调整]

□ 本月基数调整:[X] 人
□ 调整原因:[年度调整/工资变动]

【五、扣款核查】

□ 扣款合计:[XXX元]
□ 个人合计:[XXX元]
□ 公司合计:[XXX元]

□ 核查结果:[✅ 正确 / ⚠️ 存在差异]

□ 差异项:[X] 项
□ 差异金额:[XXX元]
□ 差异处理:[已更正/待更正]

【六、申报安排】

□ 申报截止日:[YYYY-MM-DD]
□ 申报金额:[XXX元]
□ 缴纳方式:[银行扣款/转账]

□ 欠缴预警:
□ 本月是否存在欠缴:[✅ 无 / ⚠️ 有]
□ 历史欠缴:[XXX元]

【七、待处理事项】

□ 须核查项:[X] 项
□ 须更正项:[X] 项
□ 须补缴项:[X] 项(如有)

═══════════════════════════════════════
置信度:[✅ 高 / ⚠️ 中 / 🔴 低]
数据来源:[PAYROLL] / [HR]
═══════════════════════════════════════

Read the full file on GitHub · 227 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. 9d ago First seen · 227 lines · 113 tokens per session scan A f2f43cba0308

Subscribe to this mod's changes

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

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

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