output-formatter

Original🇨🇳 Chinese
Translated

Consolidate agent output results into structured final output, supporting multiple formats. Suitable for consolidating analysis reports and generating structured reports

2installs
Added on

NPX Install

npx skill4agent add gonglingrui/screen-creative-skills output-formatter

SKILL.md Content (Chinese)

View Translation Comparison →

Output Consolidation Expert

Features

Consolidate the output results of various agents into structured final output, supporting multiple output formats.

Application Scenarios

  • Consolidate analysis results from multiple agents to generate a unified structured report.
  • Convert complex data into multiple readable formats such as Markdown, JSON, HTML, and plain text.
  • Batch process a large number of agent outputs to ensure format consistency and readability.
  • Automate the report generation process to improve work efficiency.

Core Capabilities

  • Result Consolidation: Efficiently integrate all agent output results to ensure data integrity.
  • Multi-format Output: Supports multiple commonly used formats such as Markdown, JSON, HTML, and plain text to meet different needs.
  • Structured Display: Provides clear hierarchical structure and unified format style to enhance readability.
  • Batch Processing Support: Can batch process multiple agent results to achieve automated formatting.
  • Error Handling: Properly handles input data exceptions to ensure stable and reliable output.

Core Steps

Receive agent output results
Format according to the specified output format
Integrate all result data
Generate structured final output
Return formatted results

Input Requirements

  • Agent Output Results: The output data of each agent to be consolidated (JSON, Markdown, Text, etc.).
  • Target Output Format (Optional): Specify the format of the final output (e.g., Markdown, JSON, HTML, Text). The default is Markdown.
  • Structural Requirements (Optional): Specific output structure templates or field definitions.

Output Format

Provide structured final results according to the specified output format. For example, in Markdown format, it may include the following content:
# Comprehensive Report Title

## Story Outline
[Complete story outline content]

## Major Plot Points
- Plot Point 1: [Description]
- Plot Point 2: [Description]

## Mind Map
![Mind Map](Image URL)
[Mind Map Edit Link]

## Detailed Plot Points
### Plot Point 1
[Detailed Description]

## Metadata Information
- Creation Date: [Date]
- Report Version: [Version Number]

Constraints

  • Input data must be in parsable format to ensure correct information extraction.
  • Strictly comply with the specified output format requirements to ensure result standardization.
  • Avoid introducing irrelevant information or hallucinations in the output.

Examples

Refer to the
{baseDir}/references/examples.md
directory for more detailed examples:
  • examples.md
    - Contains detailed examples of integrating outputs from different agents (such as story outline + plot points + mind map) and converting between multiple formats.

Detailed Documentation

Refer to
{baseDir}/references/examples.md
for detailed guidance and cases on output consolidation.

Version History

VersionDateChanges
2.1.02026-01-11Optimized the description field to make it more concise and compliant with imperative language specifications; changed the model to opus; optimized the descriptions of features, application scenarios, core capabilities, core steps, input requirements, and output format to comply with imperative language specifications; added sections for constraints, examples, and detailed documentation.
2.0.02026-01-11Restructured according to official specifications
1.0.02026-01-10Initial version