Fiftyone Dataset Export

🌐Community
by voxel51 · vlatest · Repository

This skill exports Fiftyone datasets as standardized formats (e.g., COCO) for seamless integration into other machine learning pipelines and tools.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add fiftyone-dataset-export npx -- -y @trustedskills/fiftyone-dataset-export
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "fiftyone-dataset-export": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/fiftyone-dataset-export"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The fiftyone-dataset-export skill allows AI agents to export datasets from the FiftyOne platform. This enables users to easily share and utilize their labeled data outside of the FiftyOne environment for various downstream tasks like training custom models or integrating with other tools. The exported dataset will be in a standard format suitable for many common machine learning workflows.

When to use it

  • You need to train a model using data stored within FiftyOne but require the data in a different format or location.
  • You want to share a labeled dataset with collaborators who don't have access to your FiftyOne instance.
  • You are integrating FiftyOne datasets into an existing machine learning pipeline that expects specific file formats.
  • For creating reproducible research workflows by exporting the exact data used in a particular analysis.

Key capabilities

  • Exports datasets from FiftyOne.
  • Supports standard dataset export formats (specific format not detailed).
  • Facilitates sharing and utilization of labeled data outside of FiftyOne.

Example prompts

  • "Export this dataset to a CSV file."
  • "Can you save the current dataset as a JSON?"
  • “Generate a zip archive containing all images from this fiftyone Dataset.”

Tips & gotchas

  • Ensure you have sufficient storage space for the exported dataset.
  • The specific export format and options may be limited by FiftyOne’s capabilities.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
voxel51
Installs
5

🌐 Community

Passed automated security scans.