zectrix-cloud-manager

Configure API keys, list devices, manage todos, and push messages to IoT reminder screens.

3|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lclichen/ZectrixAPI --skill zectrix-cloud-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zectrix-cloud-manager
Source: https://github.com/lclichen/ZectrixAPI/tree/main
Command: npx skills add https://github.com/lclichen/ZectrixAPI --skill zectrix-cloud-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the friction of manually managing AI convenience-notation devices by providing a single CLI workflow to configure credentials, view device status, manage todos, and push on-screen messages.

Core Features & Use Cases

  • API Key configuration & reuse: Set, view (masked), and remove the API key so all subsequent operations run automatically.
  • Device inventory: List registered devices and use their MAC-based device IDs for targeted actions.
  • Todo management (CRUD + state toggle): Create, list (filter by status/device), update, mark complete (toggle), and delete.
  • On-device display push: Send text, images (up to 5), or structured title+body to a specific device and page.

Quick Start

Ask the AI to run: zectrix config set zt_xxxxxxxxxxxxx, then push a text reminder to a device with zectrix display text AA:BB:CC:DD:EE:FF "今日天气:晴\n温度:25°C" --font-size 24.

Frequently Asked Questions about zectrix-cloud-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage IoT devices and push reminders via CLI?

You can manage IoT devices and push reminders via CLI by configuring a local API key, listing registered devices by their MAC-based IDs, creating todos, and pushing text, images, or structured messages directly to the device screen.

Can I send images to an IoT device display using command line?

Yes, you can send images to an IoT device display using command line by utilizing the display endpoint, which supports pushing up to 5 images along with text or structured title and body content to a specific device and page.

Do I need an API key to manage todos and device displays?

Yes, you need an API key to manage todos and device displays, because all CLI operations require a locally configured and authenticated API key to run automatically without manual friction.

How do I list registered IoT devices for todo synchronization?

You list registered IoT devices for todo synchronization by running the device inventory CLI command, which retrieves available devices so you can use their MAC-based device IDs for targeted todo actions and display pushes.

What are the limitations when pushing structured messages to device screens?

Limitations when pushing structured messages to device screens include a maximum count of 5 images per push and validation constraints on the page-id range, ensuring only properly formatted text, images, or structured title and body content are displayed.

How does todo CRUD state toggling work for IoT devices?

Todo CRUD state toggling for IoT devices works through deterministic CLI actions that let you create, list, update, mark complete, or delete todos, synchronizing deadline reminders across specific device IDs.