fiftyone
FiftyOne dataset visualization and curation tool via Podman Quadlet. Multi-container architecture with MongoDB sidecar for dataset persistence. GPU-accelerated for ML workflows. Use when users need to configure, start, or manage FiftyOne for dataset analysis.
npx skills add majiayu000/claude-skill-registry --skill fiftyone --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# FiftyOne - Dataset Visualization & Curation ## Overview The `fiftyone` command manages FiftyOne dataset visualization using Podman Quadlet containers. It includes a MongoDB sidecar for persistent dataset storage. **Key Concept:** FiftyOne runs as a multi-container application with a MongoDB sidecar. The main FiftyOne container handles the web UI and processing, while MongoDB stores dataset metadata. ## Quick Reference | Action | Command | Description | |--------|---------|-------------| | Config | `ujust fiftyone config [--port=...] [--bind=...]` | Configure instance | | Start | `ujust fiftyone start [--instance=N\|all]` | Start FiftyOne + MongoDB | | Stop | `ujust fiftyone stop [--instance=N\|all]` | Stop FiftyOne + MongoDB | | Restart | `ujust fiftyone restart [--instance=N\|all]` | Restart all containers | | Logs | `ujust fiftyone logs [--instance=N] [--lines=...]` | View interleaved logs | | Status | `ujust fiftyone status [--instance=N]` | Show status (all instances) | | URL | `ujust fiftyone url [--instance=N]` | Show access URL | | Shell | `ujust fiftyone shell [--instance=N] [-- CMD...]` | Open shell in container | | Plugins | `ujust fiftyone plugins [-- CMD...]` | Manage
- Overview
- Quick Reference
- Parameters
- Configuration
- Update Existing Configuration
- Lifecycle Commands
- Start/Stop/Restart
- View Logs
- Get URL
- Shell Access
- Plugin Management
- Multi-Container Architecture
- Port Allocation
- GPU Support
Default configuration (port 5151, localhost only) ujust fiftyone config Custom port (long form) ujust fiftyone config --port=5152 Custom port (short form) ujust fiftyone config -p 5152 Network-wide access ujust fiftyone config --bind=0.0.0.0 With workspace mount ujust fiftyone config --workspace-dir=/data/datasets
What does the fiftyone skill do?
FiftyOne dataset visualization and curation tool via Podman Quadlet. Multi-container architecture with MongoDB sidecar for dataset persistence. GPU-accelerated for ML workflows. Use when users need to configure, start, or manage FiftyOne for dataset analysis.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill fiftyone --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
