Provides access to logging, monitoring, and tracing for infrastructure services.
Install
mkdir -p .claude/skills/lmt && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11931" && unzip -o skill.zip -d .claude/skills/lmt && rm skill.zipInstalls to .claude/skills/lmt
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill for viewing service logs, filtering logs by date, streaming live logs, browsing distributed traces, or analyzing API performance and HTTP status distributions on SELISE Blocks.Key capabilities
- →View service logs
- →Filter logs by date range
- →Stream live log output
- →View distributed traces
- →Analyze API performance
- →View HTTP status code distribution
How it works
The skill provides access to service logs, distributed traces, and performance analytics for SELISE Blocks projects by routing user requests to specific flows and actions.
Inputs & outputs
When to use lmt
- →View auth service logs
- →Stream live logs
- →Analyze API performance
About this skill
LMT Skill — Logging, Monitoring & Tracing
Purpose
Provides access to service logs, distributed traces, and performance analytics for SELISE Blocks projects. Used by developers and platform admins to debug, monitor, and analyze running services.
When to Use
Example prompts that should route here:
- "Show me the last 100 logs for the auth service"
- "Stream live logs while I test the login endpoint"
- "Find all traces with errors from the past hour"
- "Show API latency analytics for the data service"
Execution Context
Before executing any action or flow from this skill, read ../core/execution-context.md for the required supporting files, load order, and cross-domain orchestration rules.
Base Path
All endpoints are prefixed with: $VITE_API_BASE_URL/lmt/v1
Intent Mapping
| User wants to... | Use |
|---|---|
| View service logs | flows/view-logs-flow.md |
| Search logs by date range | actions/get-logs-by-date.md |
| Watch live log output | actions/stream-live-logs.md |
| View distributed traces | flows/view-traces-flow.md |
| Get a single trace | actions/get-trace.md |
| Analyze API performance / latency | actions/get-operational-analytics.md |
| View HTTP status code distribution | actions/get-service-analytics.md |
Flows
| Flow | File | Description |
|---|---|---|
| view-logs-flow | flows/view-logs-flow.md | Filter and paginate service logs |
| view-traces-flow | flows/view-traces-flow.md | Browse traces and drill into performance |
Action Index
Logs
| Action | File | Description |
|---|---|---|
| get-logs | actions/get-logs.md | Get paginated logs with filtering |
| get-logs-by-date | actions/get-logs-by-date.md | Get logs filtered by date range |
| stream-live-logs | actions/stream-live-logs.md | Stream live log output for a service |
Traces
| Action | File | Description |
|---|---|---|
| get-traces | actions/get-traces.md | Get paginated traces with filtering |
| get-trace | actions/get-trace.md | Get a single trace by ID |
| get-operational-analytics | actions/get-operational-analytics.md | API-level latency and performance metrics |
| get-service-analytics | actions/get-service-analytics.md | HTTP status code distribution analytics |
When not to use it
- →When the project is not a SELISE Blocks project
- →When the user wants to modify logs or traces
Limitations
- →Provides access to service logs, distributed traces, and performance analytics for SELISE Blocks projects
- →Used by developers and platform admins to debug, monitor, and analyze running services
How it compares
This skill centralizes access to various logging, monitoring, and tracing functionalities for SELISE Blocks, providing a structured interface for debugging and analysis.
Compared to similar skills
lmt side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| lmt (this skill) | 0 | 4mo | No flags | Beginner |
| observability | 1 | 6mo | No flags | Advanced |
| arize-link | 0 | 2mo | No flags | Beginner |
| langsmith-observability | 4 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
observability
incidentfox
Log, metric, and trace analysis methodology. Use when analyzing logs, investigating errors, querying metrics, or correlating signals across observability backends (Coralogix, Datadog, CloudWatch).
arize-link
TruMedia-Creative
Generate deep links to the Arize UI. Use when the user wants a clickable URL to open a specific trace, span, session, dataset, labeling queue, evaluator, or annotation config.
langsmith-observability
davila7
LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.
debugging-toolkit-smart-debug
sickn33
Use when working with debugging toolkit smart debug
jaeger-analysis
incidentfox
Jaeger distributed tracing analysis. Use when investigating request latency, tracing errors across services, finding slow spans, or understanding service dependencies.
log-analyzer
mikopbx
Анализ логов Docker контейнера для диагностики проблем и мониторинга здоровья системы. Использовать при отладке ошибок, отслеживании процессов воркеров, исследовании проблем API или мониторинге поведения системы после тестов.