← Back to Skills Marketplace
ckchzh

Paycheck

by BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
233
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install paycheck
Description
Calculate salary breakdowns with taxes and deductions. Use when estimating take-home pay, checking withholdings, comparing deductions, analyzing components.
Usage Guidance
This skill appears to be a simple local logging/export tool. Before installing, note that it will create and append plain-text entries under ~/.local/share/paycheck (history.log and per-command .log files) and will write export files to that same directory. Do not store sensitive secrets (full SSNs, payroll bank credentials, etc.) in these logs unless you are comfortable with them being plain text. The script has minor bugs (for example the JSON export appends a literal "\n]" rather than a proper newline) but nothing that indicates malicious intent. If you plan to use it for real payroll data, consider encrypting the data directory or restricting file permissions, and review the script locally to confirm it matches your privacy requirements.
Capability Analysis
Type: OpenClaw Skill Name: paycheck Version: 2.0.2 The 'paycheck' skill is a local logging utility designed to record and track salary-related data in ~/.local/share/paycheck/. The script (scripts/script.sh) performs basic file append operations and local searches without any network access, data exfiltration, or suspicious execution patterns. While there are functional bugs in the script's logic (duplicate case labels for 'export' and 'status' prevent the actual export functions from being reached), these are unintentional flaws rather than malicious intent.
Capability Assessment
Purpose & Capability
Name/description (salary breakdowns, logging, exports) align with the included shell script and SKILL.md. The script implements logging, search, stats, and export functionality that fit the stated purpose; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and the script operate only on local files within the declared data directory and standard POSIX utilities. The instructions do not read unrelated system config, request environment secrets, or send data to external endpoints. They append user-supplied text to local logs and produce local export files.
Install Mechanism
No install spec is provided (instruction-only style), and the included script is pure shell using standard utilities. Nothing is downloaded or extracted from external URLs during install.
Credentials
No required environment variables, credentials, or config paths are declared or accessed beyond HOME for the user data directory. The script's access to the user's home directory is proportional to its purpose of local logging.
Persistence & Privilege
always is false and autonomous invocation is allowed by default. The skill only creates and writes files under its own data directory and does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paycheck
  3. After installation, invoke the skill by name or use /paycheck
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
update
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
v1.0.0
Initial release
Metadata
Slug paycheck
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Paycheck?

Calculate salary breakdowns with taxes and deductions. Use when estimating take-home pay, checking withholdings, comparing deductions, analyzing components. It is an AI Agent Skill for Claude Code / OpenClaw, with 233 downloads so far.

How do I install Paycheck?

Run "/install paycheck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Paycheck free?

Yes, Paycheck is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Paycheck support?

Paycheck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Paycheck?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.2.

💬 Comments