Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问clear审计提醒

monaco-payslip-calculator摩纳哥工资单计算器

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

367

周安装

15

GitHub Stars

2

下载量

118
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:monaco-payslip-calculator(摩纳哥工资单计算器)
来源仓库:https://github.com/silvainfm/claude-skills
仓库路径:skills/monaco-payslip-calculator
安装命令:
npx skills add https://github.com/silvainfm/claude-skills --skill monaco-payslip-calculator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/silvainfm/claude-skills --skill monaco-payslip-calculator

简介

monaco-payslip-calculator 用于辅助安全审计、权限检查和常见漏洞排查,适合梳理敏感配置和分析鉴权逻辑。

  • 适用于需要检查依赖风险或生成安全复核清单的场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装使用。
  • 不能将工具输出直接当最终结论,涉及密钥或生产系统时应先确认最小权限。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Monaco Payslip Calculator

Overview

Calculate accurate Monaco payslips (bulletin de salaire) including gross salary, employer and employee social security contributions, and net salary. This skill handles calculations for the Monaco social security system (Caisses Sociales de Monaco) with proper contribution rates and thresholds.

When to Use This Skill

Use this skill when the user:

  • Requests to calculate a Monaco payslip or bulletin de salaire
  • Needs to compute social security contributions for Monaco employees
  • Asks about Monaco employer costs or employee net salary
  • Wants to understand the breakdown of Monaco salary calculations
  • Mentions "Caisses Sociales" or Monaco employment calculations

Workflow

1. Gather Required Information

Ask the user for the following information if not provided:

Required:

  • Gross monthly salary (salaire brut mensuel)
  • Employee type: Standard employee, household employee (gens de maison), or other
  • Employment status: Full-time or part-time

Optional but recommended:

  • Number of hours worked (for part-time)
  • Special allowances or bonuses
  • Previous YTD (year-to-date) amounts if calculating mid-year
  • Any specific deductions or benefits

2. Determine Contribution Rates

Use the reference data in references/contribution_rates.md to determine:

  • Employer social security contribution rates
  • Employee social security contribution rates
  • Any applicable ceilings or thresholds
  • Tax rates if applicable

The main contribution categories in Monaco include:

  • Maladie (Health insurance)
  • Vieillesse (Pension/Retirement)
  • Chômage (Unemployment)
  • Accidents du travail (Work accidents)
  • Allocations familiales (Family allowances)

3. Calculate the Payslip

Execute the calculation script to compute:

python3 scripts/payslip_calculator.py \
  --gross-salary <amount> \
  --employee-type <type> \
  --output-format <json|pdf|txt>

Or use the Python module directly in the response for interactive calculations:

# Read and execute the calculator script
exec(open('scripts/payslip_calculator.py').read())

# Create calculator instance
calculator = MonacoPayslipCalculator(
    gross_salary=3500.00,
    employee_type='standard'
)

# Calculate contributions
result = calculator.calculate()

# Display results
print(f"Gross Salary: €{result['gross_salary']:.2f}")
print(f"Employee Contributions: €{result['employee_total']:.2f}")
print(f"Net Salary: €{result['net_salary']:.2f}")
print(f"Employer Contributions: €{result['employer_total']:.2f}")
print(f"Total Employer Cost: €{result['total_cost']:.2f}")

4. Present Results

Format the results as a complete payslip showing:

Employee Section:

  • Gross salary (Salaire brut)
  • Itemized employee contributions by category
  • Net salary before tax (Salaire net avant impôt)
  • Net salary to pay (Salaire net à payer)

Employer Section:

  • Itemized employer contributions by category
  • Total employer contributions
  • Total employer cost (gross salary + employer contributions)

Summary:

  • Total social security contributions (employee + employer)
  • Effective rate percentages

5. Provide Explanation

Include a brief explanation of:

  • Which contribution categories apply
  • Any thresholds or special calculations used
  • Links to official Monaco social security resources
  • How the user can verify calculations on the official calculator

Calculation Details

Standard Contribution Structure

Monaco payslip calculations follow this structure:

GROSS SALARY (Salaire Brut)
├─ Employee Contributions (Cotisations Salariales)
│  ├─ Health Insurance (Maladie)
│  ├─ Pension (Vieillesse)
│  ├─ Unemployment (Chômage)
│  └─ Other applicable contributions
└─ NET SALARY (Salaire Net)

Separately calculated:
EMPLOYER CONTRIBUTIONS (Cotisations Patronales)
├─ Health Insurance
├─ Pension
├─ Unemployment
├─ Work Accidents
├─ Family Allowances
└─ Other applicable contributions

TOTAL EMPLOYER COST = Gross Salary + Employer Contributions

Important Notes

  1. Contribution Rates: Rates are subject to change. Always verify with the latest rates from Caisses Sociales de Monaco.
  2. Ceilings: Some contributions have maximum salary ceilings (plafonds) - the contribution only applies up to a certain amount.
  3. Household Employees: Different rates apply for "gens de maison" (household employees).
  4. Official Calculator: Users can verify calculations at: https://employeur.caisses-sociales.mc/ (if accessible)
  5. Currency: All amounts are in Euros (€).

Example Usage

User Request: "Calculate a Monaco payslip for a gross salary of €3,500 per month"

Response Process:

  1. Confirm employee type (standard/household employee)
  2. Load contribution rates from references
  3. Calculate using the script:

- Employee contributions: ~€280-350 (8-10%) - Net salary: ~€3,150-3,220 - Employer contributions: ~€1,050-1,400 (30-40%) - Total cost: ~€4,550-4,900

  1. Present formatted payslip with itemized breakdown
  2. Explain the calculation methodology

Resources

scripts/

  • payslip_calculator.py - Main calculation engine for Monaco payslips

- Handles standard and household employee calculations - Supports multiple output formats (JSON, text, PDF-ready) - Includes validation and error handling

references/

  • contribution_rates.md - Current Monaco social security contribution rates

- Employer rates by category - Employee rates by category - Thresholds and ceilings - Special cases and exemptions - Last updated date and official sources

assets/

  • payslip_template.txt - Text template for formatted payslip output
  • example_payslips/ - Sample payslip calculations for reference

Data Sources

The contribution rates and calculation rules should be verified against:

  1. Official Caisses Sociales de Monaco website: https://www.caisses-sociales.mc/
  2. Monaco employer portal: https://employeur.caisses-sociales.mc/
  3. Official Monaco legislation and decrees

Note: Since the official calculator URLs returned access errors, the user should manually verify the current contribution rates and update references/contribution_rates.md with the accurate data.

Limitations

  • This skill calculates standard payslip elements. Complex situations (expatriate status, special regimes, etc.) may require additional verification
  • Tax calculations are not included as Monaco has specific tax rules based on nationality and residency
  • Always verify critical calculations with official Monaco authorities or qualified accountants
  • Contribution rates must be kept up-to-date in the reference files

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

31.3%
按下载量换算37

windsurf

25.34%
按下载量换算30

trae

17.07%
按下载量换算20

OpenCode

12.48%
按下载量换算15

Antigravity

8.04%
按下载量换算9

Gemini CLI

3.71%
按下载量换算4

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills