greenflash-verify

Verify Greenflash integration configuration and data flow for Python and TypeScript projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that a Greenflash integration is correctly configured, validated, and actively sending data, preventing silent failures that can hide usage gaps.

Core Features & Use Cases

  • API Key Validation: Confirms the presence and correctness of the GREENFLASH_API_KEY.
  • Product Verification: Checks that at least one product is defined in the Greenflash account.
  • SDK Detection: Searches for the Greenflash SDK in Python or TypeScript projects.
  • Client Module Discovery: Locates the client instantiation code.
  • Message Logging Check: Verifies that conversation messages are being sent to Greenflash.
  • Environment Configuration Review: Looks for the API key in common env files.
  • Data Flow Confirmation: Queries recent interactions to ensure data is arriving.

Quick Start

Run the greenflash‑verify skill to automatically assess your integration health and receive a concise status report.

Frequently Asked Questions about greenflash-verify

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

FAQPage Schema
How do I verify my Greenflash API integration is working correctly?

To verify your Greenflash integration, run an automated health check that validates your API key, confirms SDK installation, checks environment configuration, and queries recent data flow to ensure messages are arriving successfully.

Why are my conversation messages not sending to Greenflash?

Messages fail to send to Greenflash when the API key is missing or invalid, the client module is not instantiated, or the SDK is not installed. Verify environment variables and run a data flow check to locate the failure.

Can I check Greenflash SDK installation in both Python and TypeScript projects?

Yes, you can check Greenflash SDK installation in both Python and TypeScript projects. The verification process searches project files to detect the SDK and locates the client instantiation code to confirm proper setup.

What do I need to validate Greenflash environment configuration?

Validating Greenflash environment configuration requires access to project files and environment variables. The process looks for the GREENFLASH_API_KEY in common env files and confirms at least one product is defined in your account.

How do I confirm Greenflash data flow is actively sending usage logs?

Confirm Greenflash data flow by querying recent interactions via HTTP GET requests to the Greenflash API endpoint. This verifies that conversation messages are actively arriving and prevents silent failures that hide usage gaps.

What is the best way to debug a silent Greenflash integration failure?

The best way to debug a silent Greenflash integration failure is to run a comprehensive verification check that tests API key validity, SDK detection, client module discovery, and message logging to pinpoint exactly where data stops flowing.