HARIX Robot Skill API (gRPC)

The gRPC surface a HARIX skill application uses to drive a CloudMinds cloud robot and to consume HARIX cloud AI. Five robotSkillApi services cover control (move/rotate/stop/emergency-stop, RCU reboot/shutdown, intent + action dispatch), navigation (maps, locations, patrol routes, charging pile attach/detach), configuration, text-to-speech and operator hand-off; robotmind covers skill registration and action dispatch; skill.asr, skill.vision and skill.nlu cover speech recognition (unary + bidirectional streaming), thirteen vision detectors and intent detection; and the serviceapp package defines the callback services a skill app implements to receive recognition results and vision events pushed back from HARIX. No base URL is published — the SDK takes the gRPC target as a caller supplied parameter bound per robot deployment.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/harix-robot-skill-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudminds:harix-robot-skill-api
name: HARIX Robot Skill API (gRPC)
description: The gRPC surface a HARIX skill application uses to drive a CloudMinds cloud robot and to
  consume HARIX cloud AI. Five robotSkillApi services cover control (move/rotate/stop/emergency-stop,
  RCU reboot/shutdown, intent + action dispatch), navigation (maps, locations, patrol routes, charging
  pile attach/detach), configuration, text-to-speech and operator hand-off; robotmind covers skill registration
  and action dispatch; skill.asr, skill.vision and skill.nlu cover speech recognition (unary + bidirectional
  streaming), thirteen vision detectors and intent detection; and the serviceapp package defines the callback
  services a skill app implements to receive recognition results and vision events pushed back from HARIX.
  No base URL is published — the SDK takes the gRPC target as a caller supplied parameter bound per robot
  deployment.
humanURL: https://harix.dataarobotics.com/#/index/community/home
tags:
- Robotics
- gRPC
- Robot Control
- Navigation
- Computer-Vision
- Speech Recognition
tags_raw:
- Robotics
- gRPC
- Robot Control
- Navigation
- Computer Vision
- Speech Recognition
properties:
- type: Protobuf
  url: grpc/cloudminds-grpc-index.yml
  name: HARIX gRPC service index
- type: Protobuf
  url: grpc/harix/robot-skill-api/robot-control-api.proto
  name: RobotControlService
- type: Protobuf
  url: grpc/harix/robot-skill-api/robot-navigate-api.proto
  name: RobotNavigateService
- type: Protobuf
  url: grpc/harix/vision/vision.proto
  name: Vision recognition service
- type: Protobuf
  url: grpc/harix/speech/speech.proto
  name: Speech recognition service
- type: Webhooks
  url: asyncapi/cloudminds-harix-events.yml
  name: HARIX push/callback event catalog
- type: Conventions
  url: conventions/cloudminds-conventions.yml
  name: HARIX gRPC conventions
- type: Authentication
  url: authentication/cloudminds-authentication.yml
  name: HARIX authentication profile
- type: DataModel
  url: data-model/cloudminds-data-model.yml
  name: HARIX protobuf data model
x-base-url: null
x-base-url-note: No base URL is published. The first-party SDK constructs every stub with grpc.insecure_channel(grpc_url,
  options=[('grpc.default_authority', authority)]) where grpc_url and authority are supplied by the integrator,
  so the endpoint is per-deployment and CloudMinds documents no default host. Recorded as missing rather
  than guessed.