greenflash-onboard

Integrate Python and TypeScript projects with the Greenflash SDK for AI conversation logging.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/greenflash-ai/agent-skills --skill greenflash-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greenflash-onboard
Source: https://github.com/greenflash-ai/agent-skills/tree/main/skills/greenflash-onboard
Command: npx skills add https://github.com/greenflash-ai/agent-skills --skill greenflash-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill enables developers to quickly instrument their Python or TypeScript applications with the Greenflash SDK, allowing real‑time conversation logging and analytics without extensive setup.

Core Features & Use Cases

  • Detects project language and installs the appropriate SDK package.
  • Generates client code, configures API key handling, and provides patterns for logging user and assistant messages.
  • Supports both sync and async Python apps and TypeScript projects, with optional user and organization identification.

Quick Start

Integrate Greenflash into my Python project now.

Frequently Asked Questions about greenflash-onboard

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

FAQPage Schema
How do I integrate an SDK to log AI conversation data in Python?

The Greenflash SDK integrates with Python and TypeScript projects to capture AI conversation data for real-time analytics. It detects your project language, installs the appropriate package, and injects logging with required fields like product ID.

How do I add conversation logging to a TypeScript project?

Adding conversation logging to a TypeScript project involves installing the Greenflash SDK package. The setup generates client code, configures API key handling, and provides patterns to log user and assistant messages with required product and user identifiers.

Does the Greenflash SDK support async Python applications?

Yes, the Greenflash SDK supports both sync and async Python applications. It handles environment configuration and injects message logging with required fields like product ID and user identifiers to capture AI conversation data effectively.

What do I need to configure when instrumenting an app for AI analytics?

When instrumenting an app for AI analytics, you need to configure API key handling and provide required fields such as product ID and user identifiers. Optional organization identification can also be included when logging messages.

What's the fastest way to set up real-time AI conversation logging?

The fastest way to set up real-time AI conversation logging is using an integration tool that detects your project language, installs the appropriate SDK package, and generates client code with logging patterns. This enables immediate analytics without extensive manual setup.