thai

thai is a skill for Claude Code, Codex from ntaffzii/Skill-Agents. It costs 103 tokens per session (1,459 once invoked), scanned A, original, MIT.

A router for Thai-specific work such as tax documents, government letters, privacy notices, identity checks, dates, addresses, captions, replies, résumés, and translation.

In plain words
What is it for?
Use it when a task needs Thai-language or Thailand-specific knowledge, including official documents, customer communication, date conversion, address formatting, or validation of national IDs and PromptPay details.
Why use it?
Thai tasks often depend on local formats, terminology, legal details, or levels of formality that a general workflow may get wrong. It directs the request to a more focused Thai skill.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ntaffzii/skill-agents/thai
Any agent
npx skills add ntaffzii/Skill-Agents --skill thai
Clone the repo
git clone --depth 1 https://github.com/ntaffzii/Skill-Agents

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for thai

README.md
[![agentmods](https://agentmods.dev/badge/skills/ntaffzii/skill-agents/thai.svg)](https://agentmods.dev/skills/ntaffzii/skill-agents/thai)
Your own site
<a href="https://agentmods.dev/skills/ntaffzii/skill-agents/thai"><img src="https://agentmods.dev/badge/skills/ntaffzii/skill-agents/thai.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,459 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.01459
Opus 5 $0.00051 $0.00730
Sonnet 5 $0.00021 $0.00292
Haiku 4.5 $0.00010 $0.00146

Measured 6d ago against content hash d2cd8ddd53e6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

thai scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (thai-address/parse.py, thai-date-format/convert.py, thai-id-validate/validate.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/thai/SKILL.md · 88 lines

How it starts

The opening of the file, as written. The whole thing — 88 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Thai Locale Skills

Use this skill to find or scaffold a Thai-specific domain-knowledge skill under skills/thai/.

Purpose

skills/thai/ holds content-domain skills for Thai-specific facts, formats, and documents — the kind of task where a general-purpose agent silently guesses wrong (date era, honorific register, legal document structure, checksum validation). This category is content, not workflow. It complements engineering/, productivity/, and the other buckets, which describe how to work, by supplying Thai-specific what.

Pattern inspired by Boom-Vitt/claude-thai-skills (MIT) — see NOTICE.md for attribution. Skills here are written fresh and checked against current sources rather than copied verbatim, because legal and tax figures drift over time and that repo is a single-maintainer side project (its own README flags 8 of 12 skills as unverified v0.1 prose).

Candidate skills (roadmap)

Skill Purpose Status Tier
thai-date-format พ.ศ./ค.ศ. era conversion, Thai numerals, formal/business date formats built validator (convert.py, self-test)
thai-id-validate Thai national ID checksum, phone normalization, PromptPay QR payload built validator (validate.py, self-test incl. CRC-16 reference vector)
thai-address Thai address parsing, postal code to province lookup (77 provinces) built validator (parse.py + provinces.json, self-test)
thai-invoice Tax invoice / receipt / quotation / WHT certificate per Revenue Code §86/4 built validator (calc.py, self-test) + templates
thai-government-form Official letters, leave requests, power of attorney per PM Office regulations on งานสารบรรณ built prose + template
thai-pdpa PDPA-compliant privacy notices and consent banners built prose + templates
thai-translate EN⇄TH translation preserving register and pronoun choice built prose
thai-social-caption Thai social captions for FB / TikTok / IG / Threads / X / Pantip built prose
thai-customer-service LINE OA / Shopee / Lazada reply scripts with an apology ladder built prose
thai-resume Thai and bilingual resume conventions built prose + template
thai-festival-card Festival greetings and taboo avoidance built prose
thai-text-processing Thai word segmentation, NFC normalization, RTGS romanization built prose + examples (normalize.py self-tests standalone; segmentation.py self-tests the naive-split failure and optionally PyThaiNLP if installed)

Read the full file on GitHub · 88 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 88 lines · 103 tokens per session scan A d2cd8ddd53e6

Subscribe to this mod's changes

thai is a skill published in the GitHub repository ntaffzii/Skill-Agents (4 stars, last pushed 3d ago), licensed MIT. It adds 103 tokens to every session and 1,459 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories