← 返回 Skills 市场
ckchzh

Paycheck

作者 BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ 安全检测通过
233
总下载
0
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install paycheck
功能描述
Calculate salary breakdowns with taxes and deductions. Use when estimating take-home pay, checking withholdings, comparing deductions, analyzing components.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paycheck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paycheck 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug paycheck
版本 2.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 5
常见问题

Paycheck 是什么?

Calculate salary breakdowns with taxes and deductions. Use when estimating take-home pay, checking withholdings, comparing deductions, analyzing components. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。

如何安装 Paycheck?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paycheck」即可一键安装,无需额外配置。

Paycheck 是免费的吗?

是的,Paycheck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Paycheck 支持哪些平台?

Paycheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Paycheck?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.2。

💬 留言讨论