budget-monitoring-variance-payload-builder

Builds football betting data pipelines for BigQuery and Google Cloud Platform.

Updated May 4, 2026
One-click install
npx skills add https://github.com/ChronoAIProject/nyx-skills --skill budget-monitoring-variance-payload-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: budget-monitoring-variance-payload-builder
Source: https://github.com/ChronoAIProject/nyx-skills/tree/main/budget-monitoring-variance-payload-builder
Command: npx skills add https://github.com/ChronoAIProject/nyx-skills --skill budget-monitoring-variance-payload-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of building Lark budget variance payloads and can run full budget monitoring flows through a NyxID service, replacing direct Lark credentials for security and convenience.

Core Features & Use Cases

  • Payload Building: Turns budget records into a deterministic Lark interactive-card payload.
  • Full Flow Monitoring: Provides a NyxID service runner mode that fetches records through NyxID proxy, builds the payload, and sends the Lark card through NyxID proxy.
  • Use Case: If you have budget and actual records and want to visualize the variance in a Lark card without directly using Lark credentials, this skill is a great solution.

Quick Start

Run the skill to build a budget variance payload from the provided records with the following command: use_skill "budget-monitoring-variance-payload-builder" --input '{"coreBudgetRecords": <budget_records>, "coreActualRecords": <actual_records>, "aelfBudgetRecords": <aelf_budget_records>, "aelfActualRecords": <aelf_actual_records>}'

Frequently Asked Questions about budget-monitoring-variance-payload-builder

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

FAQPage Schema
How do I build a budget variance payload for Lark without using direct credentials?

To build a budget variance payload for Lark securely, this skill converts your budget and actual records into Lark interactive-card payloads using a NyxID service, replacing the need for direct Lark API credentials. It handles four specific record types to construct the final payload.

What is the best way to automate budget monitoring flows through NyxID?

The best way to automate budget monitoring flows through NyxID is using the service runner mode, which fetches your records through the NyxID proxy, builds the interactive-card payload, and sends the Lark card directly to your chat without manual credential management.

Can I visualize budget and actual records as a Lark card using NyxID?

Yes, you can visualize budget and actual records as a Lark card using NyxID. The skill processes four distinct record types—coreBudgetRecords, coreActualRecords, aelfBudgetRecords, and aelfActualRecords—and deterministically converts them into an interactive Lark card payload.

How do I start building a Lark budget variance payload from my records?

To start building a Lark budget variance payload, run the skill with an input JSON containing your coreBudgetRecords, coreActualRecords, aelfBudgetRecords, and aelfActualRecords. The skill processes this data structure to generate the deterministic Lark interactive-card payload.

Do I need direct Lark API credentials to send budget variance cards?

No, you do not need direct Lark API credentials to send budget variance cards. The skill utilizes a NyxID service proxy to handle both data fetching and the final Lark card delivery, ensuring secure and credential-free communication for your monitoring workflow.