← Back to Skills Marketplace
Tax Calculator
by
codefarmerman
· GitHub ↗
· v1.0.0
· MIT-0
549
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tax-calculator
Description
中国税务计算工具。当用户需要计算具体税额时应使用本 Skill,支持增值税、企业所得税、个人所得税、土地增值税、印花税等主要税种的税额计算,以及多方案税负对比分析。适用于税务筹划效果量化、交易税务成本估算、税负分析报告等场景。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tax-calculator - After installation, invoke the skill by name or use
/tax-calculator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Tax Calculator?
中国税务计算工具。当用户需要计算具体税额时应使用本 Skill,支持增值税、企业所得税、个人所得税、土地增值税、印花税等主要税种的税额计算,以及多方案税负对比分析。适用于税务筹划效果量化、交易税务成本估算、税负分析报告等场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 549 downloads so far.
How do I install Tax Calculator?
Run "/install tax-calculator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tax Calculator free?
Yes, Tax Calculator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tax Calculator support?
Tax Calculator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tax Calculator?
It is built and maintained by codefarmerman (@codefarmerman); the current version is v1.0.0.
More Skills