greenflash

Analyze user-agent conversations to classify intent and route to Greenflash sub-skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Greenflash analyzes real user‑agent conversations to surface blockers, failures, and engagement drivers, letting teams quickly pinpoint why users are stuck or churn.

Core Features & Use Cases

  • Integration detection: Scans the codebase for Greenflash SDK imports and dependencies, prompting onboarding when missing.
  • Intent classification & routing: Determines the user’s question intent and forwards the request to specialized sub‑skills such as health, inbox, users, prompts, or diagnose.
  • General query handling: Falls back to the Greenflash Chat API for questions that don’t match a predefined workflow.
  • Session management: Maintains conversation state, reuses conversation IDs for follow‑ups, and resets context when topics change.

Quick Start

Ask the greenflash skill: “How are my products doing?”

Frequently Asked Questions about greenflash

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

FAQPage Schema
How do I analyze user-agent conversations to find blockers and churn drivers?

To analyze user-agent conversations for blockers and churn drivers, the skill processes real chat data to classify intent and surface engagement failures. It routes queries to specialized sub-skills to pinpoint exactly why users are stuck.

What is intent classification and routing for user-agent chat queries?

Intent classification and routing for user-agent chat queries determines the user's question intent and forwards the request to specialized sub-skills such as health, inbox, users, prompts, or diagnose. This ensures conversations are analyzed by the correct workflow.

Do I need a Greenflash API key to query user-agent conversation insights?

Yes, you need a Greenflash API key to query user-agent conversation insights. The skill requires this key to authenticate requests and uses the Greenflash Chat API to generate responses for general queries that do not match a predefined workflow.

How do I detect if the Greenflash SDK integration is missing in my codebase?

To detect if the Greenflash SDK integration is missing in your codebase, the skill scans your product code for SDK imports and dependencies. It automatically prompts onboarding when it determines the required integration is absent.

Can I maintain conversation state and context for follow-up chat queries?

You can maintain conversation state and context for follow-up chat queries using session management. The skill maintains conversation state, reuses conversation IDs for follow-ups, and resets context automatically when topics change.

What happens to user-agent queries that do not match a predefined workflow?

For user-agent queries that do not match a predefined workflow, the skill falls back to the Greenflash Chat API for general query handling. This ensures unsupported questions still receive a response without breaking the conversation flow.