agentsclimarketplace

Json answer formatter

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3.1-flash-lite-preview/enterprise-information-search/json-answer-formatter

Format retrieval answers as a dictionary in /root/answer.json.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill json-answer-formatter

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.6 KB, 125 tokens by cl100k_base, as published. Nobody here has run it

Overview

This skill defines the format for saving the answers of retrieved data.

Output Format

{
    "q1": {"answer": ["value1", "value2"], "tokens": 123},
    "q2": {"answer": ["single_value"], "tokens": 456}
}

Requirements

  • answer field must always be a list.
  • tokens field must be a positive numeric value.
  • Store the file at /root/answer.json.
  • When appending, read the existing file if it exists, update it, and write it back.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.