在JSON、YAML和TOML格式之间转换,验证和格式化配置文件。
Scanned 2/12/2026
Install to Claude Code
npx -y skills add AIDotNet/MoYuCode --skill json-yaml-converter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Json Yaml Converter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aidotnet-json-yaml-converter)More formats (shields.io, HTML) on the badges page.
---
name: json-yaml-converter
description: 在JSON、YAML和TOML格式之间转换,验证和格式化配置文件。
metadata:
short-description: 转换JSON/YAML/TOML格式
source:
repository: https://github.com/yaml/pyyaml
license: MIT
---
# JSON/YAML Converter Tool
## Description
Convert between JSON, YAML, and TOML formats with validation and formatting.
## Trigger
- `/convert-config` command
- User requests format conversion
- User needs to validate JSON/YAML
## Usage
```bash
# Convert JSON to YAML
python scripts/json_yaml_converter.py convert --input config.json --output config.yaml
# Convert YAML to JSON
python scripts/json_yaml_converter.py convert --input config.yaml --output config.json
# Validate file
python scripts/json_yaml_converter.py validate --input config.yaml
# Format/prettify
python scripts/json_yaml_converter.py format --input config.json --indent 2
```
## Tags
`json`, `yaml`, `toml`, `config`, `convert`
## Compatibility
- Codex: ✅
- Claude Code: ✅
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...