benchclaw-stage2-simulator-data-acquisition

Automate simulator data acquisition for BenchClaw benchmark construction.

Updated May 7, 2026
One-click install
npx skills add https://github.com/EurecaMoment/BenchClaw --skill benchclaw-stage2-simulator-data-acquisition
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchclaw-stage2-simulator-data-acquisition
Source: https://github.com/EurecaMoment/BenchClaw/tree/main/BenchClaw/skills/benchmark-stage2-data-collect/skills/simulator-collection-analysis/subskills/data-acquisition
Command: npx skills add https://github.com/EurecaMoment/BenchClaw --skill benchclaw-stage2-simulator-data-acquisition

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the acquisition of data from simulators for BenchClaw benchmark construction, streamlining the process of data collection and enabling reproducible benchmarking.

Core Features & Use Cases

  • Simulator Data Acquisition: Automatically collects data from specified simulators according to the stage2_execution_plan.yaml.
  • Data Integrity: Ensures that the collected data is real and meets the required quality standards.
  • Reproducibility: Generates a detailed report and artifacts that can be used to reproduce the data collection process.
  • Use Case: For benchmarking purposes, it is crucial to collect data from simulators reliably and efficiently. This Skill can be used to automate this process, reducing manual effort and potential errors.

Quick Start

Run the benchclaw-stage2-simulator-data-acquisition skill with the command: /benchclaw-subskill path/to/skill/benchclaw-stage2-simulator-data-acquisition SKILL_NAME project_root node_id input_artifact output_artifact parent_dag

Frequently Asked Questions about benchclaw-stage2-simulator-data-acquisition

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate simulator data acquisition for benchmark construction?

Simulator data acquisition is automated by executing tasks defined in the stage2_execution_plan.yaml against your simulator environments. This collects data automatically according to the defined plan, reducing manual effort and ensuring the resulting benchmark datasets are real and reproducible.

What is the BenchClaw stage2_data_collect phase?

The stage2_data_collect phase is the data acquisition stage within the BenchClaw benchmarking pipeline. It interacts with specified simulators to collect real data, ensuring data integrity and generating detailed reports and artifacts that allow the entire data collection process to be reproduced.

How do I ensure reproducibility when collecting benchmark data from simulators?

Reproducibility during benchmark data collection is ensured by generating detailed reports and artifacts alongside the acquired data. By executing a structured stage2_execution_plan.yaml against the simulators, the process produces verifiable outputs that allow you to reliably reproduce the exact data collection workflow.

Do I need a simulator card to run the benchmarking pipeline data collection?

Yes, a simulator card is required. The Skill needs access to simulator environments and the ability to execute tasks as defined in both the simulator card and the stage2_execution_plan.yaml to successfully automate the data acquisition phase of benchmark construction.

What are the limitations of automating simulator data acquisition?

A key limitation is that this automation strictly requires pre-existing access to configured simulator environments and a defined stage2_execution_plan.yaml. Without the ability to execute tasks as defined in the simulator card, the automated data collection process cannot proceed or generate reproducible artifacts.