autotel-subscribers

Dispatch product events and analytics data to PostHog, Mixpanel, and Slack.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need to send product and analytics events from autotel to multiple external platforms seamlessly.

Core Features & Use Cases

  • Multi-platform event dispatching: Configure multiple subscribers like PostHog, Mixpanel, and Slack to receive events in one setup.
  • Flexible event routing: Use track() or Event to selectively send events to specific backends or all platforms simultaneously.
  • Use Case: A developer can set up event tracking that sends user actions to both analytics dashboards and team communication channels without duplicating code.

Quick Start

Use the autotel-subscribers skill to configure event sending to your analytics platform like PostHog or Slack by importing the relevant subscriber and initializing it with your API key.

Frequently Asked Questions about autotel-subscribers

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

FAQPage Schema
How do I send product events to multiple analytics platforms at the same time?

You can send product events to multiple analytics platforms simultaneously by configuring multiple subscribers like PostHog, Mixpanel, and Slack within a single setup. This enables automatic dispatch of user activity data to all configured backends without duplicating code.

What's the best way to forward user activity data to Slack and analytics dashboards?

The best way to forward user activity data is by using event routing to selectively send events to specific backends or all platforms simultaneously. You can configure team communication channels like Slack alongside analytics dashboards to receive events in one workflow.

Can I route specific events to PostHog while sending others to Mixpanel?

Yes, you can route specific events to PostHog while sending others to Mixpanel using flexible event routing. You can use the track() function or Event to selectively send events to specific backends or broadcast them to all platforms simultaneously.

How do I set up event tracking and initialize subscribers for my analytics platform?

To set up event tracking, you import the relevant subscriber for your analytics platform and initialize it with your API key. This allows you to configure event sending to services like PostHog or Slack with minimal setup required.

Does event forwarding work without complex integration workflows?

Yes, event forwarding works without complex integration workflows because the skill ensures safe, optimized, and scalable dispatch with minimal setup required. You simply import the relevant subscriber and initialize it with your API key to start forwarding events.