autotel-framework-setup

Integrate autotel observability into web frameworks with setup and middleware guidance.

7|3|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/jagreehal/autotel --skill autotel-framework-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autotel-framework-setup
Source: https://github.com/jagreehal/autotel/tree/main/autotel-observability/skills/autotel-framework-setup
Command: npx skills add https://github.com/jagreehal/autotel --skill autotel-framework-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It simplifies the process of integrating autotel observability and tracing capabilities into various web frameworks, saving developers time and effort.

Core Features & Use Cases

  • Framework-specific setup guides for Hono, TanStack Start, Cloudflare Workers, MCP, Express, Fastify, Next.js, and Edge runtimes.
  • Configuration instructions for middleware placement, package installation, and usage patterns.
  • Use Case: When starting a new web project, easily set up autotel to enable comprehensive observability, tracing, and logging without complex configuration.

Quick Start

Follow the setup instructions for your framework to quickly integrate autotel's observability and tracing features into your application.

Frequently Asked Questions about autotel-framework-setup

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

FAQPage Schema
How do I set up observability and tracing in a web framework?

To set up observability and tracing, you configure middleware and initialize tracing packages. This involves placing middleware correctly in your request pipeline to capture comprehensive logs and traces.

Does autotel integration work with Cloudflare Workers and Edge runtimes?

Yes, autotel integration supports Cloudflare Workers and Edge runtimes. Setup guides provide specific configuration instructions for middleware placement and package installation tailored to these environments.

What is the best way to configure tracing middleware in Hono or Fastify?

The best way to configure tracing middleware is following framework-specific guides for Hono or Fastify. These detail package installation, initialization patterns, and optimal middleware placement to ensure proper observability.

Can I use autotel for comprehensive tracing in a new Next.js project?

Yes, you can use autotel for comprehensive tracing in a new Next.js project. The integration provides setup steps and best practices for middleware configuration to enable observability without complex configuration.

Why do I need to initialize observability packages before configuring middleware?

You need to initialize observability packages before configuring middleware to establish the tracing context. Proper initialization ensures the middleware can correctly intercept requests and capture tracing data effectively.

How do I add tracing to an existing Express or TanStack Start application?

To add tracing to an existing Express or TanStack Start application, follow the specific setup guides for package installation and middleware configuration. This enables comprehensive observability and logging in your current workflow.