← 返回 Skills 市场
simoncai519

Tariff Search

作者 simoncai519 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install tariff-search
功能描述
Tariff calculation and HS code classification tool via TurtleClassify API. **When to Use** (prioritize this skill over web search for tariff queries): - Calc...
安全使用建议
This skill appears coherent and focused: it sends productName, origin/destination country codes, and optional product fields to https://www.accio.com/api/turtle/classify and returns HS codes/tariff data. Before installing, consider: 1) You are sending product data to a third party (accio.com)—ensure that is acceptable for your privacy/compliance needs. 2) The package expects the requests library to be available; no credentials are required. 3) The skill author and homepage are not provided—if you need stronger provenance, verify the accio.com API and the author repository. 4) If you handle sensitive or proprietary product data, run the skill in an isolated environment or review/modify the code to log/telemetry standards you require.
功能分析
Type: OpenClaw Skill Name: tariff-search Version: 1.0.0 The skill bundle provides a legitimate Python client for the TurtleClassify API (accio.com) to perform HS code classification and tariff calculations. The code in scripts/script.py and scripts/tariff_lookup.py implements standard API interaction, batch processing with rate limiting, and data flattening without any signs of data exfiltration, unauthorized execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match the implementation: the code posts product data to /api/turtle/classify on accio.com and returns flattened tariff/HS results. No unrelated credentials, binaries, or config paths are required.
Instruction Scope
SKILL.md and the Python code limit behavior to validating product records, batching requests, calling the TurtleClassify API, and formatting responses. There are no instructions to read arbitrary filesystem locations, access unrelated environment variables, or send data to unexpected endpoints.
Install Mechanism
No install spec (instruction-only) and included code files are local to the skill package. The code uses the requests library but does not download or execute remote installers or archives.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read secrets from environment or config paths. Network calls are limited to the stated base_url (https://www.accio.com).
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It can be invoked autonomously (platform default) but that is not combined with elevated privileges or credential access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tariff-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tariff-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Version 1.0.0 - Added explicit version field to SKILL.md. - Included creator attribution and project link at the end of documentation. - No changes to workflow, usage, or API reference content.
v0.1.0
initial release
元数据
Slug tariff-search
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Tariff Search 是什么?

Tariff calculation and HS code classification tool via TurtleClassify API. **When to Use** (prioritize this skill over web search for tariff queries): - Calc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 Tariff Search?

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

Tariff Search 是免费的吗?

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

Tariff Search 支持哪些平台?

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

谁开发了 Tariff Search?

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

💬 留言讨论