← All posts
Announcement

UnifyPort Device API skill launches on ClawHub

The UnifyPort Device API skill is now available on ClawHub. Its public listing currently shows v1.0.0 and Security Audit Pass, giving OpenClaw users a direct way to discover the public Device API and deliberately opt into supported operations.

Install the skill

Run the ClawHub install command from your OpenClaw environment:

openclaw skills install @unifyport/unifyport-device-api

You can review the public listing before installation on ClawHub.

Safe by default

The skill starts in docs-only mode. This mode does not require an API key and can help you understand the available public operations without making a live API call.

Every live API call requires UNIFYPORT_API_KEY to be configured securely and available to the bundled runner, an explicit request from the user, and an operation on the skill’s allowlist. Write operations require preview confirmation before execution. Credential-related and destructive operations additionally require their respective explicit opt-in gates and confirmation.

This separation keeps exploration distinct from execution. Reading the docs does not silently turn into a live request, and a broad prompt does not bypass the operation boundary.

The public Device API remains the boundary

The skill is scoped to the current public UnifyPort Device API. Installing it does not expand API access, expose private operations, or imply support for every API documented elsewhere on the UnifyPort website.

Open UnifyPort Device API on ClawHub, or explore the official Node.js and PHP SDKs for application-level integration.