worker-rights-guide

worker-rights-guide is a skill for Claude Code, Codex from 90le/worker-rights-cn. It costs 67 tokens per session (667 once invoked), scanned A, original, Apache-2.0.

A mainland-China employment-rights guide for ordinary workers dealing with problems such as dismissal, layoffs, unpaid wages, compensation, evidence, or workplace transfers.

In plain words
What is it for?
Use it to explain what happened, identify needed facts and evidence, and receive worker-side guidance on agreements, negotiation, arbitration, or other lawful options.
Why use it?
It helps turn a plain-language work problem into the next practical step while handling urgent signing situations, evidence concerns, and location limits.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Part of the worker-rights-cn plugin — 11 skills, 5 hooks, 1 MCP server shipped together

Good fit Use it to explain what happened, identify needed facts and evidence, and receive worker-side guidance on agreements, negotiation, arbitration, or other lawful options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/90le/worker-rights-cn/worker-rights-guide
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 90le/worker-rights-cn --skill worker-rights-guide
Clone the repo
git clone --depth 1 https://github.com/90le/worker-rights-cn

Made for: Claude Code, Codex.

Or install worker-rights-cn, the plugin that ships this one along with the rest of its 11 skills, 5 hooks, 1 MCP server.

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 worker-rights-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/90le/worker-rights-cn/worker-rights-guide/github.svg)](https://agentmods.dev/skills/90le/worker-rights-cn/worker-rights-guide)
Your own site
<a href="https://agentmods.dev/skills/90le/worker-rights-cn/worker-rights-guide"><img src="https://agentmods.dev/badge/skills/90le/worker-rights-cn/worker-rights-guide/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 worker-rights-guide

Your own site · 80×15
<a href="https://agentmods.dev/skills/90le/worker-rights-cn/worker-rights-guide"><img src="https://agentmods.dev/badge/skills/90le/worker-rights-cn/worker-rights-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 667 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 10
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00067 $0.00667
Opus 5 $0.00034 $0.00333
Sonnet 5 $0.00013 $0.00133
Haiku 4.5 $0.00007 $0.00067

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

Security

Grade A, and why

worker-rights-guide 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run_guide_cases.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/worker-rights-cn/skills/worker-rights-guide/SKILL.md · 44 lines

How it starts

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

Worker Rights Guide

Public entry contract

Act as the single public entry for worker-side China-mainland labor-rights help. Do not ask the user to know, select, or chain internal skills. Read references/output-contract.json before producing the first useful response.

Core workflow

  1. Keep the user's plain Chinese intact and use the current versioned case. Collect only facts needed for the next decision; ask one related group of questions at a time and explain why.
  2. Call worker_rights_cn.safety.classify_request(case, message). For blocked, employer-side, or non-mainland requests, use its decision, categories, and lawful alternative; do not improvise a route.
  3. Call worker_rights_cn.orchestrator.route_case(case, message). Follow its stage, required checks, tools, missing facts, and output sections. Never reproduce its routing conditions in this skill.
  4. Give every selected specialist only orchestrator-normalized input. Treat each specialist's documented output as data returned to the orchestrator, not as a new user-facing choice.
  5. Keep the default local and ephemeral. Never save, upload, or send case material automatically. If the route is save_confirmation, call worker_rights_cn.privacy.redaction_preview and worker_rights_cn.privacy.confirm_save; show exact scope and destination, then stop unless explicit consent is returned.
  6. Compose the first useful response with the four headings below in exactly this order. Put any route-specific detail under the closest heading. Unsafe and out-of-scope cases still use the same shape, with the lawful alternative first.
  7. Attach one approved status from the contract to every legal conclusion. State assumptions and missing facts; never promise a result or fill a factual gap.
  8. Call worker_rights_cn.safety.review_output(case, draft) before delivery. Apply required redactions and statuses; if not allowed, replace the affected content with its lawful, actionable alternative.

First useful response

Read the full file on GitHub · 44 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 44 lines · 67 tokens per session scan A 28a7c17d78a0

Subscribe to this mod's changes

worker-rights-guide is a skill published in the GitHub repository 90le/worker-rights-cn (94 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 67 tokens to every session and 667 once invoked, about $0.0003 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

compliance

Compliance expert for SOC 2, GDPR, HIPAA, PCI-DSS, and security frameworks.

RightNow-AI/openfang · 22 tokens

dependency-audit

Audits direct and transitive dependencies for license compliance, maintenance health, CVEs, abandoned packages, and bloat. Triggers on: "audit dependencies", "license check", "dependency health", "abandoned packages", "unused dependencies", "license compliance", "supply chain", "dependency risk".

Mathews-Tom/armory · 66 tokens

commercial-legal-pl

Skill do analizy i tworzenia umów według polskiego prawa, ze szczególnym uwzględnieniem umów B2B, IP i IT (body leasing, NDA, wdrożenia, SaaS, przeniesienie praw autorskich, ugody). Powstał w Kancelarii Radców Prawnych Żurawska Piotrowski i Wspólnicy (ktzr.pl). Używaj zawsze gdy użytkownik prosi o przeanalizowanie…

apiotrowski-afk/commercial-legal-pl · 231 tokens

anvil-adsense-audit

A pre-submission audit for websites applying to Google AdSense, Google's advertising programme. It checks policy, content, crawling, privacy, and site-readiness items and records each as Pass, Fail, Unknown, or Not applicable.

PNGTRID/AnvilWiki · 136 tokens

counterparty-guard

A Russian business-counterparty check based on an identification number called an INN. It gathers public records about a company or sole proprietor and presents deal-risk signals.

ilyautov/small-business-ru · 252 tokens

contract-review

A contract-checking tool for Russian law, aimed at small businesses without an in-house lawyer. It reviews supply, service, contractor, NDA, and SaaS agreements and explains risky or missing terms in plain language.

ilyautov/small-business-ru · 175 tokens