Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

law-labor法律劳工

Agent Skill

law-labor 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

485

周安装

20

GitHub Stars

125

下载量

158
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:law-labor(法律劳工)
来源仓库:https://github.com/asgard-ai-platform/skills
仓库路径:skills/law-labor
安装命令:
npx skills add https://github.com/asgard-ai-platform/skills --skill law-labor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill law-labor

简介

law-labor 用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中整理代码协作事项。
  • 通过 npx 安装后,结合原始 README 核验具体用法。
  • 安装前需确认权限和维护状态,避免触发不必要的网络或命令操作。
  • 建议根据项目实际需求验证其适用性。

SKILL.md

Taiwan Labor Law (Labor Standards Act)

Overview

The Labor Standards Act (勞基法, LSA) sets minimum labor standards in Taiwan. It covers working hours, overtime, leave, wages, and termination. These are MINIMUMS — employers can offer better but not worse terms. This skill focuses on Taiwan-specific requirements.

Framework

IRON LAW: LSA Is a Floor, Not a Ceiling

Everything in the LSA represents the MINIMUM employer obligation.
Employment contracts can exceed these standards but NEVER go below them.
A contract clause that provides less than LSA minimums is void even if
the employee signed it. "The employee agreed to it" is not a defense.

Working Hours & Overtime

RuleStandard
Regular hours8 hours/day, 40 hours/week
Overtime cap46 hours/month (can extend to 54 with labor-management agreement)
Rest day1 regular day off (例假) + 1 rest day (休息日) per week

Overtime Pay Calculation:

PeriodRate
Weekday overtime, first 2 hours1.34x regular hourly rate
Weekday overtime, hours 3-41.67x regular hourly rate
Rest day (休息日) overtime, first 2 hours1.34x (minimum 4 hours counted)
Rest day overtime, hours 3-81.67x
Rest day overtime, hours 9-122.67x
Regular day off (例假) overtime2x + compensatory day off
National holiday overtime2x

Leave Entitlements

TypeEntitlement
Annual leave (特休)6 months: 3 days → 1 year: 7 days → 2 years: 10 days → 3-5 years: 14 days → 5-10 years: 15 days → 10+ years: +1 day per year (max 30)
Sick leave (病假)30 days/year at half pay (hospitalization: additional 1 year)
Personal leave (事假)14 days/year, unpaid
Maternity leave (產假)8 weeks at full pay (after 6 months employment)
Paternity leave (陪產假)7 days at full pay
Menstrual leave (生理假)1 day/month (first 3 counted as sick leave at half pay; additional at no pay)

Termination Rules

Employer can terminate WITH notice (Art. 11):

  • Business closure or transfer
  • Operating losses or business contraction
  • Force majeure suspension > 1 month
  • Business nature change requiring workforce reduction
  • Employee clearly unable to perform duties

Notice periods:

TenureNotice Required
3 months - 1 year10 days
1 - 3 years20 days
3+ years30 days

Employer can terminate WITHOUT notice (Art. 12):

  • Misrepresentation at hiring
  • Violence or serious insult toward employer/coworkers
  • Criminal sentence (not probation)
  • Serious breach of contract or work rules
  • Deliberate damage to equipment/products
  • Absence without leave for 3+ consecutive days or 6+ days in a month

Severance pay: 0.5 months' average wage per year of service (new system under Labor Pension Act)

Output Format

# Labor Law Analysis: {Situation}

## Applicable Rules
| Rule | LSA Article | Requirement |
|------|-----------|-------------|
| {topic} | Art. {N} | {requirement} |

## Compliance Assessment
| Area | Status | Gap |
|------|--------|-----|
| Working hours | ✓/✗ | {detail} |
| Overtime pay | ✓/✗ | {detail} |
| Leave | ✓/✗ | {detail} |
| Termination | ✓/✗ | {detail} |

## Recommendation
{Specific actions to achieve compliance}

Examples

Correct Application

Scenario: Employee works 10 hours on a Tuesday (regular workday). Base monthly salary: NT$50,000.

Calculation:

  • Hourly rate: NT$50,000 / 30 / 8 = NT$208.3
  • First 2 overtime hours: NT$208.3 × 1.34 × 2 = NT$558.2
  • Total overtime pay: NT$558

Incorrect Application

  • "The employee signed a contract agreeing to no overtime pay" → Void. LSA overtime rates are minimum standards that cannot be waived by contract. Violates Iron Law: LSA is a floor.

Gotchas

  • Exempt vs non-exempt: Taiwan's LSA covers most workers. Certain categories (managers, supervisors, specific industries designated by the Ministry of Labor) may have modified rules, but the exemptions are NARROW. Don't assume management = exempt.
  • Attendance records are mandatory: Employers must maintain daily attendance records for at least 5 years. Failure to do so creates a presumption in favor of the employee's claims.
  • Unused annual leave = cash out: Unused special leave at year-end or termination must be paid out in cash. "Use it or lose it" policies are illegal.
  • Labor inspection: The Ministry of Labor conducts inspections. Penalties for LSA violations range from NT$20,000 to NT$1,000,000 and repeat offenders are publicly named.
  • This is educational guidance, not legal advice: Taiwan labor law is complex and frequently amended. Consult a labor attorney or the Ministry of Labor for specific situations.

References

  • For LSA full text (Chinese), see references/lsa-full-text.md
  • For labor pension system (新制/舊制), see references/labor-pension.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.44%
按下载量换算59

Claude

28.2%
按下载量换算45

Cursor

18.36%
按下载量换算29

Gemini CLI

9.85%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills