Labor Law
v2.0.1Query Chinese labor law on overtime, leave, contracts, and severance rules. Use when checking overtime rules, calculating severance, reviewing contracts.
⭐ 1· 405·1 current·1 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description advertise a labor-law reference tool; included files implement that (scripts/labor.sh) plus a generic local data-entry/logger CLI (scripts/script.sh). The extra data-logging functionality is reasonable but slightly inconsistent with the 'query labor law' description (looks like a combined reference + local note-keeping tool). This mismatch is likely benign but worth noting.
Instruction Scope
Runtime instructions and scripts operate only on local files under a configurable data directory (default ~/.local/share/labor-law). They read/write local logs and data, accept command arguments, and print legal guidance. They do not reference network endpoints, system-wide credentials, or other unrelated system paths.
Install Mechanism
No install spec or remote download; the skill is instruction-only with included bash scripts. Nothing is fetched from external URLs and no archives are extracted.
Credentials
No required environment variables, credentials, or config paths. The scripts optionally honor LABOR_LAW_DIR and XDG_DATA_HOME (reasonable for changing the local data directory). No secrets are requested.
Persistence & Privilege
always:false (no forced inclusion). The skill writes files only under its own data directory (default ~/.local/share/labor-law) and does not modify other skills or global agent settings.
Assessment
This skill is largely local and coherent: it bundles a Bash reference (labor.sh) that prints Chinese labor-law notes and a small CLI (script.sh) that stores/searches short text entries under ~/.local/share/labor-law (or LABOR_LAW_DIR). Before installing, review the two scripts if you want to be certain: they create/append plain-text files (data.log, history.log) in your data directory and do not perform network calls or request credentials. Note the minor mismatch between the short description (labor law reference) and SKILL.md which describes a general data-entry tool — that's probably intentional (reference + local notes) but you should confirm you’re comfortable with the tool writing logs to your home directory. If you plan to run the scripts on a shared system, be aware they store logs in plain text and do not sanitize or escape user-provided search/add input (typical for a simple CLI).Like a lobster shell, security has layers — review code before you run it.
latestvk9795e4v89nr95z16mpb2a2g3d8357baproductivityvk97400kz0j3hz5xgwkr5t6ye3x82rkyb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
