← Back to Skills Marketplace
Tariff
by
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
138
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tariff
Description
International trade tariff reference — HS codes, duty rates, trade agreements, customs valuation, and tariff classification. Use when classifying goods for i...
Usage Guidance
This skill is largely coherent with its description: it runs a local shell script that appears to print tariff reference material and asks for no credentials. However, the script listing provided was truncated, so before installing or enabling autonomous use you should inspect the full scripts/script.sh file yourself (open it in a text editor) to confirm there are no network requests (curl/wget/ssh), no unexpected file reads/writes outside ~/.tariff, and no obfuscated/encoded code. If you don't want to inspect manually, run the skill in a restricted/sandboxed environment first. If you plan to point TARIFF_DIR at a custom path, avoid using sensitive directories (home root configs, SSH keys, cloud creds).
Capability Analysis
Type: OpenClaw Skill
Name: tariff
Version: 1.0.0
The 'tariff' skill is a purely informational reference tool providing static text regarding international trade, HS codes, and customs valuation. The shell script (scripts/script.sh) contains no functional logic other than displaying documentation via heredocs and lacks any network, file system, or sensitive data access.
Capability Assessment
Purpose & Capability
The name/description (tariff reference, HS codes, duties, etc.) align with what is provided: a local script that prints reference material and examples. The skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md directs the agent to run scripts/script.sh for all commands. The visible portions of script.sh are documentation-style functions that print tariff guidance (no network calls or file writes shown). SKILL.md mentions an optional TARIFF_DIR (~/.tariff/) which could be used by the script — that is reasonable for optional local data but should be checked to ensure it doesn't read unexpected paths. The provided script content is truncated in the prompt; I cannot verify the tail end of the file.
Install Mechanism
No install spec is present (instruction-only usage with a bundled script). This is low-risk compared with downloading remote code or adding packages.
Credentials
The skill declares no required environment variables or credentials. SKILL.md documents an optional TARIFF_DIR defaulting to ~/.tariff/, which is proportionate for a local data directory, but users should confirm the script only uses that path as intended.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not declare system-wide configuration changes. Autonomous invocation is allowed by default but is not combined with broad privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tariff - After installation, invoke the skill by name or use
/tariff - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Tariff?
International trade tariff reference — HS codes, duty rates, trade agreements, customs valuation, and tariff classification. Use when classifying goods for i... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.
How do I install Tariff?
Run "/install tariff" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tariff free?
Yes, Tariff is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tariff support?
Tariff is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tariff?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.
More Skills