AgentSkillsCN

data-transformer

支持CSV、JSON与YAML格式之间的相互转换。

SKILL.md
--- frontmatter
name: data-transformer
description: Convert between CSV, JSON, and YAML formats.
status: implemented
arguments:
  - name: input
    short: i
    type: string
    required: true
    description: Input file path
  - name: to
    short: t
    type: string
    required: true
    choices: [json, yaml, csv]
    description: Output format
  - name: out
    short: o
    type: string
    description: Output file path

Data Transformer

Convert between CSV, JSON, and YAML formats.

Usage

node data-transformer/scripts/transform.cjs [options]

Knowledge Protocol

  • This skill adheres to the knowledge/orchestration/knowledge-protocol.md. It automatically integrates Public, Confidential (Company/Client), and Personal knowledge tiers, prioritizing the most specific secrets while ensuring no leaks to public outputs.