eregistrations-docs

Analyze BPA service JSON exports and generate structured Excel reports.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/UNCTAD-eRegistrations/plugin-marketplace --skill eregistrations-docs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: eregistrations-docs
Source: https://github.com/UNCTAD-eRegistrations/plugin-marketplace/tree/main/plugins/service-documentation/skills/eregistrations-docs
Command: npx skills add https://github.com/UNCTAD-eRegistrations/plugin-marketplace --skill eregistrations-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, and includes scripts (resource) components.

What problem does it solve?

Analyzes a BPA service JSON export and generates structured Excel reports covering fields, determinants, roles, bots, and costs. Use when the user wants to document, analyze, audit, or export a BPA service configuration.

Core Features & Use Cases

  • Automated BPA service analysis and reporting on fields, determinants, roles, bots, and costs.
  • Generates a structured Excel report with multiple sheets for field inventories, catalog data sources, determinants, roles, and costs to support auditing and documentation.
  • Useful for exporting BPA configurations for multi-instance migrations or compliance reviews.

Quick Start

Run the service documenter on a BPA service export to generate report.xlsx

Frequently Asked Questions about eregistrations-docs

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

FAQPage Schema
How do I generate an Excel audit report from a BPA service configuration?▼

To generate an Excel audit report from a BPA service configuration, run the service_analyzer.py script on your BPA service JSON export to produce a structured report.xlsx detailing fields, determinants, roles, bots, and costs.

What is included in a BPA service inventory export?▼

A BPA service inventory export includes multiple Excel sheets detailing field inventories, catalog data sources, determinants, roles, bots, and cost configurations to support comprehensive documentation and compliance reviews.

Do I need an authenticated BPA MCP server connection to analyze service exports?▼

Yes, you need an authenticated BPA MCP server connection, Python 3.x, and the openpyxl library installed to successfully analyze BPA service JSON exports and generate the Excel report.

Can I document BPA service configurations across multiple instances for migrations?▼

Yes, you can document BPA service configurations across multiple instances by analyzing their respective JSON exports, making it useful for exporting configurations during multi-instance migrations or compliance audits.

What's the best way to document BPA fields, determinants, and costs?▼

The best way to document BPA fields, determinants, and costs is using an automated Python script that parses the JSON export and structures the data into a multi-sheet Excel workbook for immediate auditing.