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.zip

Installs 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.
191 chars✓ has a “when” trigger
Beginner

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

You give it
User request for logging, monitoring, or tracing information
You get back
Service logs, distributed traces, or performance analytics

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 logsflows/view-logs-flow.md
Search logs by date rangeactions/get-logs-by-date.md
Watch live log outputactions/stream-live-logs.md
View distributed tracesflows/view-traces-flow.md
Get a single traceactions/get-trace.md
Analyze API performance / latencyactions/get-operational-analytics.md
View HTTP status code distributionactions/get-service-analytics.md

Flows

FlowFileDescription
view-logs-flowflows/view-logs-flow.mdFilter and paginate service logs
view-traces-flowflows/view-traces-flow.mdBrowse traces and drill into performance

Action Index

Logs

ActionFileDescription
get-logsactions/get-logs.mdGet paginated logs with filtering
get-logs-by-dateactions/get-logs-by-date.mdGet logs filtered by date range
stream-live-logsactions/stream-live-logs.mdStream live log output for a service

Traces

ActionFileDescription
get-tracesactions/get-traces.mdGet paginated traces with filtering
get-traceactions/get-trace.mdGet a single trace by ID
get-operational-analyticsactions/get-operational-analytics.mdAPI-level latency and performance metrics
get-service-analyticsactions/get-service-analytics.mdHTTP 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.

SkillInstallsUpdatedSafetyDifficulty
lmt (this skill)04moNo flagsBeginner
observability16moNo flagsAdvanced
arize-link02moNo flagsBeginner
langsmith-observability47moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry