← 返回 Skills 市场
Tax Calculator
作者
codefarmerman
· GitHub ↗
· v1.0.0
· MIT-0
549
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tax-calculator
功能描述
中国税务计算工具。当用户需要计算具体税额时应使用本 Skill,支持增值税、企业所得税、个人所得税、土地增值税、印花税等主要税种的税额计算,以及多方案税负对比分析。适用于税务筹划效果量化、交易税务成本估算、税负分析报告等场景。
安全使用建议
This skill appears to do only local tax calculations and is coherent with its description. Before installing, consider: (1) validate formulas and outputs against a few known examples or official guidance, since tax rules change and edge cases matter; (2) confirm you trust any referenced skills (china-tax-law, xlsx) if you plan to use them for up-to-date rates or exports; (3) avoid pasting sensitive taxpayer-identifying data into public/shared agents — although this skill has no network calls, the agent environment or other enabled skills might handle data in ways you should review; and (4) for material or legally binding tax decisions, verify results with a tax professional or the tax authority.
功能分析
Type: OpenClaw Skill
Name: tax-calculator
Version: 1.0.0
The tax-calculator skill bundle is a legitimate tool for calculating various Chinese taxes (VAT, CIT, PIT, etc.). The Python script `scripts/tax_calc.py` contains standard mathematical implementations of tax formulas and lacks any high-risk behaviors such as network access, file exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description (中国税务计算工具) match the provided assets: SKILL.md documents tax formulas and the package includes a Python script that implements VAT, CIT, IIT, land appreciation tax and stamp duty calculations. There are no unrelated environment variables, binaries, or external service credentials requested.
Instruction Scope
SKILL.md instructs the agent to run scripts/tax_calc.py or compute using the formulas in the doc. The instructions stay within the stated purpose. They reference other skills (china-tax-law for rates and xlsx for Excel export) — these are plausible integrations but are optional and not required for core calculation logic.
Install Mechanism
No install spec is present (instruction-only plus an included script). The code file is included in the bundle and there are no downloads or external installers, which is low risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The code contains only local numeric computations and printed output; it does not attempt to read credentials or access external resources.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system changes. Model invocation is enabled (platform default) — this is normal and not by itself a sign of excess privilege.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tax-calculator - 安装完成后,直接呼叫该 Skill 的名称或使用
/tax-calculator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Tax Calculator 是什么?
中国税务计算工具。当用户需要计算具体税额时应使用本 Skill,支持增值税、企业所得税、个人所得税、土地增值税、印花税等主要税种的税额计算,以及多方案税负对比分析。适用于税务筹划效果量化、交易税务成本估算、税负分析报告等场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 549 次。
如何安装 Tax Calculator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tax-calculator」即可一键安装,无需额外配置。
Tax Calculator 是免费的吗?
是的,Tax Calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tax Calculator 支持哪些平台?
Tax Calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tax Calculator?
由 codefarmerman(@codefarmerman)开发并维护,当前版本 v1.0.0。
推荐 Skills