From roboflow
Maps user intents (upload, annotate, train, deploy) to specific page URLs in the app.roboflow.com web app. Use when a user asks where to find a Roboflow feature.
How this skill is triggered — by the user, by Claude, or both
Slash command
/roboflow:product-navigationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **For agents — source-of-truth:** This skill is authored in [`roboflow/computer-vision-skills`](https://github.com/roboflow/computer-vision-skills) and shipped with the Roboflow plugin. If your client has loaded the plugin (you'll see `roboflow:<name>` skills in your available skills list), use those local skills — they're read fresh from disk every session. The same content served as MCP res...
For agents — source-of-truth: This skill is authored in
roboflow/computer-vision-skillsand shipped with the Roboflow plugin. If your client has loaded the plugin (you'll seeroboflow:<name>skills in your available skills list), use those local skills — they're read fresh from disk every session. The same content served as MCP resources atroboflow://skills/<name>/...is a fallback for clients without the plugin and may lag this repo. Don't callReadMcpResourceToolforroboflow://skills/...URIs when a localroboflow:<name>skill is available.
Base URL: https://app.roboflow.com
Workspace -> Project -> Version -> Model
/{workspace} -> /{workspace}/{project} -> /{workspace}/{project}/{version} -> trained model
| Page | URL Pattern | What's There |
|---|---|---|
| Workspace projects | /{workspace} | Project list, asset library tab, create new project |
| Home | /{workspace}/home | Dashboard, recent activity, quick actions |
| Asset Library | /{workspace}?tab=asset-library | Cross-project image library (tab on projects page) |
| Browse images | /{workspace}/browse | Browse all workspace images |
| Models | /{workspace}/models | All models in workspace |
| Workflows list | /{workspace}/workflows | All workflows in workspace, create/manage |
| Vision Events | /{workspace}/vision-events | Inference volume, class distribution, monitoring |
| Deployments | /{workspace}/deployments | Dedicated deployments, batch processing, edge devices (tabs) |
| Edge Devices | /{workspace}/deployment-manager/devices | Edge device management |
/{workspace}/settings/...)| Page | URL Pattern | What's There |
|---|---|---|
| Plan & Billing | /{workspace}/settings/plan | Plan, credit usage, invoices, payment method |
| Usage | /{workspace}/settings/usage | API call history, credit consumption |
| Team members | /{workspace}/settings/members | Invite, remove, change roles (RBAC) |
| API keys | /{workspace}/settings/api | Workspace API keys |
| Annotation insights | /{workspace}/settings/insights | Annotator productivity, agreement metrics |
| Workflow blocks | /{workspace}/settings/workflow-blocks | Custom workflow block management |
| Project settings | /{workspace}/settings/project-settings | Workspace-wide project settings |
| Third-party keys | /{workspace}/settings/thirdpartykeys | External service API keys |
| Data sources | /{workspace}/settings/datasources | Bucket mirror / cloud import config |
| Audit logs | /{workspace}/settings/audit-logs | Workspace activity audit trail (Enterprise) |
| Page | URL Pattern | What's There |
|---|---|---|
| Project (auto-redirect) | /{workspace}/{project} | Redirects to most relevant sub-page based on state |
| Upload | /{workspace}/{project}/upload | Drag-and-drop images/videos, import from cloud (S3/GCS/Azure) |
| Annotate | /{workspace}/{project}/annotate | Annotation tool: bbox, polygon, mask, keypoints, AI labeling |
| Annotate batch | /{workspace}/{project}/annotate/batch/{batchId} | Annotate specific batch, create jobs, auto-label |
| Annotate job | /{workspace}/{project}/annotate/job/{jobId} | Work on specific annotation job |
| Images | /{workspace}/{project}/images | Grid view of all images, search, filter by tag/class/split |
| Browse | /{workspace}/{project}/browse | Dataset image browser |
| Explore | /{workspace}/{project}/explore | Visual dataset exploration |
| Dataset health | /{workspace}/{project}/health | Class balance, image sizes, annotation stats |
| Settings / Classes | /{workspace}/{project}/settings | Manage classes, project settings |
| Videos | /{workspace}/{project}/videos | Video management |
| Active Learning | /{workspace}/{project}/active-learning | Active learning configuration |
| Train | /{workspace}/{project}/train | Start training, model architecture selection |
| Deploy | /{workspace}/{project}/deploy | API snippet, SDK code, deployment options |
| Overview | /{workspace}/{project}/overview | Project overview (public projects) |
| Page | URL Pattern | What's There |
|---|---|---|
| Generate version | /{workspace}/{project}/generate | Train/test split, preprocessing, augmentation config |
| Version list / detail | /{workspace}/{project}/versions | All versions, version summary |
| Version detail | /{workspace}/{project}/{version} | Version summary, image counts per split |
| Training | /{workspace}/{project}/{version}/train | Start training on this version |
| Training results | /{workspace}/{project}/{version}/train/results | mAP, precision, recall, confusion matrix |
| Export | /{workspace}/{project}/{version}/export | Download in various formats (COCO, YOLO, VOC, etc.) |
| Version images | /{workspace}/{project}/{version}/images | Browse images in this version |
| Page | URL Pattern | What's There |
|---|---|---|
| Workflows list | /{workspace}/workflows | All workflows, create new |
| Workflow editor | /{workspace}/workflows/{workflow-id} | Visual block editor, JSON editor, preview, test |
| Page | URL Pattern | What's There |
|---|---|---|
| Universe home | universe.roboflow.com | Search datasets/models, trending projects |
| Dataset page | universe.roboflow.com/{user}/{project} | Overview, images, classes, download, fork |
| Model page | universe.roboflow.com/{user}/{project}/model | Try model, API snippet, deploy |
| Dataset browse | universe.roboflow.com/{user}/{project}/browse | Explore images with annotations |
| Page | URL Pattern | What's There |
|---|---|---|
| Account settings | /settings/account | Profile, email, password, API keys |
| Roboflow Rapid | /{workspace}/rapid/{rapidDataId} | Guided flow: upload, auto-label, train, deploy |
/{workspace}/settings/api/settings/account -> API Keys tabWhen creating a project, choose one (cannot be changed later):
| Type | Use Case |
|---|---|
| Object Detection | Locate objects with bounding boxes |
| Instance Segmentation | Pixel-level object boundaries |
| Semantic Segmentation | Pixel-level class regions |
| Keypoint Detection | Object pose/skeleton |
| Single-Label Classification | One label per image |
| Multi-Label Classification | Multiple labels per image |
roboflow://skills/product-navigation/features-by-page — intent-to-URL lookup table ("I want to do X → go here")npx claudepluginhub roboflow/computer-vision-skills --plugin roboflowTrains and evaluates Roboflow computer vision models across object detection, instance segmentation, semantic segmentation, and classification. Covers architecture selection, checkpoints, metrics, iterative improvement, and active learning.
Guides Azure AI Custom Vision development with best practices, decision making, limits, security, integrations, and deployment. Use for model export, prediction APIs, ONNX/TensorFlow, and Smart Labeler.
Generates Jupyter notebooks for FiftyOne workflows: getting-started guides, tutorials, recipes, and full ML pipelines. Automates notebook creation for data loading, exploration, inference, evaluation, and export.