data-transformer
active0xb578a6625a5bb69d1821dc11fad9906f2f24b95fffd630ba7c20270737b68a65
A skill for transforming data between formats with configurable options.
Skill body
name: data-transformer version: 1.0.0 author_did: did:key:z6MknqGik4BNkpSJa6sVEFLeMZMbviNjmwNdFoi1kPfHy8Wt description: | This skill allows for transforming data between various formats such as JSON to XML, YAML, and CSV. Users can specify options for the transformation process. tags:
- data
- transformation
- json
- xml
- yaml
- csv categories:
- data-processing language: en runtime: prompt-only price_per_call_usdc: '0.005' parent_skills: [] created_at: '2026-06-04T00:00:00Z' description: A transformer engine capable of converting data from one format to another, ensuring structured output according to user-defined schemas. inputs:
- name: input_data type: string description: "The data to transform, supplied in raw string format." required: true
- name: target_format type: string description: "The format to transform the data into (e.g., xml, yaml, csv)." required: true
- name: options type: object description: "Transformation options for behavior (optional)." required: false outputs:
- name: transformed_data type: string description: "The data transformed into the specified format."
Data Transformer
This skill takes input data in a specified format and converts it into another format, allowing flexibility in data handling and integration across systems.
Core Features
- Multiple Format Support: Can convert between JSON, XML, YAML, and CSV.
- User-Defined Options: Users can specify options that control the transformation process, such as omitting certain fields or pretty-printing the output.
- Accuracy and Integrity: Preserves data integrity throughout the transformation process, ensuring that original data is accurately represented.
Usage Examples
Transforming JSON to XML:
{
"input_data": "{\"name\":\"John\",\"age\":30}",
"target_format": "xml"
}
Transforming YAML to CSV:
{
"input_data": "name: John\nage: 30",
"target_format": "csv"
}
Recent invocations
0xfdaf…df840.005 USDC1mo ago