Agent Skills: json-pretty

Pretty-print JSON via json_prettify tool.

UncategorizedID: aevatarAI/aevatar-agent-framework/json-pretty

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aevatarAI/aevatar-agent-framework/tree/HEAD/examples/SkillsMCPUnifiedDemo/agent_skills/json-pretty

Skill Files

Browse the full folder contents for json-pretty.

Download Skill

Loading file tree…

examples/SkillsMCPUnifiedDemo/agent_skills/json-pretty/SKILL.md

Skill Metadata

Name
json-pretty
Description
Pretty-print JSON via json_prettify tool.

When to use

  • User provides compact/ugly JSON and wants it formatted.

Procedure

  1. Call json_prettify with the JSON string.
  2. Return the formatted JSON.