← 返回 Skills 市场
ericlakich

Ziptax Sales Tax

作者 ericlakich · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
982
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ziptax
功能描述
Look up U.S. sales tax rates using the ZipTax API. Use when the user asks about sales tax rates, tax calculations for a U.S. address/ZIP code/coordinates, freight or service taxability, jurisdiction-level tax breakdowns, use tax vs sales tax, or needs to integrate sales tax data into an application. Also handles account usage metrics and product taxability codes (TIC). Supports address-level (door-level), lat/lng, and postal code lookups across 12,000+ jurisdictions.
安全使用建议
Before installing: (1) Verify the source and owner — the skill has no homepage and the source is unknown. (2) Expect to provide an API key (ZIPTAX_API_KEY); the SKILL.md and scripts require it but the registry metadata does not declare it — confirm whether the platform will store or transmit that key. (3) The bundled script calls api.zip-tax.com via curl and requires python3; ensure those binaries are present and acceptable. (4) If you want to use this skill, ask the publisher to update the registry metadata to declare ZIPTAX_API_KEY as a required credential and list required binaries (curl, python3). (5) If you are concerned about secrets, create a dedicated ZipTax key with limited quota and monitor usage after enabling the skill.
功能分析
Type: OpenClaw Skill Name: ziptax Version: 1.0.0 The skill bundle is designed to interact with the ZipTax API for sales tax lookups. All network requests are directed to the legitimate `api.zip-tax.com` domain. The `scripts/lookup.sh` script properly sanitizes user-provided address input using `python3 -c "import urllib.parse; print(urllib.parse.quote('$ADDRESS'))"` to prevent shell injection. The `ZIPTAX_API_KEY` is read from an environment variable and used as expected for API authentication, with no evidence of exfiltration to unauthorized destinations. No prompt injection attempts, obfuscation, or other malicious behaviors were found in `SKILL.md` or other files.
能力评估
Purpose & Capability
The name, description, SKILL.md, bundled script, and API reference all consistently implement a ZipTax sales-tax lookup API client — that capability matches the stated purpose. However, the registry metadata fails to declare the credential and runtime tools the skill actually needs (see environment_proportionality and install_mechanism).
Instruction Scope
SKILL.md and the script stay within the scope of looking up tax rates and account metrics against api.zip-tax.com. There are no instructions to read unrelated system files, search shell history, or transmit data to unexpected endpoints. Network calls are limited to the documented ZipTax endpoints.
Install Mechanism
There is no install spec (instruction-only style) and nothing is downloaded or extracted. The risk is therefore low from install-time actions. Note: a shell script is bundled and will perform network calls when run.
Credentials
Both SKILL.md and scripts/lookup.sh require an API key (ZIPTAX_API_KEY) and the script uses curl and python3, but the registry metadata lists no required environment variables, no primary credential, and no required binaries. That mismatch is a meaningful incoherence — the skill will fail or prompt for credentials at runtime, and the registry did not declare that secret access is needed.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and is user-invocable only. It does not request elevated or persistent platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ziptax
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ziptax 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of ziptax-sales-tax skill. - Provides U.S. sales tax rate lookups using the ZipTax API. - Supports address, postal code, and latitude/longitude queries, with jurisdiction-level tax breakdowns. - Handles taxability for freight and services, product tax codes (TIC), and usage metrics. - Includes quick-start curl examples, a CLI script for lookups, and a detailed API reference.
元数据
Slug ziptax
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ziptax Sales Tax 是什么?

Look up U.S. sales tax rates using the ZipTax API. Use when the user asks about sales tax rates, tax calculations for a U.S. address/ZIP code/coordinates, freight or service taxability, jurisdiction-level tax breakdowns, use tax vs sales tax, or needs to integrate sales tax data into an application. Also handles account usage metrics and product taxability codes (TIC). Supports address-level (door-level), lat/lng, and postal code lookups across 12,000+ jurisdictions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 982 次。

如何安装 Ziptax Sales Tax?

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

Ziptax Sales Tax 是免费的吗?

是的,Ziptax Sales Tax 完全免费(开源免费),可自由下载、安装和使用。

Ziptax Sales Tax 支持哪些平台?

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

谁开发了 Ziptax Sales Tax?

由 ericlakich(@ericlakich)开发并维护,当前版本 v1.0.0。

💬 留言讨论