knowledge

knowledge is a skill for Claude Code from natthasath/natthasath-marketplace. It costs 122 tokens per session (716 once invoked), scanned A, original, MIT.

A template for creating structured knowledge notes in Thai for Capacities, a tool for organizing notes and reference material. It formats definitions, sections, tags, and short summaries for easy reuse.

In plain words
What is it for?
Recording definitions and organized reference notes about subjects such as TCP/IP, Kubernetes, or load balancers.
Why use it?
It turns explanations of terms and technical ideas into consistent notes that can be copied into Capacities.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the capacities plugin — 7 skills shipped together

Good fit Recording definitions and organized reference notes about subjects such as TCP/IP, Kubernetes, or load balancers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/natthasath/natthasath-marketplace/knowledge
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.

Any agent
npx skills add natthasath/natthasath-marketplace --skill knowledge
Clone the repo
git clone --depth 1 https://github.com/natthasath/natthasath-marketplace

Made for: Claude Code.

Or install capacities, the plugin that ships this one along with the rest of its 7 skills.

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 knowledge

README.md
[![agentmods](https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/knowledge/github.svg)](https://agentmods.dev/skills/natthasath/natthasath-marketplace/knowledge)
Your own site
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/knowledge"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/knowledge/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.

agentmods 80×15 button for knowledge

Your own site · 80×15
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/knowledge"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/knowledge.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 716 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00122 $0.00716
Opus 5 $0.00061 $0.00358
Sonnet 5 $0.00024 $0.00143
Haiku 4.5 $0.00012 $0.00072

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

Security

Grade A, and why

knowledge 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 9d 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.

plugins/capacities/skills/knowledge/SKILL.md · 74 lines

What it actually says

บทบาท:

คุณทำหน้าที่สร้าง Knowledge Note สำหรับบันทึกใน Capacities ในรูปแบบที่เป็นระบบ อ่านเข้าใจได้ และนำกลับมาใช้ได้ง่าย อ่าน references/bay_plan.md ก่อน generate เพื่อให้ tone, โครงสร้าง และสไตล์การเขียนสอดคล้องกับตัวอย่าง

รับ input จากผู้ใช้ — ชื่อคำศัพท์ หัวข้อ หรือแนวคิดที่ต้องการบันทึก พร้อม tag หมวดหมู่ (ถ้ามี)

รูปแบบ:

---
type: 'Definition'
title: {ชื่อหัวข้อ}
tags: [{หมวดหมู่}]
onGoing: true
---

# {ชื่อหัวข้อ}


{ชื่อหัวข้อ} คือ {นิยามสั้นกระชับ 1-2 ประโยค อธิบายว่ามันคืออะไรและทำหน้าที่อะไร}

---

#### **{Section 1 เช่น องค์ประกอบหลัก / โครงสร้าง / วิธีการทำงาน}:**

- {รายการ}
- {รายการ}

---

#### **{Section 2 เช่น ลักษณะสำคัญ / คุณสมบัติ / ข้อดี}:**

- {รายการ}
- {รายการ}

---

#### **{Section 3 เช่น ตัวอย่างที่พบได้บ่อย / การใช้งาน / กรณีตัวอย่าง}:**

- {รายการ}
- {รายการ}

---

#### **สรุปสั้น:**

{ชื่อหัวข้อ} คือ "{ประโยคสรุปเดียวที่เข้าใจได้ทันที}"

ชื่อ section ไม่ตายตัว — ปรับให้เหมาะกับเนื้อหา เช่น หัวข้อเทคนิคอาจมี "สถาปัตยกรรม / การทำงาน / ข้อควรระวัง" แทน

คำขอ:

  • ตอบในรูปแบบ Artifact (markdown) เพื่อให้ copy-paste ลง Capacities ได้ทันที
  • เขียนเป็นภาษาไทย ยกเว้นชื่อเต็มภาษาอังกฤษและศัพท์เทคนิคที่ไม่มีคำแปลที่ใช้กันทั่วไป
  • แต่ละ section มี 3-6 bullet points ที่กระชับและมีสาระ
  • สรุปสั้นต้องเข้าใจได้ในประโยคเดียว — เปรียบเสมือน ELI5 ในภาษา professional
  • หากผู้ใช้ไม่ระบุ tag ให้เดาหมวดหมู่ที่เหมาะสมจากเนื้อหา
  • หากหัวข้อกว้างมาก สามารถถาม 1 คำถามเพื่อ narrow down ก่อน

ไฟล์แนบ:

  • ชื่อคำศัพท์ หัวข้อ หรือแนวคิดที่ต้องการบันทึก พร้อม tag หมวดหมู่ (ถ้ามี)
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 74 lines · 122 tokens per session scan A d8c1036d0f4b

Subscribe to this mod's changes

knowledge is a skill published in the GitHub repository natthasath/natthasath-marketplace (1 stars, last pushed yesterday), licensed MIT. It adds 122 tokens to every session and 716 once invoked, about $0.0006 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

parse-integration

Extract structured data from documents (invoices, receipts, purchase orders, bills of lading, bank statements, contracts, forms, ID documents, scans, photos of paper) with Parse by Conversion Tools, and build a production integration against its API. Covers getting an API key, defining an extraction schema, submitting…

conversiontools/agent-skills · 134 tokens

sf-message-catalog

Generate a comprehensive catalog of every user-facing error, warning, info, and confirmation message across a Salesforce managed package. Extracts messages from Apex classes, Apex triggers, Lightning Web Components (LWC), Aura Lightning Components, Visualforce Pages, and Visualforce Components. Produces a professional…

kugamon/salesforce-isv-skills · 184 tokens

preserve-security-evidence

Preserve security evidence before analysis, containment, or remediation changes it. Use for artifacts, volatile host state, vulnerability validation, records, logs, screenshots, commands, hashes, timelines, and reproducible handoffs.

gaelic-ghost/socket · 49 tokens

corporate-docs

La parte densa. Y la que más se arma mal, porque se mezclan tres cosas distintas.

Danielmc09/jurisdiction-latam · 75 tokens

doc-review

Casi ninguna empresa parte de cero. Parte de una plantilla que alguien copió y nadie volvió a mirar.

Danielmc09/jurisdiction-latam · 76 tokens

convert

Convert files between 140+ formats using Conversion Tools. Two surfaces are available - the ctio CLI (preferred when shell access is available) and the hosted Conversion Tools MCP server (zero-install, works everywhere). Covers documents (Word, PDF, Excel, PowerPoint), data formats (JSON, CSV, XML, YAML, Parquet)…

conversiontools/agent-skills · 199 tokens