Turkey Import Cost Calculator
SpreadsheetItemized import cost by HS code — customs duty + VAT + freight + commission.
Live output preview
A plan is required to view this content
Choose a plan to access input format, sample outputs, and live previews.
View Plans →About the skill
/turkiye-import-cost-calculator — Library Skill: Turkiye Import Cost Calculator
Generated by: Step 3.7.5 Skill Intelligence (Phase 6.5) Created at: 2026-04-26T20:59:14.622Z for agent
import-decision-superhubReusability: highThis skeleton was generated automatically. It can be enriched after the agent is created (edit SKILL.md, add example I/O, expand the anti-pattern list). Production quality will improve in Phase 7.C with the Anthropic skill-creator wrap.
1. Purpose
A skill that calculates itemized import cost for Turkey: customs + VAT + SCT (if any) + customs duty by HS code (GTİP) + freight + insurance + domestic logistics + warehousing + marketplace commission. metric-calculator stays generic; this skill carries tax-rate information by HS (GTİP) code.
2. How It Is Invoked
Skill tool: turkiye-import-cost-calculator
Input: {
// Parameters the agent passes to this skill
// Example fields (customize to the skill's domain):
// input_data: ...,
// mode: "...",
// options: { ... }
}
3. Flow
1. Validate input
2. Domain-specific core logic — the user enriches this.
3. Output structured
First implementation (auto-generated): simple pass-through. The user, or
/update-skill turkiye-import-cost-calculator, can enrich it.
4. Output Format
{
"result": "...",
"metadata": {
"skill": "turkiye-import-cost-calculator",
"version": "1.0.0",
"generated_at": "<ISO>"
}
}
5. Anti-Patterns
Placeholders at first creation. Real anti-patterns will be added once the skill is in use:
- ❌ Generic over-application (calling this skill in every situation)
- ❌ Schema-less output (every output must have a schema)
- ❌ Side-effect without audit (write operations must be logged)
6. Typical Pattern for the Calling Agent
// Inside the agent:
const result = await callSkill("turkiye-import-cost-calculator", {
// input parameters
});
// result is used
7. Error Handling
- Input validation fail → structured error + path
- Tool unavailable → "Read permission missing" + guidance
- Timeout → cached fallback (if any) + WARN
8. Versioning
v3.2.0 (Phase 6.5 reform — Skill Intelligence auto-create).
9. Improvement Roadmap
This skill is in skeleton form. It is enriched through the following steps:
- Real input/output schema (JSON Schema)
- 2-3 few-shot examples
- Domain-specific anti-patterns
- Performance metrics (token/sec/cost)
- Test scenarios
With /update-skill turkiye-import-cost-calculator (after Phase 7.C, the Anthropic skill-creator wrap)
the items above can be filled in automatically.
How do I use this skill?
Upload the turkiye-import-cost-calculator.zip you downloaded as-is — no packaging needed, the format is already correct (folder at root).
- Open Settings → Customize → Skills
- Upload → select the
turkiye-import-cost-calculator.zipyou downloaded - Claude reads
SKILL.md; the name + description appear. Ready ✅
Scripts run in Anthropic's code-execution environment (sandbox) — not on your machine.