Publish tasks and datasets

Publish and share your tasks privately or publicly so they can be run with a single command.

npx skills add harbor-framework/harbor --skill publish

Sweep your benchmark in a single command

Launch from the CLI or directly in the Hub.

harbor run -c config.yaml --launch

Upload and share results

Bring local runs to the Hub. Explore trials and trajectories, then share your results with others.

harbor upload ./jobs/my-run

Create leaderboards

Create custom leaderboards with Harbor Hub trials as receipts.

harbor hub leaderboard init \
  --package org/name \
  --name main \
  --output leaderboard.yaml
harbor hub leaderboard create --config leaderboard.yaml