agentsociety-create-dataset

Create, validate, package, and submit datasets to the AgentSociety platform.

1.2k|203|Updated Feb 6, 2025
One-click install
npx skills add https://github.com/tsinghua-fib-lab/AgentSociety --skill agentsociety-create-dataset
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentsociety-create-dataset
Source: https://github.com/tsinghua-fib-lab/AgentSociety/tree/main/extension/skills/agentsociety-create-dataset/v1.0.0
Command: npx skills add https://github.com/tsinghua-fib-lab/AgentSociety --skill agentsociety-create-dataset

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of manually packaging, validating, and submitting datasets to the AgentSociety platform, streamlining the process and ensuring dataset quality.

Core Features & Use Cases

  • Dataset Creation and Initialization: Guides the user through creating dataset directories, initializing metadata, and setting up the structure for data files.
  • Dataset Validation: Validates both directory and ZIP packages for correct format, metadata, and content, ensuring compatibility with the platform.
  • Dataset Packaging: Packages directories into ZIP files for upload, with support for large files up to 5TB.
  • Dataset Submission: Uploads the dataset to the AgentSociety platform and submits it for review.
  • Use Case: If you have a collection of survey results, agent profiles, or simulation outputs and need to publish them on the AgentSociety platform, this Skill will automate the process.

Quick Start

Use the agentsociety-create-dataset skill to create a new dataset named 'my_dataset' and initialize it with the following command: agentsociety-create-dataset init my_dataset.

Frequently Asked Questions about agentsociety-create-dataset

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

FAQPage Schema
How do I package and submit a dataset to the AgentSociety platform?

Yes, this Skill supports dataset packaging for ZIP files up to 5TB, allowing you to compress, validate, and upload large collections of simulation outputs or survey results without manual size management.

What is the best way to validate dataset metadata before platform submission?

The best way to validate dataset metadata is to use this Skill's built-in validation feature, which checks both directory structures and ZIP packages for correct format and content compatibility before uploading to the platform.

How do I initialize a new dataset directory for AgentSociety?

You can initialize a new dataset directory for AgentSociety by running the provided initialization command to automatically create the required folder structure and generate the necessary metadata files for your data.

Can I submit agent profiles and simulation outputs as a dataset package?

Yes, you can submit agent profiles and simulation outputs by using this Skill to guide you through creating the dataset directory, validating the contents, packaging them into a ZIP file, and submitting it for review.

Why does my dataset upload fail validation on the AgentSociety platform?

Dataset uploads fail validation when the package format or metadata does not meet platform standards; running this Skill's validation process on your directory or ZIP file beforehand identifies and prevents these content compatibility errors.