agentsclimarketplace

Run3 data format validation

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3.1-flash-lite-preview/financial-analysis/run3_data_format_validation

Ensures the generated output strictly adheres to the required JSON schema.From its SKILL.md

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

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, 146 tokens by cl100k_base, as published. Nobody here has run it

Before finalizing the task, write the results to /root/answers.json. Verify the structure matches:

{
    "q1_answer": number,
    "q2_answer": number,
    "q3_answer": ["stock_cusip1", "stock_cusip2", "stock_cusip3", "stock_cusip4", "stock_cusip5"],
    "q4_answer": ["fund1", "fund2", "fund3"]
}

Ensure all monetary figures are represented as integers or floats consistent with the validated units (e.g., if the raw data is in thousands, the final q1_answer must be multiplied by 1,000).

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.