firetiger

Route Firetiger observability tasks to specialized skills for instrumentation and querying.

1|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firetiger
Source: https://github.com/firetiger-oss/cursor-plugin/tree/main/skills/firetiger
Command: npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as a central router for all Firetiger observability tasks, ensuring user requests are directed to the correct specialized skill for efficient problem-solving.

Core Features & Use Cases

  • Task Routing: Intelligently directs requests for instrumentation, data querying, incident investigation, agent planning, and agent execution to the appropriate sub-skill.
  • Simplified Access: Provides a single entry point for a wide range of observability and AI agent management functions within Firetiger.
  • Use Case: A user wants to "find slow requests in the last hour and then instrument the service if an issue is found." This skill would first route to firetiger-query to find the slow requests, and then, based on the findings, route to firetiger-instrument to add necessary instrumentation.

Quick Start

Use the firetiger skill to instrument my application for OpenTelemetry.

Frequently Asked Questions about firetiger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add OpenTelemetry instrumentation to my application?

To add OpenTelemetry instrumentation, this skill routes your request to a specialized sub-skill that configures tracing for Node.js, Python, Go, and Rust applications via the Firetiger API.

How do I query telemetry data to diagnose an incident?

Querying telemetry data to diagnose incidents is handled by routing your request to a dedicated sub-skill that executes SQL queries against the telemetry data to identify the root cause.

Can I manage AI agent lifecycles and plan investigations using observability data?

Yes, you can manage AI agent lifecycles and plan investigations by routing tasks to specialized agent planning and execution sub-skills that integrate with the Firetiger MCP server.

What is the best way to find slow requests and instrument a service automatically?

The best way to find slow requests and instrument a service is using this routing skill, which first queries telemetry data to find slow requests and then routes to the instrumentation sub-skill.

Does this observability router support direct API interactions with the Firetiger server?

Yes, this observability router supports direct API interactions by seamlessly integrating with the Firetiger MCP server to execute specialized observability and agent management tasks.