--- license: mit language: - zh - en task_categories: - text-generation - question-answering pretty_name: ClawBenchPro tags: - agent-benchmark - workplace - tool-use - multi-turn - skills - nanoclaw size_categories: - 1K/` on demand. ## Usage After downloading the dataset, point Nanoclaw or compatible runners at the YAML tasks under: ```text round_01_aligned_mix_800/tasks/*.yaml persona_aligned_mix_200/tasks/*.yaml ``` Group manifests are available under `eval_manifests/` for category-level analysis. To materialize one task environment manually: ```bash cd round_01_aligned_mix_800 python tasks/data_round_01_aligned_mix_800_0001/env_builder.py ``` This creates: ```text round_01_aligned_mix_800/assets/data_round_01_aligned_mix_800_0001/ ``` Nanoclaw's batch runner can also invoke these builders automatically before each task run. To materialize assets in batches from the repository root: ```bash python materialize_assets.py --dataset round_01_aligned_mix_800 --workers 8 python materialize_assets.py --dataset persona_aligned_mix_200 --workers 8 ``` ## Dataset Index `dataset_index.jsonl` provides one row per task with: ```text dataset, task_id, category, task_file, asset_dir, prompt_files, skill_count ``` The full task definitions remain in the YAML files. ## License This package is released under the MIT License. See `LICENSE`. ## Notes - The package is intended as a benchmark artifact rather than a tabular training dataset. - Some tasks intentionally contain synthetic keys, internal URLs, noisy logs, broken files, or policy-sensitive strings as part of the benchmark environment. These are benchmark fixtures, not operational credentials. - Build-time local absolute paths have been removed from the Hugging Face-ready package.