fr-fvs

Unpack, edit, and re-pack FineReport FVS ZIP templates.

1|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/s710082105/fine_d --skill fr-fvs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fr-fvs
Source: https://github.com/s710082105/fine_d/tree/main/.claude/skills/fr-fvs
Command: npx skills add https://github.com/s710082105/fine_d --skill fr-fvs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

FineReport FVS templates require manual editing of widgets and charts inside ZIP packages; this skill provides a structured workflow to unpack, modify, and re-pack FVS templates reliably.

Core Features & Use Cases

  • Unpack, edit, and re-pack FineReport FVS ZIP packages using the provided Python helper.
  • List, add, edit, or remove widgets/pages and adjust their size, position, and layering.
  • Update chart configurations by editing associated .chart files and related metadata.

Quick Start

Unzip a FineReport FVS package, modify widgets with the provided helper, and re-pack it into a new FVS package.

Frequently Asked Questions about fr-fvs

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

FAQPage Schema
How do I automate editing FineReport FVS templates inside ZIP packages?

To automate editing FineReport FVS templates, you unpack the ZIP file, modify widget and chart configurations using a Python helper script, and re-pack the templates for deployment. This structured workflow replaces manual editing inside the archive.

Can I list and modify widgets in an FVS template programmatically?

Yes, you can list, add, edit, or remove widgets and pages in an FVS template programmatically. The process involves unpacking the ZIP archive and adjusting widget size, position, and layering through the provided Python helper script.

How do I update chart configurations in FineReport FVS files?

Updating chart configurations in FineReport FVS files requires editing the associated .chart files and related metadata. You unpack the template, apply the configuration changes to the chart files, and then re-pack the ZIP template.

What is the workflow for unpacking and re-packing FVS ZIP packages?

The workflow for unpacking and re-packing FVS ZIP packages involves unzipping the FineReport template, modifying the internal widget and chart structures, and compressing the files back into a new FVS ZIP package for deployment.

Do I need a Python script to modify FineReport FVS templates?

Yes, modifying FineReport FVS templates requires the fvs_helper.py script. It provides the structured logic needed to unpack the ZIP template, edit the internal widget and chart configurations, and reliably re-pack the archive.

Are there limitations when automating FineReport FVS template edits?

Automating FineReport FVS template edits requires strict adherence to the fvs_helper.py script workflow. You must properly unpack the ZIP, modify only supported widget and .chart file configurations, and correctly re-pack the archive to avoid deployment errors.