agentsclimarketplace

Run3 answer formatter and tracker

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/enterprise-information-search/run3_answer_formatter_and_tracker

Use this to structure the final output into the required JSON schema, calculating precise token usage based on the retrieved context.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_answer_formatter_and_tracker

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

SKILL.md

0.8 KB, 160 tokens by cl100k_base, as published. Nobody here has run it

To generate the final /root/answer.json:

  1. Schema Compliance: Construct a dictionary where each key is the question ID (e.g., "q1"). The value must be a dictionary: {"answer": [list_of_entities], "tokens": int}. Ensure the answer is always a list, even for single items.
  2. Token Estimation: Calculate tokens as follows:
    • Base tokens = (number of characters in retrieved context / 4) + 50.
    • Adjust for output complexity (number of entities returned * 10).
    • Ensure the final tokens value is a positive integer.
  3. Serialization: Write the final object to /root/answer.json using json.dump to ensure valid Python-readable formatting.

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.