From fragmented supply
to one trusted route.
Normalize different providers, sensors, formats, quality standards and licensing models behind one unified skill-dataset layer and one routing engine.
Ask for a skill. Get the right mix of data.
The router maps your robot, model, task, failure mode and budget to the highest-value combination of existing datasets and new collection.
Route a skill →Unified licensing
Evaluation, training, deployment and derived-model rights across independent suppliers.
Data Request
If the dataset does not exist, turn demand into a custom collection request across the network.
Data Performance Score
Rank datasets by quality, compatibility, sample efficiency and reported training lift.
Hosted access
Keep data on-platform for secure, metered training and pay-per-training workflows.
Find the right skill dataset,
not a random ZIP file.
Explore training-ready data by skill primitive, robot embodiment, model family, sensor modality and evaluation evidence.
Illustrative examples: dataset packages, performance signals and pricing are sample routing scenarios, not published customer results or offers.
Everything is organized around a Skill Dataset.
A Skill Dataset is the platform’s core unit: the data, modalities, embodiment fit, license rights, failure coverage and training evidence needed to teach one robot capability.
One skill can be assembled from many providers.
The router assembles human, robot, synthetic and failure data into the best training mix for the target robot and model.
ROUTER
Can't find the exact data your robot needs? Create a structured request and let qualified providers respond.
Request custom data →From requirement
to training result.
A simple workflow for buying and validating Physical AI data without rebuilding data operations for every supplier.
Define
Describe the robot, model, skill, failure mode and target performance.
Route
Match existing human, robot and synthetic datasets — or create new supply.
License & train
Use standardized rights, secure delivery or hosted training access.
Evaluate
Return anonymous performance signals to improve future routing and pricing.
If the data does not exist,
the network creates supply.
A robot team can request a missing skill dataset. The router turns that demand into a structured collection brief, routes it to qualified providers and combines new Human, Robot and Synthetic supply into one training package.
REQUEST
ROUTER
Route data. Train the model.
Prove the robot gets better.
Use licensed data on your own compute, run hosted training jobs on the platform, or keep data private with secure hosted access. Then send back evaluation to improve future routing.
From robot failure to a trained checkpoint.
We are not just a static data catalog. The platform can sit in the training loop: define the skill, route the right data mix, run training, evaluate on the robot and feed performance back into the network.
For robot companies
Use one API to route skills, access licensed data, trigger training jobs and submit performance feedback.
For data providers
Keep data in your own storage or on hosted access, register manifests, attach license rights and join demand-side routing.
from skillrouter import Client client = Client(api_key="sk_live_...") route = client.route.create( skill="connector_insertion", robot="dual_arm_v2", model="vla", failure=["false_engagement", "slip"], budget=50000 ) job = client.training.create( route_id=route.id, trainer_image="company/vla-trainer:v4", compute="8xH100" ) checkpoint = job.wait().checkpoint_uri
job = client.training.create(
route_id=route.id,
trainer_image="company/vla-trainer:v4",
compute="8xH100",
mode="hosted"
)
metrics = client.evaluations.create(
training_job=job.id,
benchmark="connector_suite_v2",
return_credits=True
)
client.feedback.create(
training_job=job.id,
skill="connector_insertion",
before={"success_rate": 0.61},
after={
"success_rate": 0.84,
"avg_completion_sec": 16.2,
"intervention_rate": 0.06,
"collision_rate": 0.01
},
visibility="anonymous"
)
# earn credits for verified feedbackprovider.datasets.register(
storage="s3://provider-bucket/assembly-v3/",
manifest="manifest.json",
skill="fastener_installation",
formats=["mcap", "lerobot_v3"],
rights={
"evaluation": True,
"commercial_training": True,
"deployment": True
}
)
# data can stay in provider storageWe know what data
makes robots better.
The moat is not the number of datasets. It is the network's growing understanding of Dataset × Model × Robot × Skill → Training Performance.
See how a routed data mix can be evaluated.
Performance feedback can improve routing, quality scoring and pricing for the next request.
Enterprise-grade access
for valuable physical-world data.
Physical AI data is not just a file problem. The platform standardizes licensing, secure access, usage metering and training-ready formats so buyers and suppliers can actually transact.
Make rights clear before training starts.
Every skill package can expose evaluation rights, commercial training rights, deployment rights, derived-model rights and private hosted-access policies. That removes repeated legal work and makes pricing more transparent.
- Train up to 3 internal model families
- Commercial deployment allowed
- No dataset redistribution
- Derived checkpoints permitted
- Supplier keeps raw data private
- Buyer receives checkpoints + logs
- Usage metering and audit trail
- Higher-trust enterprise workflows
What buyers get
A single interface for licensing, access, routing, billing and performance reporting — even when data comes from multiple providers.
What providers keep
Control of storage location, visibility, license scope, private listings and whether raw data can be downloaded or only used through hosted access.
Quality and provenance
Each dataset can expose capture method, modalities, QA score, embodiment compatibility, safety annotations and verified training lift.
Turn specialized data into distribution.
Bring robot trajectories, expert demonstrations, tactile data, simulation or proprietary historical data. We help standardize, license, price, evaluate and distribute it to qualified robot teams.
Become a provider →NETWORK
Tell us what your robot needs to learn.
Route to existing data, request new supply, or bring your own dataset into a trusted Physical AI data network.