/vkkm:export-report

Generate Excel or JSON reports from VKKM Aegis command outputs.

2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/Vaibhavkkm/vkkm-aegis-plugin --skill vkkm-export-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /vkkm:export-report
Source: https://github.com/Vaibhavkkm/vkkm-aegis-plugin/tree/main/skills/export-report
Command: npx skills add https://github.com/Vaibhavkkm/vkkm-aegis-plugin --skill vkkm-export-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to export structured data from previous VKKM Aegis command outputs into convenient formats like Excel (.xlsx) or JSON, facilitating further analysis or system integration.

Core Features & Use Cases

  • Structured Export: Generates downloadable reports in .xlsx or JSON formats.
  • Versatile Data Types: Supports exporting various report types including KRI Dashboards, Cash Flow Gap Analysis, Credit Risk Assessments, Risk Registers, and VaR Backtests.
  • Conditional Formatting: Applies RAG (Red, Amber, Green) colour-coding in Excel reports based on defined thresholds.
  • Use Case: After running a VaR calculation, export the results as an Excel file with specific formatting to present to a risk committee.

Quick Start

Export the last KRI dashboard as an Excel file.

Frequently Asked Questions about /vkkm:export-report

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

FAQPage Schema
How do I export financial risk reports to Excel or JSON?

To export financial risk reports to Excel or JSON, you process prior command outputs to generate structured .xlsx or JSON files. It formats KRI dashboards, gap analysis, and VaR backtests into downloadable reports for risk committees.

Can I apply RAG conditional formatting when exporting risk data to Excel?

Yes, you can apply RAG conditional formatting when exporting risk data to Excel. The export process applies Red, Amber, and Green colour-coding based on defined thresholds directly within the .xlsx report file.

What financial risk report types can I generate as a structured data file?

You can generate several financial risk report types as structured data files, including KRI Dashboards, Cash Flow Gap Analysis, Credit Risk Assessments, Risk Registers, and VaR Backtests. These are exported as .xlsx or JSON outputs.

Do I need a Python MCP server to export risk registers to JSON?

No, you do not strictly need a Python MCP server to export risk registers to JSON. It integrates with the server for direct file generation but also provides a Markdown fallback for offline use.

What is the best way to format VaR backtest results for a risk committee presentation?

The best way to format VaR backtest results for a risk committee is exporting the data as an Excel file. This applies RAG colour-coding based on thresholds, creating a structured, presentation-ready .xlsx report.

Does the KRI dashboard export work without an internet connection?

Yes, the KRI dashboard export works offline using a Markdown fallback. If the Python MCP server for direct file generation is unavailable, it provides Markdown formatting to output report data.