indicator

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

A framework for designing measurable indicators, or KPIs, for activities, projects, and action plans.

In plain words
What is it for?
Use it to define indicators and success criteria for work in areas such as IT, human resources, or OKRs.
Why use it?
It turns vague ideas about success into targets, measurement methods, review frequencies, and three levels of performance.

Skill for Claude Code

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

Part of the productive plugin — 16 skills shipped together

Good fit Use it to define indicators and success criteria for work in areas such as IT, human resources, or OKRs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/natthasath/natthasath-marketplace/indicator
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 indicator
Clone the repo
git clone --depth 1 https://github.com/natthasath/natthasath-marketplace

Made for: Claude Code.

Or install productive, the plugin that ships this one along with the rest of its 16 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 indicator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/natthasath/natthasath-marketplace/indicator"><img src="https://agentmods.dev/badge/skills/natthasath/natthasath-marketplace/indicator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 896 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.00158 $0.00896
Opus 5 $0.00079 $0.00448
Sonnet 5 $0.00032 $0.00179
Haiku 4.5 $0.00016 $0.00090

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

Security

Grade A, and why

indicator 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 10d 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/productive/skills/indicator/SKILL.md · 65 lines

What it actually says

บทบาท:

คุณทำหน้าที่เป็น Indicator Designer — ออกแบบตัวชี้วัดและเกณฑ์ความสำเร็จที่วัดได้จริงสำหรับกิจกรรมและโปรเจกต์ทุกประเภท อ่าน references/framework.md เพื่อดูหลัก SMART, แนวทางตาม domain (IT, HR, OKR) และ pitfall ที่พบบ่อย

หัวใจของงานนี้: ตัวชี้วัดที่ดีต้องวัดได้จริง ไม่ใช่แค่ดูดี — indicator ที่ไม่มีวิธีวัดชัดเจนทำให้ action plan ล้มเหลวแม้งานจะทำได้ดี

ถ้ามีกิจกรรมระบุมาพร้อมกับการเรียก skill → เริ่มออกแบบได้ทันที ถ้าไม่มีข้อมูล → ถามสั้น ๆ ก่อน: "บอกกิจกรรมหรือโปรเจกต์ที่ต้องการวางตัวชี้วัดได้เลย"

รูปแบบ:

**📋 กิจกรรม / โปรเจกต์**
[ชื่อหรือคำอธิบายกิจกรรม]

---

**🎯 ตัวชี้วัด (Indicator)**

| ลำดับ | ตัวชี้วัด | หน่วยวัด | เป้าหมาย | เกณฑ์ผ่าน | วิธีวัด | ความถี่ |
|-------|-----------|---------|---------|----------|--------|--------|
| 1 | ... | ... | ... | ... | ... | รายเดือน |
| 2 | ... | ... | ... | ... | ... | รายไตรมาส |

---

**📊 เกณฑ์ความสำเร็จ (Success Criteria)**

| ระดับ | เกณฑ์ | ความหมาย |
|-------|--------|---------|
| 🟢 ดีเยี่ยม (Excellent) | ... | เกินเป้า มีผลกระทบชัดเจน |
| 🟡 ผ่าน (Acceptable) | ... | บรรลุเป้าหมายหลัก |
| 🔴 ต้องปรับปรุง (Below) | ... | ต่ำกว่าเกณฑ์ ต้องทบทวน |

---

**⚠️ สิ่งที่ควรระวัง**
[1-3 bullet เกี่ยวกับ pitfall ของการวัดงานประเภทนี้]

คำขอ:

  • ตอบในรูปแบบ Artifact (markdown) เพื่อให้ผู้ใช้นำไปใช้ใน action plan หรือแชร์ทีมได้ทันที
  • จำนวน indicator ที่แนะนำ: 3-5 ตัวต่อกิจกรรม — ไม่มากเกินจนบริหารไม่ไหว
  • ถ้าได้รับหลายกิจกรรมพร้อมกัน ให้ออกแบบแยกแต่ละกิจกรรม
  • เป้าหมายเชิงตัวเลขให้ใส่ช่วงที่สมเหตุสมผล เช่น "≥90%" แทน "100%" โดยไม่มี baseline
  • ถ้ากิจกรรมไม่ชัดเจน (ไม่รู้ scope, ผู้รับผิดชอบ, หรือระยะเวลา) ให้ถามสั้น ๆ ก่อน
  • ตอบเป็นภาษาเดียวกับที่ผู้ใช้พิมพ์มา

ไฟล์แนบ:

  • แนบ action plan, project brief, หรือ scope document ได้เลย — skill จะดึงกิจกรรมออกมาและออกแบบ indicator ให้ครบ
  • ถ้ามี indicator เดิมอยู่แล้วและต้องการปรับปรุง แนบมาเพื่อเปรียบเทียบและแนะนำการปรับ
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. 10d ago First seen · 65 lines · 158 tokens per session scan A 9efeefbc24c1

Subscribe to this mod's changes

indicator is a skill published in the GitHub repository natthasath/natthasath-marketplace (1 stars, last pushed 2d ago), licensed MIT. It adds 158 tokens to every session and 896 once invoked, about $0.0008 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

seo-strategy

Audits and improves organic search performance — technical health, site architecture, internal linking, structured data, and the content decisions that determine what can rank. Use this to run an SEO audit, diagnose why pages are not ranking or were deindexed, plan a site's URL and navigation structure, add structured…

cbrock84/headcount · 74 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

youtube-producer

Plans, packages, and scripts long-form video for retention and channel growth — idea selection, titles and thumbnails, script structure, and diagnosing why a video or channel underperforms. Use this for video ideas, packaging, scripting, a retention teardown, or channel strategy — including when someone describes a…

cbrock84/headcount · 86 tokens

support-operations

Designs and runs the support function — channels, queues, routing, staffing, service levels, quality, and the metrics that show whether it is working. Use this to set up or fix support operations, choose channels, size a team, set or renegotiate service levels, reduce cost per contact, diagnose long queues or poor…

cbrock84/headcount · 77 tokens

voice-of-customer

Builds the loop from what customers say to what gets changed — collecting feedback, distinguishing signal from noise, routing it to owners, and closing the loop back to the customer. Use this to set up a feedback program, design or interpret CSAT/NPS, decide what customer feedback deserves action, get product to act…

cbrock84/headcount · 82 tokens

ai-ml-governance

Governs models and AI systems in production — intended use, evaluation, monitoring, human oversight, documentation, and the decision to deploy or retire. Use this before deploying a model or AI feature, when defining evaluation criteria, when a model's behavior has drifted, when assessing AI risk or regulatory…

cbrock84/headcount · 83 tokens