log-check

log-check is a skill for Claude Code from KhaiTrang1995/agentic-awesome-kits. It costs 36 tokens per session (391 once invoked), scanned A, original, no licence file.

A coding-agent skill for investigating application logs stored in ELK, a system commonly used to search and analyse logs. It uses time ranges, KQL searches, error patterns, redacted examples, and correlations to produce an evidence-based report.

In plain words
What is it for?
Use it to search ELK logs, identify error patterns, correlate related events, collect safe samples, and write an investigation report.
Why use it?
It organises log investigation and keeps conclusions tied to observable evidence rather than guesses.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to search ELK logs, identify error patterns, correlate related events, collect safe samples, and write an investigation report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khaitrang1995/agentic-awesome-kits/log-check
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 KhaiTrang1995/agentic-awesome-kits --skill log-check
Clone the repo
git clone --depth 1 https://github.com/KhaiTrang1995/agentic-awesome-kits

Made for: Claude Code.

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 log-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaitrang1995/agentic-awesome-kits/log-check/github.svg)](https://agentmods.dev/skills/khaitrang1995/agentic-awesome-kits/log-check)
Your own site
<a href="https://agentmods.dev/skills/khaitrang1995/agentic-awesome-kits/log-check"><img src="https://agentmods.dev/badge/skills/khaitrang1995/agentic-awesome-kits/log-check/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 log-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/khaitrang1995/agentic-awesome-kits/log-check"><img src="https://agentmods.dev/badge/skills/khaitrang1995/agentic-awesome-kits/log-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 391 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 unknown 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.00036 $0.00391
Opus 5 $0.00018 $0.00196
Sonnet 5 $0.00007 $0.00078
Haiku 4.5 $0.00004 $0.00039

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

Security

Grade A, and why

log-check 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.

kits/devops/elk-kit/.claude/skills/log-check/SKILL.md · 53 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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 · 53 lines · 36 tokens per session scan A 8e124e74c9fb

Subscribe to this mod's changes

log-check is a skill published in the GitHub repository KhaiTrang1995/agentic-awesome-kits (8 stars, last pushed 1mo ago), with no licence file. It adds 36 tokens to every session and 391 once invoked, about $0.0002 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

troubleshooting

A troubleshooting guide for Kubernetes, a system for running containerized applications across computers. It lists commands for checking clusters, nodes, components, pods, events, resources, and storage.

chaterm/terminal-skills · 11 tokens

pod-management

A Kubernetes troubleshooting skill for managing Pods, the small units that run containers in Kubernetes. It covers checking Pod status, reading logs, and running commands inside containers.

chaterm/terminal-skills · 11 tokens

spark-engineer

Use when writing Spark jobs, debugging performance issues, or configuring cluster settings for Apache Spark applications, distributed data processing pipelines, or big data workloads. Invoke to write DataFrame transformations, optimize Spark SQL queries, implement RDD pipelines, tune shuffle operations, configure…

Jeffallan/claude-skills · 75 tokens

debugging-wizard

Parses error messages, traces execution flow through stack traces, correlates log entries to identify failure points, and applies systematic hypothesis-driven methodology to isolate and resolve bugs. Use when investigating errors, analyzing stack traces, finding root causes of unexpected behavior, troubleshooting…

Jeffallan/claude-skills · 70 tokens

perf-profiler

A performance investigation guide that uses repeatable measurements and profiling evidence to find where software spends time or resources. Profiling records runtime activity such as CPU use, memory use, database work, or network delays.

laolaoshiren/claude-code-skills-zh · 78 tokens

log-analyzer

A log-analysis helper that reads application and system logs to find unusual patterns and likely causes. Logs are records of events such as errors, requests, warnings, and service activity.

laolaoshiren/claude-code-skills-zh · 24 tokens