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.
npx skills add Boom-Vitt/claude-thai-skills --skill templategit clone --depth 1 https://github.com/Boom-Vitt/claude-thai-skillsWrote 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.
[](https://agentmods.dev/skills/boom-vitt/claude-thai-skills/template)<a href="https://agentmods.dev/skills/boom-vitt/claude-thai-skills/template"><img src="https://agentmods.dev/badge/skills/boom-vitt/claude-thai-skills/template/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/boom-vitt/claude-thai-skills/template"><img src="https://agentmods.dev/badge/skills/boom-vitt/claude-thai-skills/template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00140 | $0.01019 |
| Opus 5 | $0.00070 | $0.00509 |
| Sonnet 5 | $0.00028 | $0.00204 |
| Haiku 4.5 | $0.00014 | $0.00102 |
Grade A, and why
thai-your-skill-name 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 11d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
REPLACE-WITH-THAI-TITLE (English subtitle in parentheses)
Overview
อธิบายสั้นๆ ว่า skill นี้ทำอะไร และทำไม Claude ที่ไม่มี skill ตัวนี้ถึงพลาดเรื่องนี้บ่อย. เขียนสองภาษา — ภาษาไทยก่อน ตามด้วยประโยคอังกฤษ.
Briefly explain what this skill does and why Claude without this skill tends to get it wrong. Two languages, Thai first then English.
When to use
- ตัวอย่างเคสที่ต้องใช้ skill นี้ (เป็นกระสุนภาษาไทย)
- อีกตัวอย่างหนึ่ง
- Bullet in English for the equivalent case
- Edge case that Claude is likely to miss without this skill
When NOT to use
- บอกขอบเขต — ถ้า task เป็นแบบ X ให้ใช้ skill อื่น (อ้างอิงชื่อ skill ตรงนี้)
- If the task is purely general-purpose REPLACE, fall back to the standard tool
Core knowledge
ใส่สาระสำคัญที่ Claude ต้องรู้ — ตาราง, สูตร, ระเบียบ, ลำดับขั้น. ถ้ามีกฎหมาย/ระเบียบ ระบุชื่อพร้อมเลขมาตรา/ลำดับที่ของประกาศ.
| Field | ค่า | หมายเหตุ |
|---|---|---|
| ตัวอย่าง | 1 | คำอธิบาย |
Examples
ตัวอย่างที่ 1 — เคสปกติ
Input: ผู้ใช้พิมพ์ว่า "..."
Expected output:
...
Why: เหตุผลว่าทำไม output ต้องหน้าตาแบบนี้.
ตัวอย่างที่ 2 — Edge case
Input: ...
Expected output: ...
Why: ...
Pitfalls
- ข้อผิดพลาดที่พบบ่อย — เช่น Claude มักจะเดาว่า ... แต่ที่จริงต้อง ...
- Common mistake when ...
ถ้ามีโค้ดประกอบ / If this skill ships code
ถ้า skill มี script หรือ utility ประกอบ:
- วางโค้ดไว้ใน directory เดียวกับ
SKILL.md(ไม่ต้องสร้าง subdirectory นอกจากจะมีไฟล์เยอะ). - ตั้งชื่อไฟล์ตามจุดประสงค์:
validate.py,parse.ts,calc.py,convert.pyฯลฯ. - เขียน self-test ที่ exit non-zero เมื่อ check ใดๆ ผิด — อย่าแค่ print "FAIL".
- ลงทะเบียน self-test ใน
scripts/test-all.shที่ root ของรีโปเพื่อให้ CI หยิบไปรัน. - อ้างถึงโค้ดจาก SKILL.md body ด้วย relative path เช่น
validate.py:23.
วิธีใช้ template นี้ / How to use this template
cp -R template skills/thai-your-skill-name.- แก้
SKILL.mdที่อยู่ภายใต้ directory ใหม่ — เปลี่ยนname,description, และทุก section ตามจริง. - เพิ่มชื่อ skill ใน
.claude-plugin/plugin.jsonที่ fieldskills. - รัน
python3 scripts/validate-skills.pyเพื่อตรวจ frontmatter. - ถ้ามีโค้ดเสริม รัน
./scripts/test-all.shเพื่อยืนยันว่าทุก test ผ่าน. - เปิด PR ตามคู่มือใน CONTRIBUTING.md.
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.
- 11d ago First seen · 87 lines · 140 tokens per session scan A 3ada5b197011
thai-your-skill-name is a skill published in the GitHub repository Boom-Vitt/claude-thai-skills (51 stars, last pushed 3mo ago), licensed MIT. It adds 140 tokens to every session and 1,019 once invoked, about $0.0007 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-30.
Other skills, from other repositories
astro-dso-doc
Generates a complete, polished HTML documentation page, a processing checklist, an AstroBin post JSON, a PixInsight process icon set (XPSM), AND a ready-to-paste PixInsight project Description field for a deep-sky object (DSO) astrophotography project. Use this skill whenever the user mentions astrophotography, a DSO…
document-code
Apply Google Style documentation standards to Python, Go, TypeScript, and Terraform code. Use when writing or reviewing code that needs docstrings/comments/JSDoc, when asked to "document this code", "add docstrings", "follow Google Style", or when improving code documentation quality. Supports Python docstrings, Go…
work-on-ticket
Fetches Jira ticket details, creates an appropriately named branch, and initiates the task planning workflow. Use when the user says "work on [TICKETID]" or similar phrases.
datadog
Use this skill when you need to search Datadog logs, query metrics, tail logs in real-time, trace distributed requests, investigate errors, compare time periods, find log patterns, check service health, or export observability data.
skill-check
Validate Claude Code skills against Anthropic guidelines. Use when user says "check skill", "skillcheck", "validate SKILL.md", or asks to find issues in skill definitions. Covers structural and semantic validation. Do NOT use for anti-slop detection, security scanning, token analysis, enterprise checks, or Eval Kit…
design-feature
Turn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy recorded decisions. Triggers: "design-feature", "design this feature", "define product scope".